5

I've been using the "Publish" operation on Visual Studio 2005 and 2008 (By right-clicking a project under the Solution Explorer and selecting "Publish" on the context menu). Now I was given a ASP.Net web application to modify that was done on Visual Studio 2003. Where can I find the publish operation on Visual Studio 2003?

Thanks

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
Jojo Sardez
  • 8,400
  • 3
  • 27
  • 38

1 Answers1

5

Please refer to the following link.

HOW TO: Deploy an ASP.NET Web Application Using the Copy Project Feature in Visual Studio .NET http://support.microsoft.com/kb/326356

NET Experts
  • 1,525
  • 17
  • 35
  • @RJ1516. It does support Web Deployment Project since it was the method done when we first deployed the project. However I could use the link you have sent to me. Thanks – Jojo Sardez Mar 08 '10 at 05:36
  • Sorry I just carried away. :) I will just edit my answer. Anyway hope it helps. – NET Experts Mar 08 '10 at 05:43