3

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?

BoltClock
  • 700,868
  • 160
  • 1,392
  • 1,356
jay_t55
  • 11,362
  • 28
  • 103
  • 174

2 Answers2

2

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

George Johnston
  • 31,652
  • 27
  • 127
  • 172
  • Thank you George. I tried that at first but it didn't work. But I just tried it again now it's working. I obviously copied over the wrong files to being with Thank you :) – jay_t55 Jan 19 '10 at 15:33
1

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.

Chris
  • 6,272
  • 9
  • 35
  • 57