Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is it possible when installing a custom package to ask for user input and then update the users web.config.
example would be for connection strings to databases etc.
You should probably have a look at Package Actions Contrib project.
Also you can add an installer usercontrol in which you can modifty the user control if you wish. Here is a sample:http://damp.codeplex.com/SourceControl/changeset/view/74830#1834237
Jeroen
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Custom Packages - edit web config from user input
Is it possible when installing a custom package to ask for user input and then update the users web.config.
example would be for connection strings to databases etc.
You should probably have a look at Package Actions Contrib project.
Also you can add an installer usercontrol in which you can modifty the user control if you wish. Here is a sample:http://damp.codeplex.com/SourceControl/changeset/view/74830#1834237
Jeroen
is working on a reply...