"Logic will get you from A to B. Imagination will take you everywhere." A. Einstein
Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » iis   (RSS)
I had to enable the request compression for an ASP.NET 2.0 Web Service (no Web Service Enhancements for that client.. ), so here is my solution: I created a CompressionSoapExtension attribute. This attribute was added to the web service methods (for the Read More...
One of my projects required to enable the IIS 6 response compression. Here how I did it: set initialFolder=%cd% cd c:\Inetpub\AdminScripts net stop iisadmin /Y cscript adsutil.vbs set w3svc/filters/compression/parameters/HcDoDynamicCompression true cscript Read More...
 
Page view tracker