For a more complete description see
The purpose of this blog is to share some of my experience in developing 'Rich web Apps" using ASP.NET, focusing on LINQ , WCF , Silverlight 3/4 and MEF
About Me
- jmcfet
- indepth experience in developing RIA applications with C# Linq,WCF , Silverlight and JavaScript. Just help in delivering a robust business application in Silverlight for a large financial company.helped with architecture and coding. Participate in Codecamps as a presenter. This blog has no sense of order as it mainly a self help so I can reference things of my interest. my site http://www.sandkeysoftware.com has articles and videos by category
Tuesday, October 11, 2011
IIS Application Pool Identity Accounts
This is mostly one of those notes to self, but when develops a WCF service that accesses a database then you make sure that the account the IIS process is running under has rights to the database. There are built in accounts for the appPools that your service is running in. eg if I assign my FOO app to ASP.NET v4.0 pool then there is a default account IIS APPPOOL\ASP.NET v4.0 that is created for us. This is the account that we need to add to User list in SQL Management Studio for the database that FOO is accessing e.g TrafficCams.

For a more complete description see
For a more complete description see
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment