J
John Bailo
What's the cost of using a web.config key in a web method?
Is the value cached at start up? Or at first run? Or read on each
access?
Is web.config always "read off the disk" or can the file be cached?
I'm debating putting in a AppSetting[] entry versus hard coding for a
web service handling many hundreds of requests per hour.
Is the value cached at start up? Or at first run? Or read on each
access?
Is web.config always "read off the disk" or can the file be cached?
I'm debating putting in a AppSetting[] entry versus hard coding for a
web service handling many hundreds of requests per hour.