|
Rank: Advanced Member Groups: Member
Joined: 6/13/2007 Posts: 32
|
Did you use "System.Web.Configuration.WebConfigurationManager" or "System.Configuration.ConfigurationManager" to get the value of "eo_HandlerLocation" from Web.config ?
Regards, Aboozar
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
No. We use System.Configuration.ConfigurationSettings.AppSettings.
|
|
Rank: Advanced Member Groups: Member
Joined: 6/13/2007 Posts: 32
|
Thanks for the prompt response. I would like to know if you automatically add "eo_web.ashx" file to the root of the application ? I have a web application and after running it, the file will be automatically added to the root folder.
Any idea ?
Regards, Aboozar
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Yes. It does do that so that people who forgot to copy the file will still be fine.
|
|