문제

IIS7 is based on WAS, but Is there any differences between hosting in WAS and hosting on IIS7? Is there a limitation in using IIS7 or advantage in using WAS?

도움이 되었습니까?

해결책

WAS is a process activation mechanism not a separate hosting environment. Using IIS7 or higher with WAS enabled will allow you to host applications that use non-http bindings such as TCP and MSMQ bindings. The advantage is that you don't have top create your own host to expose these type of endpoints and you can take advantage of IIS application management features and administration.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top