RE: Advice on how to create deployment package
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Fri, 21 Apr 2006 09:04:59 GMT
Hi Terry,
Thank you for posting.
Regarding on the ASP.NET web application deployment question, I think you
can create a VS.NET Web Setup project, it'll help generate the code for
copy web application's page content or assemblies. And for your shared
assemblies, you can use some command batch file or script file to register
them through the "GacUtil.exe" tool. In addition, for database creating,
you should create some custom code (use the Custom Action in VS setup
project) to programmatically connect to database and execute database
creating sql script. here are some good tech articles describing on this:
#Deployment of a Web Setup Project
http://msdn.microsoft.com/library/en-us/vsintro7/html/vbcondeploymentovernet
work.asp?frame=true
#Deploying ASP.NET Applications - Part 1
http://www.15seconds.com/issue/030806.htm
#Walkthrough: Using a Custom Action to Create a Database at Installation
http://msdn2.microsoft.com/en-US/library/49b92ztk(VS.80).aspx
Hope this helps.
Regards,
Steven Cheng
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
.
- Follow-Ups:
- Re: Advice on how to create deployment package
- From: Terry Holland
- Re: Advice on how to create deployment package
- Prev by Date: Re: Session variable data being lost
- Next by Date: Can I use static variable in the scope of a PAGE?
- Previous by thread: RE: Advice on how to create deployment package
- Next by thread: Re: Advice on how to create deployment package
- Index(es):
Relevant Pages
|