HTTP/1.1 500 Internal Server Error?
-
Hi Everybody, My PC have following things installed on it. -.NET framework 1.1 - IIS 5.1 -.Net Visual studio 2003. When I crate a new project of type 'ASP.NET Web Application', I receive following error. "The web server reported the following error when attemting to create or open the web project located at the following URL ://localhost/weapplication1; HTTP/1.1 500 Internal Server Error". After this no prject is created. I checked if IIS is working or not by manually creating a directory in wwwroot folder, placing a single index.htm file inside it and then accessing that from web-browser by using URL as "http://localhost/DirectoryName". It is working fine. Please see if anybody can help me out in this problem. Regards, Amol
Every thing will come to you if you have faith.
-
Hi Everybody, My PC have following things installed on it. -.NET framework 1.1 - IIS 5.1 -.Net Visual studio 2003. When I crate a new project of type 'ASP.NET Web Application', I receive following error. "The web server reported the following error when attemting to create or open the web project located at the following URL ://localhost/weapplication1; HTTP/1.1 500 Internal Server Error". After this no prject is created. I checked if IIS is working or not by manually creating a directory in wwwroot folder, placing a single index.htm file inside it and then accessing that from web-browser by using URL as "http://localhost/DirectoryName". It is working fine. Please see if anybody can help me out in this problem. Regards, Amol
Every thing will come to you if you have faith.
You may need to re-register asp.net for IIS. I can't quite remember the syntax for this command though...
-
You may need to re-register asp.net for IIS. I can't quite remember the syntax for this command though...
It May be the problem of your FireWall, Plz see Is your fire wall has blocked this application?
-
It May be the problem of your FireWall, Plz see Is your fire wall has blocked this application?
since it is 500 error - it must something to do with coding. Could you un-check the option in IE browser, "Show Friendly error messages", it would then show the actual error message. To register asp.net in iis aspnet_regiis -i You would need to traverse to that folder where this exist, meaning if 1.x framework need to run this from that location in dos prompt. Hope that helps. Thankss.