|
-
Jan 8th, 2010, 08:57 AM
#1
Thread Starter
Fanatic Member
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
-
Jan 8th, 2010, 09:48 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|