Im trying to create a Web Deployment Project, Just looking for any guidelines or beginner tutorials on how to do this, I've never done this before so not too sure on how to do it, looks straight forward enough by adding a new Web Setup Project in Visual
Studio. IIS is configured on my machine and I've read a little about Application Pools, not sure if i need to create one of them or not. Im not sure what steps i need to take so could be leaving out a step or two because anytime i create the setup project
and run the setup it doesn't install correctly, get an error "Installer was interrupted before Web Setup could be installed".
I am still however getting that error, I think the problem maybe in IIS with the default web site, is there a way of adding another website ( im using Windows XP so as far as i know i Cant, doesnt seem to be a option to do this either in ISS manager).
I am still however getting that error, I think the problem maybe in IIS with the default web site, is there a way of adding another website ( im using Windows XP so as far as i know i Cant, doesnt seem to be a option to do this either in ISS manager).
Thanks
This is good. I just had a quick browse but it seems it didn't mention about how to deploy SQL database. Is there some other proper ways to deploy SQL?
For SQL deployment and databases there is a tool called the SQL Database Publishing Wizard. There is a post here that goes in depth to explain how to use the tool:
What do all you experts use for deploying windows projects? What is the best approach to separate configurations for Staging/Live etc for windows projects? Is there a tool similar to "Web Deployment Projects"?
nt86
Member
19 Points
42 Posts
Guidelines on how to create a Web Deployment Project
Feb 04, 2010 09:19 AM|LINK
Hey,
Im trying to create a Web Deployment Project, Just looking for any guidelines or beginner tutorials on how to do this, I've never done this before so not too sure on how to do it, looks straight forward enough by adding a new Web Setup Project in Visual Studio. IIS is configured on my machine and I've read a little about Application Pools, not sure if i need to create one of them or not. Im not sure what steps i need to take so could be leaving out a step or two because anytime i create the setup project and run the setup it doesn't install correctly, get an error "Installer was interrupted before Web Setup could be installed".
Thanks
qwe123kids
All-Star
48619 Points
7957 Posts
MVP
Re: Guidelines on how to create a Web Deployment Project
Feb 04, 2010 11:27 AM|LINK
Hi,
http://www.asp.net/learn/videos/
chk the above link
Avinash Tiwari
Remember to click “Mark as Answer” on the post, if it helps you.
nt86
Member
19 Points
42 Posts
Re: Guidelines on how to create a Web Deployment Project
Feb 04, 2010 04:14 PM|LINK
Thanks for the post, i actually found a pretty good guide
http://weblogs.asp.net/scottgu/archive/2007/06/15/tip-trick-creating-packaged-asp-net-setup-programs-with-vs-2005.aspx
I am still however getting that error, I think the problem maybe in IIS with the default web site, is there a way of adding another website ( im using Windows XP so as far as i know i Cant, doesnt seem to be a option to do this either in ISS manager).
Thanks
DeepZone
Member
72 Points
132 Posts
Re: Guidelines on how to create a Web Deployment Project
Feb 09, 2010 04:28 PM|LINK
alisonlu
Member
346 Points
64 Posts
Microsoft
Re: Guidelines on how to create a Web Deployment Project
Feb 09, 2010 06:42 PM|LINK
For SQL deployment and databases there is a tool called the SQL Database Publishing Wizard. There is a post here that goes in depth to explain how to use the tool:
http://weblogs.asp.net/scottgu/archive/2006/12/22/recipe-deploying-a-sql-database-to-a-remote-hosting-environment-part-1.aspx
Hopefully this can be of some use to you.
Alison
Web Platform and Tools
DeepZone
Member
72 Points
132 Posts
Re: Guidelines on how to create a Web Deployment Project
Feb 10, 2010 03:32 PM|LINK
Thanks for reply.
shashank711
Member
2 Points
1 Post
Re: Guidelines on how to create a Web Deployment Project
Mar 25, 2010 07:53 PM|LINK
What do all you experts use for deploying windows projects? What is the best approach to separate configurations for Staging/Live etc for windows projects? Is there a tool similar to "Web Deployment Projects"?
saajshek1
Member
18 Points
28 Posts
Re: Guidelines on how to create a Web Deployment Project
Apr 04, 2010 06:16 AM|LINK
Hello friend,
Generally we are not deploying the web applications. We are just putting our website folder which consist of published web pages
,web.config etc on the server in InetPub, WWWRoot folder.This is the domain for that website. We will just give link to that server
eg. My Server's name is myDomain Then the link will be the http://myDomain/the name of virtual Directory created/Login.aspx