Showing posts with label Error. Show all posts
Showing posts with label Error. Show all posts

Friday 14 June 2013

500 Internal Server Error” when adding HttpModule in my Web.config

use the following new module syntax made for IIS7 (godaddy is using IIS7 for windows hosting)
<configuration>
   <system.webServer>
      <modules>
         <add name="Header" type="Contoso.ShoppingCart.Header"/>
      </modules>
   </system.webServer>
</configuration>
here details about module tag  

Tuesday 12 March 2013

Login failed for user 'IIS APPPOOL\ASP.NET v4.0'

Set Identity : LocalSystem
enter image description here

You can change the ApplicationPoolIdentity from IIS7 -> Application Pools -> Advanced Settings.

AdvancedSettings

Convert SVG to PNG using svg.dll

      <div id="divsvg">        <svg width="350" height="300"><defs></defs> ............