G
Guest
I have a business object which can be called by Windows or Web applications.
If this BO is called by Windows application, I need to use
ConfigurationManager to get config data. If this BO is called by web
application, I need to use WebConfigurationManager to get config data.
Can anybody tell me how I can know whether my business object is called by a
Windows client or Web client at the run time?
Thanks a lot.
If this BO is called by Windows application, I need to use
ConfigurationManager to get config data. If this BO is called by web
application, I need to use WebConfigurationManager to get config data.
Can anybody tell me how I can know whether my business object is called by a
Windows client or Web client at the run time?
Thanks a lot.