Suggested IIS settings for WCF web service?
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 hos开发者_高级运维ted 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.
I've started to find some answers to my own question. I'll post everything I find here.
Internet Information Services Hosting Best Practices
System.ServiceModel namespace
serviceHostingEnvironment
How to do away with the .svc file
精彩评论