Results 1 to 2 of 2

Thread: Deploy Steps

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2007
    Posts
    694

    Deploy Steps

    Hello, On my local Dev machine I have developed a .net 3.5 (c#) web project (File System) and created the sql server 2005 objects i.e. tables. stored procedures, etc. All works fine. I have copied the database onto the Dev sql server. Now I would like to place the web site onto the dev server. Where do I start and what needs doing. Notice that I have developed the project using File System.
    In addition, note that the .sln file is not present in the folder where I have the .cs and .aspx files.

    Thanks

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Deploy Steps

    Hey,

    Basic steps are:

    1) Create Virtual Directory
    2) Place files into virtual directory
    3) Configure ASP.Net and permissions

    Away you go.

    You might want to think about adding a Web Setup Project to you Solution, this does some of the work for you.

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width