what is the global.asax Application_Start equivalent when using WAS in IIS7

前端 未结 2 494
孤独总比滥情好
孤独总比滥情好 2020-12-02 23:07

I\'d like to use the netTcpBinding for my WCF application which is currently hosted in IIS7, which means configuring it to use WAS instead. This is fairly straight forward h

2条回答
  •  既然无缘
    2020-12-02 23:32

    AppInitialize is a valid method of initializing your service. But there are some other methods that might work better for you and they are described in this article: How to Initialize Hosted WCF Services

    NOTE: the original link went away. The link above is to a copy on archive.org.

提交回复
热议问题