Cannot create new web project on localhost after framework 2.0 install

S

slanskye

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.
 
S

slanskye

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top