Noro
Noro

Reputation: 1663

How can I publish C# WEB project?

How can I publish C# WEB project?

Upvotes: 0

Views: 1467

Answers (4)

Rain
Rain

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

Leigh S
Leigh S

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

Restuta
Restuta

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

Related Questions