BizTalk Blog by Chris Han

System Design for Enterprise Agility,

  Home  |   Contact  |   Syndication    |   Login
  66 Posts | 9 Stories | 122 Comments | 79 Trackbacks

News

Article Categories

Archives

Post Categories

Image Galleries

BizTalk Bloggers

BizTalk on MSDN

Patterns & Architecture

SharePoint

I install the Asp.NET 2.0 framework on a WinXp pro box. When I bring up the property page of a virtual directory, for some reason, I can't see the ASP.NET tab where you can config the asp.net version to either 1.1 or 2.0

So I have to use the ASP.NET IIS Registration Tool (Aspnet_regiis.exe) to config my virtual directory to use asp.net 2.0 framework!

The MSDN article is a pretty good help on this issue:

http://msdn2.microsoft.com/en-us/library/k6h9cz8h.aspx 

 

posted on Wednesday, March 29, 2006 7:50 AM

Feedback

# re: ASP.NET tab doest show up in IIS virtual directory property page after install asp.net 2.0 framework 4/10/2006 1:13 PM Dave
I've tried aspnet_regiis -s W3SVC/1/ROOT/SampleApp1 and still I cannot find the ASP.NET property page on any of my virtual directories in IIS. Have you ever run into this?

# re: ASP.NET tab doest show up in IIS virtual directory property page after install asp.net 2.0 framework 4/10/2006 4:38 PM Chris Han
It won't bring back the tab. At least never for me. And I don't think it meant to be.
The tool just config the virtual directory for you to map to 2.0fx.


# re: ASP.NET tab doest show up in IIS virtual directory property page after install asp.net 2.0 framework 8/28/2006 7:38 AM ken
Try going into WEB EXTENSIONS within IIS (INETMGR) and ALLOW the ASP.NET v2.0.50727 ISAPI filter. YOu may have to manually add this entry.

# IIS Virtual Directory ASP.NET not show .net framework list 1.0 and 2.0 7/5/2007 7:08 AM Adeel
my os is Windows server 2003. i have installed .NET framework 1.0 and 2.0 both but in IIS Virtual directory in ASP.NET tab i am unable to show both 1.0 and 2.0 fremework option it shows only .net 2.0 framework option in the list. How to add ASP.NET framework 1.0 in this list.
Thanks!
Adeel

# re: ASP.NET tab doest show up in IIS virtual directory property page after install asp.net 2.0 framework 5/12/2008 3:53 AM Anish
Adee,

Go to the command prompt and run the following:

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis -i

Follow the above step with an IIS reset.

This will resolve the problem.

Thanks,
Anish

# re: ASP.NET tab doest show up in IIS virtual directory property page after install asp.net 2.0 framework 5/13/2008 6:38 PM Frank
Anish,
this will make all IIS use ASP.NET 1.1, i just want one site to use it, the another sites i need them with 2.0

how to do it?

# re: ASP.NET tab doest show up in IIS virtual directory property page after install asp.net 2.0 framework 12/17/2008 1:34 AM Andy
If VMWare was installed on a 32-bit server, there is an issue with it running as a 64-bit application which was causing my tab to not appear. I had to stop the IIS Services (FTP, WWW, HTTP) and remove the line "enable32BitAppOnWin64=TRUE" (perhaps setting it to FALSE would work?). Restarted the services and bingo! My tab was back. HTH

# re: ASP.NET tab doest show up in IIS virtual directory property page after install asp.net 2.0 framework 12/17/2008 1:37 AM Andy
Oops - forgot something. The file you need to edit is C:\Windows\System32\inetsrv\Metebase.xml. All the IIS services must be stopped in order to edit this file.

# re: ASP.NET tab doest show up in IIS virtual directory property page after install asp.net 2.0 framework 2/20/2009 2:28 AM cypherbox
Hi, on my Server 2003 machine, the installed versions of the .NET Frameworks are 1.1.4322.2379 and 2.0.50727.0. But on the ASP.NET tab of the default web site, it only shows 2.0.50727. Why does version 1.1.4322.2379 doesn't appear on the drop down? Thanks..

Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification: