|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Problem : 2 different ASP .Net running in one IISHi all,
I am having a problem with different version of website. One website written in Dot Net I and another one usig Dot Net II. The 1st website using Dot Net I had successfully run for few years. Until, I am configuring another website in same IIS whcih using Dot Net II. Once I start the service, the 1st website (dot Net I) which previous well run suddently unAvailable. Kindly, please help me. Anything i can configure with my IIs 6.0 or my server 2003 ? Need help -- masita Try :
http://msdn2.microsoft.com/en-us/library/1kdfe21k(VS.80).aspx You can't run two version of ASP.NET inside the same application pool. You'll have to create a distinct pool for each version. Also is htis 1.0 or 1.1 (you 'll find a special note about 1.0 in this article). Good luck. -- Patrice "Masita" <masi***@johordt.com> a écrit dans le message de news: OCIIl0WjHHA.4***@TK2MSFTNGP03.phx.gbl...Show quote > Hi all, > > I am having a problem with different version of website. > One website written in Dot Net I and another one usig Dot Net II. > The 1st website using Dot Net I had successfully run for few years. > Until, I am configuring another website in same IIS whcih using Dot Net > II. > Once I start the service, the 1st website (dot Net I) which previous well > run suddently unAvailable. > > Kindly, please help me. Anything i can configure with my IIs 6.0 or my > server 2003 ? > > Need help > -- > masita > > Hello Masita,
KB is available there http://support.microsoft.com/kb/816782 --- WBR, Michael Nemtsev [.NET/C# MVP]. My blog: http://spaces.live.com/laflour Team blog: http://devkids.blogspot.com/ "The greatest danger for most of us is not that our aim is too high and we miss it, but that it is too low and we reach it" (c) Michelangelo M> Hi all, M> M> I am having a problem with different version of website. M> One website written in Dot Net I and another one usig Dot Net II. M> The 1st website using Dot Net I had successfully run for few years. M> Until, I am configuring another website in same IIS whcih using Dot M> Net II. M> Once I start the service, the 1st website (dot Net I) which previous M> well M> run suddently unAvailable. M> Kindly, please help me. Anything i can configure with my IIs 6.0 or M> my server 2003 ? M> M> Need help M> -- M> masita |
|||||||||||||||||||||||