Many of us are aware that ASP.NET 2.0 provides a Website Administration Tool from where we can manage the settings for the web application.
However, we can also manage the website settings from the IIS - Virtual directory settings.
Steps 1. Click "Start" and select "Run"
2. Type "inetmgr" and press "Ok" or Hit "Enter"
3. IIS Control Panel Opens.
4. Expand the appropriate nodes to navigate to the Virtual directory of your application.
5. Select the Virtual Directory and Right Click and select "Properties".
6. You will notice that there is a New "ASP.NET" Tab. This Tab features once you install the .NET Framework 2.0.
7. Switch to the "ASP.NET" Tab.
8. There is a Version selector from which you can select the version you would like to use for your application. However, since we are dealing with ASP.NET 2.0, we will leave it to the default one that would be selected
i.e. 2.0.50727. We can change it if its showing a older version.
9. Also, there is an "Edit Configuration" button in the bottom in the same Tab.
10. Clicking on it will open up the ASP.NET Configuration Settings for that application.
We can "Add", "Edit", "Remove" and "Reset" the setttings. We can manage as many settings as Authentication, Authorization, Session State, Custom Errors etc., from this Utility.
This would be very useful when we deploy our applications and would like to change the settings over the deployment environment.
ranganh
Star
12085 Points
2435 Posts
Microsoft
ASP.NET 2.0 - Website Configuration Management from IIS
Feb 24, 2006 09:39 AM|LINK
Many of us are aware that ASP.NET 2.0 provides a Website Administration Tool from where we can manage the settings for the web application.
However, we can also manage the website settings from the IIS - Virtual directory settings.
Steps
1. Click "Start" and select "Run"
2. Type "inetmgr" and press "Ok" or Hit "Enter"
3. IIS Control Panel Opens.
4. Expand the appropriate nodes to navigate to the Virtual directory of your application.
5. Select the Virtual Directory and Right Click and select "Properties".
6. You will notice that there is a New "ASP.NET" Tab. This Tab features once you install the .NET Framework 2.0.
7. Switch to the "ASP.NET" Tab.
8. There is a Version selector from which you can select the version you would like to use for your application. However, since we are dealing with ASP.NET 2.0, we will leave it to the default one that would be selected i.e. 2.0.50727. We can change it if its showing a older version.
9. Also, there is an "Edit Configuration" button in the bottom in the same Tab.
10. Clicking on it will open up the ASP.NET Configuration Settings for that application.
We can "Add", "Edit", "Remove" and "Reset" the setttings. We can manage as many settings as Authentication, Authorization, Session State, Custom Errors etc., from this Utility.
This would be very useful when we deploy our applications and would like to change the settings over the deployment environment.
Thanks.
Harish
http://geekswithblogs.net/ranganh
codemobile
Member
134 Points
98 Posts
Re: ASP.NET 2.0 - Website Configuration Management from IIS
Dec 09, 2008 10:59 AM|LINK
We can also set Website Framework Version, Connection String, Session Settings, Debug Setting, Permsssion Settings.
senthil.chri...
Member
610 Points
102 Posts
Re: ASP.NET 2.0 - Website Configuration Management from IIS
Dec 22, 2008 03:09 AM|LINK
But how do i use it similar interface to what Visual Studion provides
Senthil Kumar.B
Blog : ginktage.com
Please remember to click “Mark as Answer” on the post that helps you. This can be beneficial to other community members reading the thread : )
sirdneo
All-Star
15171 Points
2509 Posts
Re: ASP.NET 2.0 - Website Configuration Management from IIS
Dec 25, 2008 04:43 AM|LINK
iis configuration
Zeeshan Umar
~Please Mark As Answer, one or multiple posts, which helped you. So that it might be useful for others~