F
Frank Nesse
I have created a ASP.Net Webapplication and a ASP.NET webservice
project in one Visual Studio solution. In the web.config of the
webservice I have defined an AppSetting tag where I store the
connection string to the database.
However, when the app is calling the service, the service is reading
the app's web.config and not it's own web.config. Hence, the
connection string is returned as null.
What should I do to let the service use it's own web.config?
project in one Visual Studio solution. In the web.config of the
webservice I have defined an AppSetting tag where I store the
connection string to the database.
However, when the app is calling the service, the service is reading
the app's web.config and not it's own web.config. Hence, the
connection string is returned as null.
What should I do to let the service use it's own web.config?