Click here to Skip to main content
15,892,768 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
deploying website in a visualstudio
Posted
Updated 14-Sep-12 4:06am
v2

You cannot deploy website inside Visual Studio as such but can use VS webserver.

Though, it does have a internal webserver that you can use while building your web application. Look here for details: MSDN: How to: Specify the Web Server for Web Projects in Visual Studio[^]
 
Share this answer
 
Deploy Your website on IIS:

Deployment of a Website on IIS[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900