Net Tcp Binding not working after system restart
Hacky (unacceptable) Workaround: I can
get it working again if
- I remove NET.TCP from the site's EnabledProtocols
- Iisreset
- Add NET.TCP back to the site's EnabledProtocols.
The site continues to work until iisreset is issued again. IIS is doing something when I add NET.TCP to the EnabledProtocols that isn't happening when IIS starts when NET.TCP has already been added.
Comments
Post a Comment