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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -