Ged325 Posted November 26, 2003 Posted November 26, 2003 Have tried the following: Created a new solution trying to add to project -> c# Web Service get the error: The Web server reported the following error when attempting to creat or open the web project located at the following URL: 'Http://localhost/webservice1'. 'Http/1.1 500 internal server error'. Have tried the following solutions: Registered the asp.dll Ran aspnet_regiis.exe -i Typed in an application name under IIS, web sites, home directory in the MMC. Tried assigning an IP and leaving it unassigned Started Distributed actions coordinator. Don't know what else it could be, and to make things more interesting, I can make it in C++, just not in c#. Am trying to learn c# and am getting quite frustrated, any and all help greatly appreciated. Quote
Ged325 Posted November 26, 2003 Author Posted November 26, 2003 on another note, am using vs 2003, have the 1.1 framework installed, iis 5.1; I also can't get help installed. Is there somewhere online where I can find the msdn to download and install to get the context help? Quote
fadi Posted November 27, 2003 Posted November 27, 2003 u need to 1) delete the aspnet account 2) run the aspnet_regiis.exe -i 3) start the iis again check what will happen Quote
Ged325 Posted November 28, 2003 Author Posted November 28, 2003 still getting the same message. (Deleted user account ASPnet, re-ran the install) Quote
fadi Posted November 28, 2003 Posted November 28, 2003 i found this article on the net: In some situations you might get the following error : "web project located at the following URL: 'http://localhost/webapplication1xx'. 'HTTP/1.1 500 Internal Server Error'." when you are attempting to open a new Asp.Net web Application or Asp.Net Web Service Application. It took me some time to find out how to solve this issue , I checked every security issue on the iis and even reinstalled VS .Net 2003, but it didn't help. finally, the resolution is very easy. Resolution: 1) Delete the ASPNET account using Computer Management. 2) Recreate the ASPNET account by running: aspnet_regiis -I, from C:\<winDir>\microsoft.net\framework\v1.1.4322 directory : Click Start, and then click Run. In the Open text box, type cmd, and then press ENTER. At the command prompt, type the following, and then press ENTER: "%windir%\Microsoft.NET\Framework\version\aspnet_regiis.exe" -i In this path, version represents the version number of the .NET Framework that you installed on your server. You must replace this placeholder with the actual version number when you type the command. If you use Visual Studio 2003 and framework 1.1 it it v1.1.4322 3) Restart IIS. 4) Now the ASPX pages should work fine and you also should be able to create new ASP.NET web projects. Quote
Ged325 Posted December 8, 2003 Author Posted December 8, 2003 reinstalled VS 2003 and everything worked fine. Don't know what happened. Quote
shahab Posted July 30, 2004 Posted July 30, 2004 I have the same error now: http://faramarz.europe.webmatrixhosting.net/pic/ev01.gif http://faramarz.europe.webmatrixhosting.net/pic/ev02.gif http://faramarz.europe.webmatrixhosting.net/pic/ev03.gif http://faramarz.europe.webmatrixhosting.net/pic/ev04.gif http://faramarz.europe.webmatrixhosting.net/pic/ev05.gif Quote
shahab Posted July 30, 2004 Posted July 30, 2004 I did what Fadi said exactly but the problem stays. Quote
shahab Posted July 30, 2004 Posted July 30, 2004 reinstalled VS 2003 and everything worked fine I did this too but still getting the same error! Quote
Administrators PlausiblyDamp Posted July 30, 2004 Administrators Posted July 30, 2004 Looks more like a probblem with Component services than ASP.Net - all the errors are refering to COM+. Have you recently applied any service packs, installed new software etc? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
shahab Posted July 30, 2004 Posted July 30, 2004 Oh yes ICQ messanger! :( but I unistall it rapidly. Exactly the problem start after an installation. How to solve it? How should I fix theCOM +? :confused: :o Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.