Prev: Set Global Variable Within a Function
Next: marvendas@gmail.com Kit completo deSolenóides ( solenoid ) + chicote Para Câmbio automatico 01M hidramatico Audi A3 Vw Golf gti turbo 07506
From: Neil on 18 Feb 2010 10:31 I am running Windows SBS 2003 I use RWW and companyweb which work OK. I have a custom designed app which has started to conflict with Companyweb. My custom app uses ASP 2.0 while Companyweb uses 1.1 so I keep gettting errors about differentversions of ASP in the same iis rocess. I can upgade Companyweb to ASP 2.0 and both apps work oOK, but then RWW fails. Unfortunately I can not contact the custom app designer, can I transfer the custom app to a seperate iis process? Thanks
From: Bob Barrows on 18 Feb 2010 11:03 Neil wrote: > I am running Windows SBS 2003 > I use RWW and companyweb which work OK. > I have a custom designed app which has started to conflict with > Companyweb. > > My custom app uses ASP 2.0 while Companyweb uses 1.1 so I keep Hmmm ... this seems to be about ASP_.Net_ > gettting errors about differentversions of ASP in the same iis rocess. > I can upgade Companyweb to ASP 2.0 and both apps work oOK, but then > RWW fails. You need to use separate application pools. Use IIS Manager to create a pool named DotNet1X and another named DotNet20. In the website properties, assign the appropriate application pool to each application. -- HTH, Bob Barrows
From: Bob Barrows on 18 Feb 2010 11:04
Neil wrote: > I am running Windows SBS 2003 > I use RWW and companyweb which work OK. > I have a custom designed app which has started to conflict with > Companyweb. > > My custom app uses ASP 2.0 while Companyweb uses 1.1 so I keep Hmmm ... this seems to be about ASP_.Net_ > gettting errors about differentversions of ASP in the same iis rocess. > I can upgade Companyweb to ASP 2.0 and both apps work oOK, but then > RWW fails. You need to use separate application pools. Use IIS Manager to create a pool named DotNet1X and another named DotNet20. In the website properties, assign the appropriate application pool to each application. Also: **********canned wrong newsgroup reply**************************** There was no way for you to know it (except maybe by browsing through some of the previous questions before posting yours - always a recommended practice), but this is a classic (COM-based) asp newsgroup. ASP.Net is a different technology from classic ASP. While you may be lucky enough to find a dotnet-savvy person here who can answer your question, you can eliminate the luck factor by posting your question to a newsgroup where the dotnet-savvy people hang out. I suggest microsoft.public.dotnet.framework.aspnet. There are also forums at www.asp.net where you can find a lot of people to help you. HTH, Bob Barrows **********canned wrong newsgroup reply**************************** |