How to deploy?

What is the correct method for deployment? I would rather not install a whole executable to my servers, but just copying the dll and xml files renders a non-functional control.

Tim Trahan
Technical Lead
Operations Audit Team
Hilton Hotels Corp.

Hi,
This control's setup program creates a web path "/aew_client" on your server automaticly. The web path contains some images and script files which are needed by the control. If you don't want to run the setup program, you should create the web path on your server manually.

BTW, if you want create the web path in another name ,for example "/mycontrol/client", you should add the below code in your web.config:




Please see the demo project for details.