jay_t55
jay_t55

Reputation: 11662

How to publish website using Vis Studio Web Developer Express Edition

In the MSDN Documentation is says:

"Note: The Publish Web Site utility is not available in Visual Web Developer Express edition."

That being said, does that mean that I can not upload my website to my server to be viewable online unless I purchase the full version of Web Developer?

Upvotes: 3

Views: 14945

Answers (2)

Chris
Chris

Reputation: 6325

You might want to read through Web Site Deployment in Visual Web Developer on MSDN to learn how to deploy a website with Visual Web Developer.

Good luck, and hope this helps some.

Upvotes: 1

George Johnston
George Johnston

Reputation: 32278

After you build, copy over your physical compiled website directory to the server directory where IIS is pointing.

Upvotes: 2

Related Questions