Enable 1.1 framework on 2.0 website

R

Rick King

Hi,

Can someone tell me how i can enable an ASP.NET website to use the .NET 1.1
framework? The server only has .NET 2.0 installed, which is what the
website is running as now but i need it to run under the .NET 1.1.

Thanks for your help.
R
 
?

=?ISO-8859-1?Q?G=F6ran_Andersson?=

Rick said:
Hi,

Can someone tell me how i can enable an ASP.NET website to use the .NET 1.1
framework? The server only has .NET 2.0 installed, which is what the
website is running as now but i need it to run under the .NET 1.1.

Thanks for your help.
R

Then you have to:

:: Install framework 1.1.
:: Create an AppPool for 1.1 applications in IIS.
:: Change your web application to use the 1.1 AppPool.
:: Change your web application to use framework 1.1.

(Applications using framework 2.0 can not run in the same AppPool as
applications running framework 1.1.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top