(AVER) HOW DO I MOVE ASP.NET APPLICATION TO INTRANET SERVER

  • Thread starter Thread starter rb
  • Start date Start date
R

rb

Until now I was using my local workstation to develop my asp.net
application using the Microsoft Visual Studio.Net IDE. Now I want to
move my application to the main server. Do I need to install the IDE
on the server?

Thank you.
 
Open your project in VS.NET
Under the Project drowndown menu there is a "Copy Project..." menu item.
Select it, and a nice friendly dialog box pops up with instructions and help
links and the works.

You do not need VS.NET on the server. You only need the .NET framework on
the server.
 
Thanks a lot!!!!!!!!!!


Steve C. Orr said:
Open your project in VS.NET
Under the Project drowndown menu there is a "Copy Project..." menu item.
Select it, and a nice friendly dialog box pops up with instructions and help
links and the works.

You do not need VS.NET on the server. You only need the .NET framework on
the server.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com
 
Back
Top