-
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
-
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