Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the "Publish" operation on Visual Studio 2003?

Tags:

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

like image 660
Jojo Sardez Avatar asked Mar 08 '10 05:03

Jojo Sardez


People also ask

Where is publish in Visual Studio?

Right-click on the project (not the solution) in Solution Explorer and select Publish. In the Publish tab, select Publish. Visual Studio writes the files that comprise your application to the local file system. The Publish tab now shows a single profile, FolderProfile.

How do I publish a project in Visual Basic?

In Solution Explorer, right-click the application project and click Properties. The Project Designer appears. Click the Publish tab to open the Publish page in the Project Designer, and click the Publish Wizard button. The Publish Wizard appears.


1 Answers

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

like image 165
NET Experts Avatar answered Sep 28 '22 08:09

NET Experts