Groups > Asp .Net > ASP.NET Installation and setup > Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...




Re: 'HTTP/1.1 500 Internal Server Error. Please someone
help.. I am new to this all...

Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Tue, 1 Apr 2008 18:47:42 +0000
hi,If you are running two versions of ASP.NET, you may get HTTP:/1.1 500
Internal Server Error when creating a new Web project or opening an existing Web
project in Visual Studio.  This problem may occur when IIS is not sure what
version of ASP.NET to use or where to locate ASP.NET files. One of the following
solutions should fix the problem.  Solution 1.  

Remove web.config file from inetpub/wwwroot directory
Go to IIS, Right click on Default web site / All tasks / Check server extensions
and let it run
Reset IIS by right click on IIS or call iisreset from Run command Solution 2.  

Install ASP.NET again using the following command from your Run command:
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe –I
Make sure to change the windows folder and ASP.NET version folder with the
version what you want to install
Reset IIS 
Solution 3. Applies to Windows Server 2003

Note: This is a Microsoft KB article: When you try to create a new Microsoft
ASP.NET 1.1 application after you change the script mapping of the existing
ASP.NET 1.1 Web application to ASP.NET 1.0 on a Microsoft Windows Server
2003-based computer, you may receive the following error message: The Web server
reported the following error when attempting to create or open the Web project
located at the following URL: 'http://localhost/822319ev1'. 'HTTP/1.1 500
Internal Server Error'.
Post Reply
about | contact