When ever I try to create a new Asp.net project , I am having this error :
"the Web server reported the following error when attempting to create or open the Web project located at the following URL: 'http://localhost/WebApplicaton1'.'HTTP/1.1 500 Internal Server Error.'" While If i try to open Some existing project, Its works fine ( but with some), I mean the asp.net application I restarted IIS and system, but it diden't work either....
What I beleive is that, This all happens because I put a web.cnofig file at inetpub\wwwroot dir.. And after that I got some error megs like check ur web config file and the application was not compiling and after 3-4 tries that error replaced wid this error, and form that time, Now Visual studio isent letting me creating a new asp.net project, And also i m getting the same error in some existing projects too...
The worst thing is .. I am trying to locate the web.config file which i placed at wwwroot, but I couldn't find it... I dont know where it disappeared ,, after creating this mess.. Else as I think if i delete that web.config at root , the things will get normal .... :(
I am simply exhasted ..... I am stuck... Some buddy Plz help me come out on the track... :(
The web.config file doesn't just disappear. It is normally in the root of your application, which may or may not be the root of your web site. Have you created an application root? I'm assuming the framework is installed properly if you can pull up existing
projects. Do a search for web.config on your system and rename any you find, then try.
I get the same error, Im not sure if I can bring up existing asp projects but ill try that when i get home. I think my problem may have started after installing mcafee privacy svc ( a known confilct with iis). I uninstalled mcafee now I cannot reinstall none
of the security suite lol.
Close your development environment (e.g., Visual Studio .NET).
Open a Command Prompt, and type the following commands:
iisreset /stop
net user ASPNET /delete
aspnet_regiis -i
iisreset /start
Close the Command Prompt.
Restart your development environment.
Bless you! This did the trick for me!
I'm a developer, not a system admin. And I'm heartily sick of installation instructions, help manuals, and books that say, "Check with your system administrator for the correct settings."
When I'm trying to learn this stuff at home, I AM the system admin, and I don't necessarily have a clue. What should take a few minutes looking up in a manual or on a screen - if only I knew what to look for - instead can take days.
Thanks for making this time a relatively painless incident!
If this answered your question, be sure to mark it as the answer. That way, everybody after you will know it's the answer also!
Thank you very much! newguy! We have so many persons met this problem, but they all have no choice but re-install the OS. Today I also met this problem, but I resolved this problem with the help of yours! I am so lucky! Thank you very much!
I have done what you suggested but now instead it is bringing this new error "Visual Studion.NET cannot create or open the application. Web site'http://localhost:/myApp' not started on this webserver, what should i do please help"
Well this didn't help me at all, once I got to the aspnet_regiis -i bit I just got the error command not recognized :(
Either you didn't run the command from the proper location or the framework isn't installed. I'm assuming the former, which isn't a framework error. Nor a VS error, IIS error or anything else. It goes back to a DOS issue. If you don't run a program from
the directory it's in and you don't have the directory in the system's Path environment, then the system won't find the file.
The Web server reported the following error when attempting to create or open the Web project located at the following URL: 'http://Localhost:/WebApp1'. 'HTTP/1.1 500 Internal Server Error'.
tried all steps in this article. all steps over the net. still no result. any other clue???
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'.
The problem is not solved.Can please suggest other solutions if any?
What problem is not solved? This is your first post to the forums and you didn't tell us about any problem. Do you believe it's the same as in the original post in this thread? Did you try all the solutions? If so, what happened? Post the specific error
messages and log file entries. Tell us what you're doing to get the error.
I am a new user to this forum as well new to Dot Net technologies. When I had the similar problem explained in this thread during the early times, I had followed all the steps. Finally I ended up with my own troubleshooting steps. I found the exact issue
with my IIS server and which was resolved my issue.
Step 1: Open IIS services. Web sites -> Default web site. Step 2: Select your application and right click and select properties Step 3: Go to the tab 'ASP.NET' and select 1.1.4322 in the drop down for ASP.NET Version.
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Feb 26, 2009 08:58 PM|reachjoejake@hotmail.com|LINK
God Bless you newguy.
Created a login specifically to thank you, you saved me from wasting a lot of time. Though I had bits and pieces of your solution, it had to be done in the order you provided.
Ur a life saver !!!
PS: I couldnt find any link to mark this as an answer, else would have marked it for sure, sorry about that.
It seems like your configuration files got corrupted. Its is always better to reinstall your iis first then repair your VS with your CD ROM. This is the fastest method you can employ to fix issue other that finding exact file corrupted.
You cannot teach a man anything; you can only help him to find it within himself.
None
0 Points
6 Posts
'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Jul 06, 2005 12:59 AM|missriz|LINK
All-Star
25749 Points
10436 Posts
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Jul 06, 2005 12:46 PM|jeff@zina.com|LINK
Jeff
None
0 Points
3 Posts
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Jul 06, 2005 06:37 PM|xplode|LINK
Member
10 Points
1 Post
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Jul 21, 2005 03:48 PM|newguy|LINK
Contributor
6950 Points
2233 Posts
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Jul 27, 2005 07:51 PM|david wendelken|LINK
Bless you! This did the trick for me!
I'm a developer, not a system admin. And I'm heartily sick of installation instructions, help manuals, and books that say, "Check with your system administrator for the correct settings."
When I'm trying to learn this stuff at home, I AM the system admin, and I don't necessarily have a clue. What should take a few minutes looking up in a manual or on a screen - if only I knew what to look for - instead can take days.
Thanks for making this time a relatively painless incident!
None
0 Points
1 Post
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Jul 28, 2005 02:40 AM|Jennifer|LINK
None
0 Points
1 Post
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Aug 11, 2005 06:49 AM|Chris Clark|LINK
Must just say thanks - I've been beating my brains out for the last two days with the same problem, tried your solution and it fixed it right up!
Now I no longer have to try to write applications in the ASP.Net Web Matrix!
Cheers
None
0 Points
2 Posts
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Aug 15, 2005 12:50 PM|robeae|LINK
Hallo new guy,
I have done what you suggested but now instead it is bringing this new error "Visual Studion.NET cannot create or open the application. Web site'http://localhost:/myApp' not started on this webserver, what should i do please help"
Thanks in Advance
None
0 Points
4 Posts
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
May 24, 2006 07:23 PM|SteveHB|LINK
Well this didn't help me at all, once I got to the aspnet_regiis -i bit I just got the error command not recognized :(
What do i do now, the aspnet user has gone and I still cant create an aspnet project in VS.
All-Star
25749 Points
10436 Posts
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
May 25, 2006 02:39 PM|jeff@zina.com|LINK
Either you didn't run the command from the proper location or the framework isn't installed. I'm assuming the former, which isn't a framework error. Nor a VS error, IIS error or anything else. It goes back to a DOS issue. If you don't run a program from the directory it's in and you don't have the directory in the system's Path environment, then the system won't find the file.
Start here:
http://forums.asp.net/thread/576170.aspx
Change the path accordingly if you are using the 2.0 framework.
Jeff
Member
10 Points
15 Posts
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Jan 19, 2007 02:47 AM|coolerboy|LINK
None
0 Points
1 Post
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Jan 29, 2007 05:33 AM|murugan_028|LINK
hi ,
this is murugan i am also facing the same problem
if u get solution kindly mail me or reply me in this
thanks
murugan
ASP.Net 1.1
Contributor
2863 Points
751 Posts
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Feb 13, 2007 07:26 AM|moredotnet|LINK
same problem...
msg...
The Web server reported the following error when attempting to create or open the Web project located at the following URL: 'http://Localhost:/WebApp1'. 'HTTP/1.1 500 Internal Server Error'.
tried all steps in this article. all steps over the net. still no result. any other clue???
Help help help
moredotnet
All-Star
25749 Points
10436 Posts
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Feb 13, 2007 10:41 PM|jeff@zina.com|LINK
Start with the event log...
Jeff
Contributor
5449 Points
1292 Posts
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Apr 01, 2008 11:47 AM|gopalanmani|LINK
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.Make sure to change the windows folder and ASP.NET version folder with the version what you want to install
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'.Gopalan Mani
My Tech blog
None
0 Points
1 Post
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Jun 12, 2008 07:47 AM|raj_jeno|LINK
Hi,
The problem is not solved.Can please suggest other solutions if any?
Rajesh.
All-Star
25749 Points
10436 Posts
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Jun 12, 2008 11:51 AM|jeff@zina.com|LINK
What problem is not solved? This is your first post to the forums and you didn't tell us about any problem. Do you believe it's the same as in the original post in this thread? Did you try all the solutions? If so, what happened? Post the specific error messages and log file entries. Tell us what you're doing to get the error.
Jeff
None
0 Points
1 Post
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Aug 04, 2008 01:45 AM|rsamypsamy|LINK
I am a new user to this forum as well new to Dot Net technologies. When I had the similar problem explained in this thread during the early times, I had followed all the steps. Finally I ended up with my own troubleshooting steps. I found the exact issue with my IIS server and which was resolved my issue.
Step 1: Open IIS services. Web sites -> Default web site.
Step 2: Select your application and right click and select properties
Step 3: Go to the tab 'ASP.NET' and select 1.1.4322 in the drop down for ASP.NET Version.
None
0 Points
1 Post
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Feb 26, 2009 08:58 PM|reachjoejake@hotmail.com|LINK
God Bless you newguy.
Created a login specifically to thank you, you saved me from wasting a lot of time. Though I had bits and pieces of your solution, it had to be done in the order you provided.
Ur a life saver !!!
PS: I couldnt find any link to mark this as an answer, else would have marked it for sure, sorry about that.
Member
212 Points
63 Posts
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Feb 27, 2009 01:35 PM|omalbose|LINK
None
0 Points
1 Post
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Aug 07, 2009 12:39 PM|sri1514|LINK
If you are trying to add Existing Project, and if you encounter this error, "You need to delete Visual Studio Cache"
It is located Under:
"C:\Documents and Settings\username\VSWebCache\"
All the best.
Sri
VS 2003 .Net 2.0 http/1.1 500 error .Net 2.0 Beta Uninstall vs2003 .net 1.1 Installation Vista .net 1.1 install new server application pool .aspx upload images apsnet_iis
Member
193 Points
446 Posts
Re: 'HTTP/1.1 500 Internal Server Error. Please someone help.. I am new to this all...
Oct 04, 2011 01:48 PM|Silverlight.Shailendra|LINK
Thanks