Missing ASP.NET tab in IIS

G

Guest

Hi everyone,

Hopefully someone could clear up my problem here. I'm setting up a new
server (Win 2003 Standard 64-bit) for use as an Intranet server.

I have 3 web apps written in asp.net - one uses .NET 2.0.50727 and two are
using 1.1.4322.

The Win2k3 machine came to me with .NET 2 already installed, but no IIS and
no .NET 1.1 - so I installed IIS and proceeded to setup the .NET 2 web app.
All went well, went to the ASP.net tab and selected the 2.0.50727 framework.
Sorted.

I then proceeded to install .NET 1.1 and I ran the cscript command to make
IIS work with 1.1 - as requested by the installation.

I go back into IIS, and my ASP.net tab has gone!

I've just been reading this forum...
http://www.thescripts.com/forum/threadnav431607-1-10.html

...and this kb article..
http://support.microsoft.com/default.aspx?scid=kb;en-us;894435

...which seem to indicate that I can run a .NET 1.1 and .NET 2.0 app side by
side on Win2k3 64-bit, but that it won't bring the ASP.NET tab back. Is that
correct?

If I switch it back to 64-bit, I won't be able to run my .NET 1.1 apps?

So, if I leave it as it is... how can I get some websites to run in 1.1 and
some to run in 2.0, if I don't have the ASP.NET tab to select the .NET
version!?

Or am I missing something?!

Any help greatly appreciated.

Thanks,



Dan
 
G

Guest

I think that you only need to run "aspnet_regiis.exe -i" for each version.

Run the 1.1 version first, then the 2.0 version. I believe that your
problem comes from installing 2.0 before 1.1.
 
G

Guest

Hi

K, tried running aspnet_regiis.exe -i for each version as suggested - still
no asp.net tab in IIS.

Any other suggestions?!
 

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