473,499 Members | 1,548 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

aspnet_regiis

I have a server running Windows 2003. Within IIS I have 2 websites defined.
One is for Sharepoint Team Services and the other for custom applications. I
have a few new applications using .NET 2.0 which I would like to deploy onto
that server, but do not want to upgrade to .NET 2.0 for all apps
(aspnet_regiis -i) Is there an easy way to upgrade just the virtual
directory that my app is running in? In this case the the website is named
Internal Applications and the subdirectory is named LicenseTracker. Thanks
for any help you may be able to offer.
Feb 2 '06 #1
1 2001
Welcome to the MSDN newsgroup.

As for the window 2003/IIS6, it can support multiple IIS sites and mulitple
version of ASP.NET web applications can be deployed side by side in IIS
(either in different IIS sites or in single IIS site). After we installed
net framework 2.0, the IIS's management tool will add an additional
"ASPNET" tab for configure ASP.NET settings(include version, config
settings) for site or application virutal dir, we can swtich it to let a
site or application virtual dir to run under certain version of ASP.NET.
However, due to some problem when deploying multiple version ASP.NET
applications on single server, here are some of my suggestion:

1. If possible, we should try best to deploy different version of ASP.NET
applications in different IIS site, also ASP.NET1.1 application should use
separate application pool from ASP.NET 2.0 application.

2. If #1 is not possible and we have to put multiple version of ASP.NET
applications in single IIS site, make sure that no 2.0 application is
deployed as parent web application( one app's app virtual dir is parent
virtual dir of another) of any 1.1 web app. This is becaue ASP.NET web
application's web.config will inherit the setting from any parent
application virtual dir's web.config, and ASP.NET 2.0 web.config add many
new configure elements which are not recognized by 1.1, thus in such
scenario there may occurs error at runtime. Also, be sure to separate 1.1
application's application pool from 2.0 applications.

Hope this helps.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Feb 3 '06 #2

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

Similar topics

0
1167
by: George Durzi | last post by:
I have a web server with both v1.0 and v1.1 of the .NET Framework installed. I'm referencing this article (http://support.microsoft.com/?id=820106) to "tell" my web server to run my web application...
17
4807
by: JStemper | last post by:
On one of my localhost sites I'm getting a message to run aspnet_regiis -c to correct some scripting issues. When I try to run the listed command I get another error: "You must have...
1
1632
by: J Rieggle | last post by:
Hi, Having been flamed for my previous HEEEELP! post and called childish, I decided to reframe this problem - I have to have something ready for tomorrow morning, and my server has stopped...
0
1540
by: richard.warner | last post by:
When you run 'aspnet_regiis -c', the aspnet_client directory is created under EVERY web site on the IIS server. It seems strange that there doesn't seem to be any way of running the command so...
1
4150
by: Marc B. | last post by:
I've been beating my head against the wall trying to do what appears to be really straight forward. I've been attempting the Walkthrough: Creating and Exporting an RSA Key Container...
2
2000
by: APA | last post by:
I'm getting the "Failed to access IIS metabase" error so I tried to run the aspnet_regiis utility to set the permissions (aspnet_regiis -ga username). However, when I run this command all it does...
4
3424
by: Anthony Yott | last post by:
Folks, In using the aspnet_regiis –ga command I'm running into an issue. I'm using this command against a domain account e.g. aspnet_regiis –ga MyDomain\ayott and it works fine. If I perform...
1
4990
by: manishkj | last post by:
Please read carefully, Its aspnet_regiis -i and not aspnet_regiis -c aspnet_regiis -c works for me. I tried all options found on google. Also I'm local admin on box. No article on Microsoft. ...
8
2998
by: David Thielen | last post by:
Hi; In our setup program how do I determine if I need to run "aspnet_regiis –i" and if so, is there an API I can calll rather than finding that program on the user's disk and calling it? --...
1
2013
by: twdo | last post by:
I am working on a hosting control panel. I am adding support for multiple server and would like to know if aspnet_regiis.exe has a switch for the server name. For example, I have an ASPX page...
0
7128
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7006
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
7169
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7215
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...
1
6892
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7385
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
4597
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3088
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
661
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.