HTTP /1.1 500 Internal Error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am getting this error while trying to work on an ASP.NET application. I
did the following (posted below) , it helped once but now I'm getting this
error again... Any help??

From RUN execute cmd.exe to get the command window.
cd to %windir%\microsoft.net\framework\v1.1.4322\
execute C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis -lv
This will give you all the versions of the framework installed on your
machine and there location.
It should look like this:
1.0.3705.288 Valid
C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\aspnet_isapi.dll
1.1.4322.0 Valid (Root)
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
If not get ride of other versions.
If ROOT is not showing for 1.1.4322.0 then
execute C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis
 
mavrick101 said:
Hi,

I am getting this error while trying to work on an ASP.NET
application. I did the following (posted below) , it helped once but
now I'm getting this error again... Any help??

Are you running the page from localhost or have customErrors set to 'off' in
your web.config? If so then what does the error message in the browser say?
If not then look in your weblog to see what the error is
(c:\windows\system32\logfiles).
 
Back
Top