Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi !
.
How to publish an ASP.NET website with IIS ?
Please tell me about this.
.
Thanks lot .
Posted

Right click on Website on Solution Explorer in Visual Studio.
Select Publish option, and finish the steps needed to publish the files on your file system or directly to iis.

follow the MSDN link for step by step descriptoin.

http://msdn.microsoft.com/en-us/library/1y1404zt(v=vs.80).aspx[^]3


you are done, smile :)
 
Share this answer
 
Build Menu --> Publish website

For deployment, go through this one

Deployment of a Website on IIS[^]
 
Share this answer
 
v2
try this article
ASP.net Deployment
 
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