testing C# 2010 application
-
Thursday, April 26, 2012 11:59 AM
Since I am new to working with IIS and communicates with a C# web form 2010 web application, I have a few questions to ask about how to test the web application with IIS. The IIS I need to work with is IIS 7 that needs to be compatible with IIS6. (This is due to the web application I am working uses meta data files.) Of the ways to work with IIS , I do not think I want to use IIS Express as the web server since IIS EXpress is version IIS 7.5 and above and I want to use IIS 6.
Of the options I am listing below, I would like to know what the better option is and how to accomplish the tasks on my own workstation:
1. I would will use Cassini to test the web application. I will then deploy the web application to IIS on my own workstation and test the web application. How can I accomplish those tests separately? (Note: the network administrator at my small company has already installed IIS for me. (Note: I have not setup IIS to communicate with the web application yet.)
2. I would use IIS as the test web server on my workstation.
Thus can you tell me and/or show me references on how to accomplish these goals?
- Edited by wendy elizabeth Thursday, April 26, 2012 11:59 AM
- Moved by CoolDadTxMVP Thursday, April 26, 2012 4:20 PM Not IDE related (From:Visual C# IDE)
All Replies
-
Friday, April 27, 2012 6:22 AMModerator
Hi Wendy,
I got a little confuse with this description, could you tell me the key point of this issue is testing or deploy the web application separately?
Tony Xiao [MSFT]
MSDN Community Support | Feedback to us
- Marked As Answer by wendy elizabeth Friday, April 27, 2012 9:00 PM
-
Friday, April 27, 2012 1:27 PM
The issues are the following:
1. I want to deploy the web application to my desktop.
2. Once the web application is deployed, I want to run it on my workstation under IIS 7 that is compatible with IIS 6. I want to make certain it runs correctly. This way when I am ready to deploy lots of enhancements at one time, it will work for me.

