S
shashwat_k11
Hi,
I am writing web service and I want to read a file only once when I
start the web service. How can I do that? Which event fires exactly
onece when we launch web service?
I am reading a xml file in the Init() so whenever the web service is
invoked, it is reading that file. This is what I want to avoid. Where
can I write the code so that the file gets read only once? Also where
should I place the dll so that it will be accessible as long as the
web service is running.
I am writing web service and I want to read a file only once when I
start the web service. How can I do that? Which event fires exactly
onece when we launch web service?
I am reading a xml file in the Init() so whenever the web service is
invoked, it is reading that file. This is what I want to avoid. Where
can I write the code so that the file gets read only once? Also where
should I place the dll so that it will be accessible as long as the
web service is running.