Jan 29, 2014

WCF & IIS tips

When clean WCF project is initially created and hosted on server/local IIS this might be necessary to configure:

  • On entire folder in Security Tab give rights for IIS_IUSRS control
  • In IIS on Authentication enable Forms authentication

Also if you reference 32-bit DLL's like I did with Microsoft Script Control you need to enable 32 bit applications on advanced properties of website application pool.



No comments:

Post a Comment