Reputation: 1663
How can I publish C# WEB project?
Upvotes: 0
Views: 1467
Reputation: 231
Go to project --> Publish
Then follow the instruction on there then you be able to generate the files that you can put your hosting
Upvotes: 0
Reputation: 1837
Following these steps:
-Right click on your project -Click Publish
At this point I prefer to publish to a file location, then copy the files to the relevant application folder on the server. This way I can keep track of releases before they are transfered to production environments.
Upvotes: 0
Reputation: 5903
You can use standard VisualStudio publishing for web sites and for WebApplications. Just right click on you project and select "Publish..."
Upvotes: 2
Reputation: 50313
Do you mean this? http://msdn.microsoft.com/en-us/library/aa983453%28VS.80%29.aspx
Upvotes: 1