Configuration of webservices

  • Thread starter Thread starter Søren Reinke
  • Start date Start date
S

Søren Reinke

Hi there

What is the best way to handle configuration of a Webservice ?

I use Visual Express to make the webservices.

Best regards
Søren Reinke
 
What particular problem are you running into that using Visual Studio
isn't handling? Using the IDE to create a reference to the web service
isn't easiest and fastest...if that is what you mean by configuration.

As for creating a web service, start with the ASP.NET web service
template.

Brett
 
brett said:
What particular problem are you running into that using Visual Studio
isn't handling? Using the IDE to create a reference to the web service
isn't easiest and fastest...if that is what you mean by configuration.

As for creating a web service, start with the ASP.NET web service
template.

Ahh sorry, might not have specified my problem enough,

The webservice part is working well :)

But i would like to be able to configure my webservice from a config file,
enable/disable loggin, enable/disable caching, how long cached data should
live and stuff like that.
 
Back
Top