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

.net, asp.net, visual-studio-2003

Solution

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

Problem

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

Original source