Impact of .NET Framework on IIS 6.0
-
Hi all, First of all I wud like to thank u all for helping me out again n again.Life wud have been miserable without the expert-advices of codeproject. My Situation: On a remote PC,we r running windows server 2003,IIS6.0,sharepoint services and it has .NET Framework 1.1.I wish to run my ASP.NET website created in Framework 2.0 on that IIS.For this I need to install Framework 2.0 on the server.The Server is also running a Sharepoint site. My Question: If I install Framework 2.0 on the above mentioned windows server 2003,will it affect my existing sharepoint site?Will there be any negative impact on the system?I wish to clarify my doubts in order to go for the installation on the server bcoz my supervisor is very much reluctant to this idea and he thinks it will surely affect the existing sharepoint site in a negative way. Kindly enlighten me in this regard!! :)
-
Hi all, First of all I wud like to thank u all for helping me out again n again.Life wud have been miserable without the expert-advices of codeproject. My Situation: On a remote PC,we r running windows server 2003,IIS6.0,sharepoint services and it has .NET Framework 1.1.I wish to run my ASP.NET website created in Framework 2.0 on that IIS.For this I need to install Framework 2.0 on the server.The Server is also running a Sharepoint site. My Question: If I install Framework 2.0 on the above mentioned windows server 2003,will it affect my existing sharepoint site?Will there be any negative impact on the system?I wish to clarify my doubts in order to go for the installation on the server bcoz my supervisor is very much reluctant to this idea and he thinks it will surely affect the existing sharepoint site in a negative way. Kindly enlighten me in this regard!! :)
vasillis_zayetsav wrote:
I wish to run my ASP.NET website created in Framework 2.0 on that IIS.For this I need to install Framework 2.0 on the server.The Server is also running a Sharepoint site.
my system is also running in same condition. It has all the .Net Framework Install. and WSS 3.0 .
vasillis_zayetsav wrote:
If I install Framework 2.0 on the above mentioned windows server 2003,will it affect my existing sharepoint site?
I don't think so. Share Point having it own sites. and By default its running on Port 80. and When you host your .net sites create Virtual Directory on your "Default Web Site" not under Share point site. Share point site will run independently on your earlier setup. After creating VD of new sites, Change the ASp.Net version to Version 2.0. So its all cool.
cheers, Abhijit CodeProject MVP