cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
michael_hidalgo
Level 2

How to prompt the user to enter some values and then save them into an XML file

Hi folks,
I wonder if you can point me to the right direction. We are deploying a Web Site and we want to challenge the user to enter some values during the installation process. Something like opening a modal window/promt and ask the user to enter two or three values. Once the user has entered the URLs, we want to save those settings into an arbitrary XML (not into the Web.config but into an specific XML existing in the current deployment).

Any thought on how to accomplish this?

Thanks,
Labels (1)
0 Kudos
(1) Reply
enanrum
Level 9

Is there a reason you can't just add a dialog and add the Text boxes and labels of what is needed. Then use "Xml File Changes" with the property names from the dialog.
0 Kudos