Click to See Complete Forum and Search --> : Server Error In Application???


tomyknoker
04-17-2007, 12:56 PM
Ok so I'm currently working on a site that has some areas in PHP and some in ASPX... I'm familiar with PHP but ASP wouldn't have a clue, anyway had to upgrade the server on the host side of things to a higher version of PHP... Anyway they did this and said they needed to move to a new server, everything seemed fine and all the PHP pages are running perfectly, however tried to login to one of the ASPX pages today and received a massive error (screen grab attached), am waiting to hear back as to what the issues is from the host, but as everyone here seems to know alot thought I'd see if anyone knew what the problem was...

I'm hoping the answer will be it's the hosts fault and they can fix it, I really don't want to have to edit ASP pages ARGH! :(

Thanks all in advance!

TheBearMay
04-17-2007, 01:49 PM
If you are lucky it may be that you've gone from .Netv1x to .Netv2x and just need to force a recompile the pages.

tomyknoker
04-17-2007, 02:02 PM
So would the host do that? Or would I need to recompile something myself?

TheBearMay
04-17-2007, 03:53 PM
Probably not something the host is going to do for you, but you may be able to get them to delete the ASP.net temporary directory (should be to close to: C:\$WINDOWSDir$\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\$YourWebAppName$) for you, which should cause each page to recompile when you access it.