Link to home
Start Free TrialLog in
Avatar of evault
evaultFlag for United States of America

asked on

how to deploy

Assuming I ever get done with this project. How do I take a Visual Studio .NET 2003 project, written as an .aspx project and actually deploy it to a web server so tht it can be viewed/used?
Avatar of john_steed
john_steed

Hi,

The easiest way imo, is to "publish" the website, collected the files and put them on the webserver.
Make sure for IIS you set the website to asp 2.0

Hope this helps
Avatar of evault

ASKER

When I was working with Visual Studio Epxress I had a Publiash button that was pretty cool. But, going through the Menu commands I don't see the same thing on Visual Studio. I have looked but can't seem to find anything that would suggest I could publish the web site. Could you be a little more specific?

Thanks.
sorry about that,

when you're using vb.net you can publish by right-clicking the website and choosing publish
i don't think the publish option exist for c# but i'm not 100% sure

Avatar of evault

ASKER

Apparrently I am dumber than a stick today. Couldn't find that either .
ASKER CERTIFIED SOLUTION
Avatar of john_steed
john_steed

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of evault

ASKER

I've moved up dumber than a rock. It is in the solution explorer, however, it appears I don't have to do anything as I can load the .APSX page directly into the browser.