Moving website from local to webserver
-
I have built ASP.NET 2.0 application using Visual studio 2005. I created it as a website with Http type on IIS(Localhost)(not File system which VS 2005 defaultly creates website). Say my application name is Website1: Root is : http://localhost/Website1 I am using Frontpage to move my website from local to weserver. Issue: Tried opening my local website1 by using root http://localhost/Website1. It defaultly opens LocalHost as website and Never allowed me to open website1 folder as website. But it gets moved as folder 'website1' from localhost to webserver.that doesnt work. I also saw on my IIS Website1 is a website(not just a folder). I cannot understand, whats going on.Is there some things to configure... Any kind of help would be appreciated. Thanks in advance Mohamed
-
I have built ASP.NET 2.0 application using Visual studio 2005. I created it as a website with Http type on IIS(Localhost)(not File system which VS 2005 defaultly creates website). Say my application name is Website1: Root is : http://localhost/Website1 I am using Frontpage to move my website from local to weserver. Issue: Tried opening my local website1 by using root http://localhost/Website1. It defaultly opens LocalHost as website and Never allowed me to open website1 folder as website. But it gets moved as folder 'website1' from localhost to webserver.that doesnt work. I also saw on my IIS Website1 is a website(not just a folder). I cannot understand, whats going on.Is there some things to configure... Any kind of help would be appreciated. Thanks in advance Mohamed
u can easily deploy web sites by creating a website in web server and just copying files from local site to server using FTP. or u can use Copy website option in Visual studio. regarding ur prob, when u work on local site, u will be creating virtual directory in IIS.. in server u will be actually creating website.. and u have to configure the website properties in IIS in the server i think this will be helpful http://support.microsoft.com/kb/323972 try.. bye..
CST