Optimizing wcf service in IIS -
i hosting asp.net web site containing wcf web service in iis 7. web service exposed using .svc file resides inside web site's virtual directory.
there's section document optimizing web service performance removing unnecessary http modules:
http://msdn.microsoft.com/en-us/library/ee377061(v=bts.10).aspx
my question how can in web config without affecting web site? asp.net web site contains authentication stuff , requires of modules (eg, formsauthentication). there way enable modules web site disable them when clients access web service?
thanks
Comments
Post a Comment