Saturday 31 May 2014

K2 Blackpearl Error for ASP.Net IIS web site

Add below code in web.config

<configuration>
   <system.web>
      <identity impersonate="true"/>
   </system.web>
</configuration>