I just obtained the production C#.net 2010 web forms code from a contract shop that my small company used. The contract shop went out of business. I am trying to work with the application right now. I am basically new to working with iis in asp.net 2010
I am currently getting the error message:
"C:\Support.csproj : error : The Web Application Project Support is configured to use IIS. The Web server 'http://localhost:8080/support' could not be found.
I had the network administrator install iis and asp.net on my workstation since my version of visual studio.net 2010 professional asked for those elements.
Thus can you tell me and/or point me to a reference that will show me what to do? I am thinking that I need to configure my version of visual studio to work with iis.
wendy elizab...
Member
321 Points
390 Posts
iis setip for vs 2010
Apr 11, 2012 02:42 PM|LINK
I just obtained the production C#.net 2010 web forms code from a contract shop that my small company used. The contract shop went out of business. I am trying to work with the application right now. I am basically new to working with iis in asp.net 2010
I am currently getting the error message:
"C:\Support.csproj : error : The Web Application Project Support is configured to use IIS. The Web server 'http://localhost:8080/support' could not be found.
I had the network administrator install iis and asp.net on my workstation since my version of visual studio.net 2010 professional asked for those elements.
Thus can you tell me and/or point me to a reference that will show me what to do? I am thinking that I need to configure my version of visual studio to work with iis.
Neil_Knight
Member
260 Points
59 Posts
Re: iis setip for vs 2010
Apr 11, 2012 04:00 PM|LINK
If I have understood your question correctly, then Scott Gu's post about Introducing IIS Express might be of some help.
wendy elizab...
Member
321 Points
390 Posts
Re: iis setip for vs 2010
Apr 11, 2012 04:55 PM|LINK
If the production application uses IIS, can I use IIS express to test the code with?