Tag Archives: Server 2008

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

canPlayType Not Implemented

In kicking off a simple ASP.Net MVC3 project to try out the new development environment, The first snag had nothing to do with the mac. A blank view was reporting an error in the modernizr script. The specific error was … Continue reading

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