Can IIS 5.0 run ASP.net 1.1 and 2.0 as separate website?

Can IIS 5.0 run ASP.net 1.1 and 2.0 as separate website?

am 10.01.2008 19:33:51 von gstark

The only reason I am asking this question, is because the box described
below is in production. If I had an other one like it for development I
would test it there and not be asking this question. The microsoft website
does not say.

My problem:
I have been given a project that is to run on a Win2000 server which is
happly running ISS 5.0 and ASP.net 1.1 websites. Both ASP.net 1.1 and 2.0
frameworks are installed, and in the properties page for each website has
the ASP.net tab with the both frameworks available in the drop down.

My understanding is IIS 5.0 can run ASP.net 2.0 web apps, but can not run
both. IE It can not
Website A runs 1.1
Website B runs 1.1
Website C runs 2.0
They all must be 1.1 or 2.0 but not a mix.

I am loth to create the new website and set it to use ASP.net 2.0, and bring
down IIS the other websites.

Thnak you.
Greg

Re: Can IIS 5.0 run ASP.net 1.1 and 2.0 as separate website?

am 10.01.2008 20:23:30 von Kristofer Gafvert

Hi,

As long as you don't mix the frameworks in the same worker process it should
work.

--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


"gstark" skrev i meddelandet
news:ub%23fzg7UIHA.5264@TK2MSFTNGP02.phx.gbl...
> The only reason I am asking this question, is because the box described
> below is in production. If I had an other one like it for development I
> would test it there and not be asking this question. The microsoft
> website does not say.
>
> My problem:
> I have been given a project that is to run on a Win2000 server which is
> happly running ISS 5.0 and ASP.net 1.1 websites. Both ASP.net 1.1 and 2.0
> frameworks are installed, and in the properties page for each website has
> the ASP.net tab with the both frameworks available in the drop down.
>
> My understanding is IIS 5.0 can run ASP.net 2.0 web apps, but can not run
> both. IE It can not
> Website A runs 1.1
> Website B runs 1.1
> Website C runs 2.0
> They all must be 1.1 or 2.0 but not a mix.
>
> I am loth to create the new website and set it to use ASP.net 2.0, and
> bring down IIS the other websites.
>
> Thnak you.
> Greg
>
>
>

Re: Can IIS 5.0 run ASP.net 1.1 and 2.0 as separate website?

am 10.01.2008 20:29:11 von Rick Barber

Hi Greg,

Yes you can run both ASP.Net 1.1 and 2.0 on the same Windows 2000 server, in
fact we still have a server running a variety of 1.0, 1.1, and 2.0 sites. I
would caution you against using the drop down on a production server,
though, as it causes a server wide recycle. You are better initially to
manually change the App Mappings to the appropriate version of
aspnet_isapi.dll

For example, change the following

C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll

to

C:\WINNT\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll

for every instance of it.

--
Rick Barber

http://www.orcsweb.com
Managed Complex Hosting
#1 in Service and Support

"gstark" wrote in message
news:ub%23fzg7UIHA.5264@TK2MSFTNGP02.phx.gbl...
> The only reason I am asking this question, is because the box described
> below is in production. If I had an other one like it for development I
> would test it there and not be asking this question. The microsoft
> website does not say.
>
> My problem:
> I have been given a project that is to run on a Win2000 server which is
> happly running ISS 5.0 and ASP.net 1.1 websites. Both ASP.net 1.1 and 2.0
> frameworks are installed, and in the properties page for each website has
> the ASP.net tab with the both frameworks available in the drop down.
>
> My understanding is IIS 5.0 can run ASP.net 2.0 web apps, but can not run
> both. IE It can not
> Website A runs 1.1
> Website B runs 1.1
> Website C runs 2.0
> They all must be 1.1 or 2.0 but not a mix.
>
> I am loth to create the new website and set it to use ASP.net 2.0, and
> bring down IIS the other websites.
>
> Thnak you.
> Greg
>
>
>