all groups > dotnet faqs > september 2006 >
You're in the

dotnet faqs

group:

IIS settings for ASP.Net 2.0


IIS settings for ASP.Net 2.0 SenthilVel
9/11/2006 12:00:00 AM
dotnet faqs:
hi all

I am in the process of converting my CLR 1.1 built web applications to run
in CLR2.0.

right now i am doing the manual step of setting the ASP.Net .
To configure a 1.x application's script map to use the .NET Framework
version 2.0
1.. On the Start menu, click Run.

2.. In the Open box, type inetmgr and click OK.

3.. In Internet Information Services (IIS) Manager, expand the local
computer, and then expand Web Sites.

4.. Select the target Web site that is running in the .NET Framework
version 1.x.

5.. Right-click the name of the virtual directory for the Web site, and
then click Properties.

The <WebSiteName> Properties dialog box appears.

6.. In the ASP.NET version selection list, choose the .NET Framework
version 2.0.

7.. Click OK.

Question:

1. What are the steps i must do in order that these settings are done during
the install itself ?

2. what modifications i can do to my install or my project properties so
that when i install the 2.0 web applications, i need to have this setting
pointed to CLR2.0.???

Thanks in advance

Senthil










Re: IIS settings for ASP.Net 2.0 Mike Lowery
9/11/2006 8:00:09 AM
Have you looked at the aspnet_regiis utility?
http://support.microsoft.com/kb/816782/en-us

[quoted text, click to view]

AddThis Social Bookmark Button