500 Internal Server Error

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I can not open a new web project because I get the above
message. I am running windows xp and I have the IIS
server running but all of a sudden vb.net can not
find/deal with it. The only thing I have done is install
the msde database. Any suggestions. Be specific as I am
new to this.
thanks
 
Mike said:
I can not open a new web project because I get the above
message. I am running windows xp and I have the IIS
server running but all of a sudden vb.net can not
find/deal with it. The only thing I have done is install
the msde database. Any suggestions. Be specific as I am
new to this.

All program errors return "500 Internal Server Error." You'll have to
provide more details - usually if you see a web page version of this error,
down towards the bottom you'll see "Information for technical support
personnel", or if an ASPX site, the specifics of the error described in red
type. Do you see any of that?
 
make sure ASP.NET is installed correctly or installed at all

aspnet_regiis.exe -i
or
aspnet_regiis.exe -c

do that from the %windir%\microsoft.net folder there is a folder with the
current version of .NET you are using then in that folder is aspnet_regiis
 
Back
Top