Install .NET Framework 1.1 after 2.0

Hi All,

I have a client that has a machine with .NET Framework 2.0 installed.  But my app runs in 1.1 Framework.  I do not want to run my App in the 2.0 Framework for fear of something breaking. 

Do you know of any installation issues in regards to installing .NET Framework 1.1 after 2.0?

Thanks,

Chris

 

 


Chris
0
cschmidt3
4/19/2006 1:44:38 PM
📁 asp.net.installation-setup
📃 5668 articles.
⭐ 1 followers.

💬 2 Replies
👁️‍🗨️ 794 Views

What is the webserver version, if it is Windows2003, it will already have framework 1.1.

If it is Windows 2000, Since you had a fear on installing, you can do one thing Uninstall 2.0, then install 1.1, after that install 2.0 again.

But as I know you should not have any problem.


Sreedhar
http://www.w3coder.org
weblog http://weblogs.asp.net/skoganti
0
SreedharK
4/19/2006 2:00:10 PM
cschmidt3:

Hi All,

I have a client that has a machine with .NET Framework 2.0 installed.  But my app runs in 1.1 Framework.  I do not want to run my App in the 2.0 Framework for fear of something breaking. 

Do you know of any installation issues in regards to installing .NET Framework 1.1 after 2.0?

No problem, works fine.  Use a separate application pool for the different framework.  Make sure you set your application to the proper framework in IIS.

Jeff


Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
0
jeff
4/19/2006 7:20:09 PM