Rank: Newbie Groups: Member
Joined: 1/15/2012 Posts: 2
|
Hi, We just received our licence key and I have to add it to my code. What is the right and best place to call "Runtime.AddLicence" in an ASMX web service ? Is it ok to put it in the global.asasx/Application_Start or is it necessary to make the call every time a method of the service is called ?
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You only need to do it once inside Application_Start.
Thanks
|