473,398 Members | 2,427 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

IIS settings for ASP.Net 2.0

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 <WebSiteNameProperties 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




Sep 11 '06 #1
1 1455
Emmm... don't IIS defaults to select .NET 2.0 runtime when new "web
application"(In terms of the "application pool") is created on the server?

Btw, it's also written on the help file:
To use Aspnet_regiis.exe to update a script map for an ASP.NET application
1) Open a Windows command window.
2) Navigate to the directory containing the version of the Aspnet_regiis.exe
tool that you want to use. Remember that each version of the .NET Framework
comes with its own version. The file is usually located in the following
directory:
%system root%\Microsoft.NET\Framework\versionNumber
3) Run the Aspnet_regiis.exe tool with the -s or -sn option and the path to
the application.
The following example shows a command that updates the script maps for an
application called SampleApp1.

aspnet_regiis.exe -s W3SVC/1/ROOT/SampleApp1

"SenthilVel" <se******************@misyshealthcare.com¼¶¼g©ó¶l¥ ó·s»D:ue**************@TK2MSFTNGP02.phx.gbl...
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 <WebSiteNameProperties 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




Sep 11 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: GS | last post by:
Hi, There is reference about accessing settings file in VB.NET but nothing about C#. How do I read settings in application settings file with C#? Thanks, G
2
by: GS | last post by:
How do I use My.Settings equivalent in C#? Below is part of MSDN documentation about accessing settings file. I wrote C# console application using VS 2005 and .NET 2.0 and would like to use new...
10
by: Paul Cheetham | last post by:
Hi, I am developing an application that needs to store some machine-specific settings. The application is going to be published on the network in order to keep the clients on the latest version....
10
by: Chris Dunaway | last post by:
I have an .exe console project and a class library project as part of a solution. The .exe has an App.config file and I have used the Settings page to add some Application level settings. When...
2
by: MacKris | last post by:
Hi, I'm a chemist trying to use the python script GaussSum.py with gnuplot for creating dataplots, and need some help. Whenever I try to produce a plot from the GaussSum GUI I get the error sh:...
3
by: Jon Slaughter | last post by:
I wrote an app that needed to save settings such as colors, fonts, etc... after hours of trying to use ConfigurationManager and AppSettings along with a few other things I finally found that I...
5
by: Andy | last post by:
I need to write a VB.NET WinForms app. For this purpose I need to keep some settings of the application, like many other Windows applications do. The most obvious solution is to store settings in...
0
by: =?Utf-8?B?UmljayBHbG9z?= | last post by:
For some unknown reason (user error?), I cannot get a NameValueCollection to persist in the app.config file. Unlike other settings, I cannot get the String Collection Editor GUI to allow my to...
6
by: WT | last post by:
Hello, Using VS2005. I have an assembly library that can be called from a Web site asp.net application or from a winform application. From this library I need to retrieve a path using simply a...
5
by: Rainer Queck | last post by:
Hello NG, Is it possible to share the settings of an application with a class libreary? In my case I have a application and a set of different reports (home made) put into a class library. The...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.