Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have a website residing in my machine's FILE SYSTEM.

location:dekstop


Now i want to deploy it on my LOCAL IIS SERVER.
What steps will i have to do?
kindly help.
Posted
Comments
Sergey Alexandrovich Kryukov 5-Feb-13 12:22pm    
It is written in million places. Why won't you just do the search?
—SA

1 solution

The steps to host a site would be different based on the IIS version on your system and a few settings related to your website (for e.g. authentication mode etc).

There are a number of good tutorials and links available on the internet.

This one is for IIS 7 - Deploying ASP.NET Websites on IIS 7.0 [^]

IIS 6 -
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/2f45f2ea-bcf8-4d23-9f15-5caf7ebdc2ef.mspx?mfr=true[^]
Deployment of a Website on IIS[^]

Some others -
http://blogs.msdn.com/b/charlie/archive/2009/04/08/publishing-an-asp-net-web-application-in-iis.aspx[^]
http://fazal.wordpress.com/2010/04/07/deploying-asp-net-websites-on-iis7/[^]
 
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