tags:

views:

82

answers:

0

I have not hosted my WCF services on IIS.I have just added them on FileSystem.When i run them,they run on the default Web development server which ships with VS2008.

I am connecting a remote database from these services.

I want to know the security context of these WCF services.I know that if these services are hosted on IIS then they use the security context of the application pool.

I want this information to troubleshoot a database connection related issue.