M
manika02
I have created a simple ASP.Net Web Service which reads several parameters
from the web.config file. I added a web reference to it to my application. I
want the web service to read from the "Application Web.config file" instead
of its own web.config file. The problem is that the Web Service is reading
its own config parameters using ConfigurationManager.AppSettings. How can i
get the web service to read from the Application web.config instead of its
own web.config.
from the web.config file. I added a web reference to it to my application. I
want the web service to read from the "Application Web.config file" instead
of its own web.config file. The problem is that the Web Service is reading
its own config parameters using ConfigurationManager.AppSettings. How can i
get the web service to read from the Application web.config instead of its
own web.config.