Asp – How to deploy the asp.net project in IIS

asp.netnetvb.netvisual-studio-2008

I have windows 2003 server , and a asp.net project developed in VS2008 developer edition

how to deploy this website in the server?

Best Answer

Would it not be easier to just use the Publish Website option in Visual Studio? Its under the Build Menu.

Ensure you have installed IIS and you can copy via Visual Studio all the relevant files associated with your site.

James.