Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Missing ASP.NET tab

Status
Not open for further replies.

Seabrook7

Programmer
Jan 12, 2005
17
US
Hi All,

I recently upgraded from VS 2003 to VS 2005. With that upgrade came an upgrade from .NET 1.1 to .NET 2. We have two servers running that are identical to each other. I installed the 2.0 Framework on one, and was able to publish my site built in VS 2005 no problem. I had to right-click on it in the IIS Manager and go to the ASP.NET tab and choose the 2.0 Framework. After installed the 2.0 Framework on the other server, I published my site and went to change the Framework in the IIS Manager, but I don't have an ASP.NET tab in my Properties windows for my sites. Also, my new site doesn't run on this server.

I think the 2.0 Framework wasn't installed correctly. But I can't tell.

Has anyone else run across the problem with the ASP.NET tab not appearing? Any ideas?

Thanks!
 
Try running aspnet_regiis -i from the command prompt.


Vince
 
Vince - I did that already. It didn't make a difference.

Thanks for the input though.
 
Does the 2.0 framework folder exist?


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
This Framework Folder exists, along with a "v1.1.4322" one:

C:\WINNT\Microsoft.NET\Framework\v2.0.50727
 
Right, well it's definately an installation problem then. If the method Veep gave you didn't work, then you are going to have to re-install it (possible remove all other versions as well and start from scratch just to make sure).


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top