Sign In
Mikhail Arkhipov (MSFT)'s WebLog
Visual Web Developer stuff
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Blog Home
Email Blog Author
Share this
RSS for posts
Atom
RSS for comments
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Personal
Rants
Archive
Archives
July 2010
(1)
January 2009
(1)
December 2008
(5)
June 2008
(2)
April 2008
(1)
March 2008
(3)
January 2008
(1)
December 2007
(5)
November 2007
(3)
October 2007
(4)
September 2007
(3)
August 2007
(3)
April 2007
(5)
February 2007
(3)
January 2007
(3)
December 2006
(7)
November 2006
(3)
October 2006
(2)
September 2006
(2)
July 2006
(4)
June 2006
(4)
May 2006
(7)
April 2006
(8)
March 2006
(5)
February 2006
(3)
January 2006
(2)
December 2005
(6)
November 2005
(4)
October 2005
(3)
September 2005
(1)
August 2005
(6)
July 2005
(2)
June 2005
(15)
May 2005
(3)
April 2005
(6)
March 2005
(2)
January 2005
(7)
December 2004
(3)
November 2004
(1)
October 2004
(3)
September 2004
(4)
August 2004
(13)
July 2004
(6)
June 2004
(16)
May 2004
(15)
How to move file system Web site to IIS
MSDN Blogs
>
Mikhail Arkhipov (MSFT)'s WebLog
>
How to move file system Web site to IIS
How to move file system Web site to IIS
Mikhail Arkhipov
10 Mar 2006 12:08 AM
Comments
6
When you are using Visual Web Developer or Visual Studio, you may begin working on a new Web site as a file system based Web running it on the Development Web Server. However, at certain point you may want to move to IIS for whatever reason: IIS has better performance, some may want to add classic ASP page, some may want to publish the Web directly from the machine, whatever. How do you move your Web site to IIS?
Thanks PhilM99 who summarized steps in the
thread in ASP.NET forums
:
Close the VS2005 project.
Using IIS manager, created a virtual directory pointing to the folder containing all the pages.
In VS2005, Click on File..Open Web Site.
Select the tab Local IIS.
Find the virtual directory you just created, select it and click Open.
Now you are running your Web site on IIS.
6 Comments
Blog - Comment List MSDN TechNet
Comments
Loading...