Monthly Archives: December 2011

WAS net.tcp

Another reminder. If you are using WAS to host a WCF service using net.Tcp, make sure the net.tcp listener and net.tcp port sharing services are set to run on the deployment machine. They are disabled by default. Connection refused is … Continue reading

Posted in WCF | Tagged , , | Leave a comment

ApplicationPoolIdentity and SQL Server Logins

Something I keep forgetting. IIS on 2008R2 has created a special class of user to represent the security principal for code running in an app pool. In the IIS manager the Identity is shown as ApplicationPoolIdentity. The actual user for … Continue reading

Posted in Server 2008 | Tagged , , | Leave a comment