|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Cannot create new web project on localhost after framework 2.0 installsql server 2000 Everything works great until framework 2.0 installed - all I wanted to do was read up on sql server 2005 and BOL requires framework 2.0. After installing framework 2.0, vs 2003 window forms programs still work fine, but I can no longer connect to existing asp.net projects on localhost nor can I create new projects. Error I get is: The web server reported the following error when attempting to create or open the web project located at the following URL: http://localhost/WebApplication1 HTTP/1.1 500 Internal Server Error. I've done the aspnet_regiis thing; I've gone over all the ACLs to be sure asp.net account has needed permissions; I've checked the websites to be sure they are all using asp.net 1.1 and not 2. Additionally, I cannot start the asp.net state service. If I uninstall framework 2.0, everything works great again. I've spent a week trying to research this in google groups, msdn, and ms knowledgebase and can find no one else with similar problems. Any suggestions?? I would eventually like to start testing the vs 2005 waters but I have to keep maintaining my asp.net 1.1 apps at the same time. Have you gone in to IIS and changed the framework version for your apps back
to 1.1? :) Cheers, Greg Young MVP - C# http://geekswithblogs.net/gyoung <slans***@sbcglobal.net> wrote in message Show quote news:1149184561.809640.39860@i40g2000cwc.googlegroups.com... > Development box has Windows 2000 Server, IIS 5, framework 1.1, vs 2003, > sql server 2000 > > Everything works great until framework 2.0 installed - all I wanted to > do was read up on sql server 2005 and BOL requires framework 2.0. > > After installing framework 2.0, vs 2003 window forms programs still > work fine, but I can no longer connect to existing asp.net projects on > localhost nor can I create new projects. > > Error I get is: The web server reported the following error when > attempting to create or open the web project located at the following > URL: http://localhost/WebApplication1 HTTP/1.1 500 Internal Server > Error. > > I've done the aspnet_regiis thing; I've gone over all the ACLs to be > sure asp.net account has needed permissions; I've checked the websites > to be sure they are all using asp.net 1.1 and not 2. > > Additionally, I cannot start the asp.net state service. > > If I uninstall framework 2.0, everything works great again. I've spent > a week trying to research this in google groups, msdn, and ms > knowledgebase and can find no one else with similar problems. > > Any suggestions?? I would eventually like to start testing the vs 2005 > waters but I have to keep maintaining my asp.net 1.1 apps at the same > time. > It was never changed to 2.0, but it was one of the things that I
checked (that the tab showed 1.1.4322 selected.) I also reregistred asp.net using aspnet_regiis for version 1.1. Greg Young wrote: Show quote > Have you gone in to IIS and changed the framework version for your apps back > to 1.1? :) > > Cheers, > > Greg Young > MVP - C# > http://geekswithblogs.net/gyoung > > |
|||||||||||||||||||||||