Reputation: 1839
I've been reading the documentation on IIS settings, and haven't been able to find much on the MSDN site. I'm trying to figure out the preferred settings for a WCF REST service hosted in IIS6. Main goals of these settings should be reliability, restarting the service when needed, and max throughput.
My service will use some processing power as its converting back and forth from XML, of course. Suggestions, or suggested URLs to read?
Thanks.
Upvotes: 3
Views: 623
Reputation: 1839
I've started to find some answers to my own question. I'll post everything I find here.
Internet Information Services Hosting Best Practices
How to do away with the .svc file
Upvotes: 1