I have windows 2003 server , and a asp.net project developed in VS2008 developer edition
how to deploy this website in the server?
I have windows 2003 server , and a asp.net project developed in VS2008 developer edition
how to deploy this website in the server?
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.
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.
Create a web setup and deployment package. Especially if you have used something like Crsytal Reports that has complicated dependencies.