Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open ASP project in VS.NET and error 500 Internal Server Error

Status
Not open for further replies.

kindicheema

Programmer
Jun 21, 2006
6
GB
Hi

When I open a project in Visual Studio.Net, I get the follwoing error "The web server reported the following error when attempting to create or open the
web project located at the following URL: 'HTTP/1.1 500 Internal Server Error'".

I am using ASP.NET 1.1, i also have 1.0 installed.

I uninstalled IIS, deleted ASPNET user and then install IIS and created the user and reset IIS, and I still get the same error.

Is there anything else i can try??
Thanks
 
Turn off friendly error messages in ie and custom errors in webconfig. 500 is a generic server side error code. You will need better information to solve this.

Brian Begy
BugSentry - Automatic error reporting for .NET and COM
 
hmm,

i too got this error once, did you try to study the event log? for me it was a permissions error...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top