HTTP /1.1 500 Internal Error

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
 
L

Leon Mayne [MVP]

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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top