I have a C# 2010 web application that I want to deploy to a test IIS7 server for the first time. Due to that fact, I have the following questions:
1. Can you tell me and/or point me to a reference that will show how to deploy this web application to an IIS7 server that is compatible with IIS 6 server. I want to use the setup and deploy project file since that is what happens in production right now.
2. Are there setings in a web.config file that need to be changed to tell the web application to run using IIS? If so, what are these settings?
3. Is there anything else that I need to be aware of in for the 2010 web application to run on IIS? If so, can you tell me what I should be aware of?
wendy elizab...
Member
321 Points
390 Posts
vs 2010 web config file
May 03, 2012 08:44 PM|LINK
I have a C# 2010 web application that I want to deploy to a test IIS7 server for the first time. Due to that fact, I have the following questions:
1. Can you tell me and/or point me to a reference that will show how to deploy this web application to an IIS7 server that is compatible with IIS 6 server. I want to use the setup and deploy project file since that is what happens in production right now.
2. Are there setings in a web.config file that need to be changed to tell the web application to run using IIS? If so, what are these settings?
3. Is there anything else that I need to be aware of in for the 2010 web application to run on IIS? If so, can you tell me what I should be aware of?
Loganix77
Participant
1351 Points
412 Posts
Re: vs 2010 web config file
May 03, 2012 08:53 PM|LINK
Installing ASP .Net on IIS6:
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/7ecaa5f3-5499-4887-8c9d-00aba71125df.mspx?mfr=true
ASP .Net IIS configuration information:
http://msdn.microsoft.com/en-us/library/ms178477.aspx
Couple of good reads for you.