Manage IIS configuration by using the RESTful API

0 Comments

  Nice:   The API has been built with Hypertext Application Language (HAL) to allows APIs to have built-in discoverability. Starting at the root of the API, you can browse the entire API surface.  

How to enable JSON dynamic HttpCompression (gzip) on IIS in Windows 8.

0 Comments

First check if Dynamic compression is enabled:     administration.config Open C:\Windows\System32\inetsrv\config\administration.config with notepad and change the httpCompression tag:     For IIS 7, also change the urlCompression tag:   ISA Server If the dynamic

Solving Unable to generate a temporary class error CS2001 en CS2008

0 Comments

  Error   System.InvalidOperationException: Unable to generate a temporary class (result=1). error CS2001: Source file 'C:\Windows\TEMP\beo4ycyh.0.cs' could not be found error CS2008: No inputs specified at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence) at