ASP.net website

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Al Aguirre
    New Member
    • Jan 2012
    • 1

    #1

    ASP.net website

    How can I get a copy of my working website and place it on my computer and make and see the changes before placing it on my server?
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Use visual studio to edit your ASP.NET application.

    After you're done working on the application, use Visual Studio to publish the application. When you publish a website VS (Visual Studio) will generate a bunch of files in a specified directory. Move the files generated to the web server to deploy the application in a live environment.

    -Frinny

    Comment

    Working...