ASP.Net tab not showing up on IIS Property page

B

Blasting Cap

I have installed (and un-installed, and reinstalled) framework 2.0 on a
Windows 2003 server. I still cannot get the property page to come up on it.


When I run aspnet_regiis -lv on the 1.1 framework folder, I get this:

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis -lv
1.1.4322.0 Valid C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\asp
net_isapi.dll
2.0.50727.0 Valid (Root) C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\as
pnet_isapi.dll

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>


I get identically the same thing when I run that same command from the
v2.0.50727 folder as well.


I know that I should get the property page when I have multiple versions
of .net framework on this computer, but that property page is not
showing up.

Is there any way to fix this, to set which framework is going to be used
on which website (there are multiple websites on this server)?

Server is running Windows Server 2003, with all service packs & updates
on it. It is also running sharepoint services (the small, condensed
version, not the full-blown Sharepoint). That appears to work, too.

The 1.1 framework website works, but not the one that is using Framework
2.0.

I can run aspnet_regiis -i under both the 1.1 and 2.0 framework folders,
it says it installs, but I cannot find the 2.0/1.1 setting on the
property page in IIS. aspnet_regiis -lv shows 2.0 to be there, but
still no tab.

Any help would be greatly appreciated!!!


BC
 
C

Cowboy \(Gregory A. Beamer\)

Look at aspnet_regiis /s {folder name} on the folders not in the default
installed version. You need to make at least two app pools, as well, to run
1.1 and 2.0 in different pools:

http://msdn.microsoft.com/library/e...figuringaspnetapplicationforaspnetversion.asp

There is a tool for switching ASP.NET apps:
http://www.denisbauer.com/NETTools/ASPNETVersionSwitcher.aspx

If runs aspnet_regiis on any installed version of the framework.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 

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