I have windows 2003 server , and a asp.net project developed in VS2008 developer edition
how to deploy this website in the server?
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.
Use Windows Installer XML (WIX) as it is highly configurable and very similar to the new setup projects in Visual Studio 2010.
Copy all the files into a folder on the server. Right click the folder and go into Sharing ans Security. Click the tab Web sharing and Share the folder. Choose which web site to add the project to. That should work I think. You can now open IIS and see if your site is in there. Access it using the URL in there.