Asp.net 2.0 deployment with encryption
- From: Chuck P <Chuck@xxxxxxxxxxxxxxxx>
- Date: Tue, 18 Apr 2006 14:31:58 -0600
I need to deploy and asp.net 2.0 application that has dpapi/machine
encrypted connection strings.
I tried using the VS Build Publish menu selection and then putting the
encryption in the global.asax application_start event. Unfortunately
this errors because the asp.net account doesn't have write permissions
to web.config. I'd rather not give permissions to the account.
I tried writing a batch file to compile and then encrypt the
application. That doesn't work because the compile machine is not the
same as the deployment machine and the machine keys are naturally
different.
Is there a way to automate the deployment process so that the deployer
doesn't have to remote on to the server where the app is to be
deployed?
thanks,
.
- Follow-Ups:
- RE: Asp.net 2.0 deployment with encryption
- From: Steven Cheng[MSFT]
- RE: Asp.net 2.0 deployment with encryption
- Prev by Date: Re: How to get image in header of Gridview
- Next by Date: Re: mobile website goes to login page but not further
- Previous by thread: Bizarre error with cmd.CreateParameter
- Next by thread: RE: Asp.net 2.0 deployment with encryption
- Index(es):
Relevant Pages
|
Loading