net.tcp
WCF Authentication and Socket Aborted Exception
here\'s the setup for the project. I have a WCF Service that is hosted on a net.tcp binding in buffered mode and ReliableSession enabled.[详细]
2023-01-09 04:30 分类:问答Enabling net.tcp in IIS7
How can I make IIS handle net.tcp co开发者_JAVA技巧nnections?You need to add net.tcp to the enabled protocols of your site. Go to IIS Manager, right-click on your website, go to \'Manage Web Site\' or[详细]
2023-01-06 16:34 分类:问答Elmah for non-HTTP protocol applications OR Elmah without HttpContext
We are working on a 3-tier application, and we\'ve been allowed to use the latest and greatest (MVC2, IIS7.5, WCF, SQL2k8, etc).The application tier is exposed to the various web applications by WCF s[详细]
2023-01-01 03:39 分类:问答mexTcpBinding in WCF - IMetadataExchange errors
I\'m wanting to get a WCF-over-TCP service working. I was having some problems with modifying my own project, so I thought I\'d start with the \"base\" WCF template included in VS2008.[详细]
2022-12-25 12:25 分类:问答WCF net.tcp windows service - call duration and calls outstanding increases over time
I have a windows service which uses the ServiceHost class to host a WCF Service using the net.tcp binding.I have done some tweaking to the config to throttle sessions as well as number of connections,[详细]
2022-12-25 06:34 分类:问答WCF Blocking problem with mutiple clients!
I seem to have a blocking issue with WCF. Say I have two users and each have created their own instance of a class exposed on a WCF host using net.tcp with endpoint something like this \"net.tcp://lo[详细]
2022-12-24 06:11 分类:问答wcf net.tcp using SSL
Has anyone had experience using SSL with net.tcp binding in WCF? Ive read its possible, but not finding good information开发者_如何学C on how to implement it.I would love to hear from anyone who know[详细]
2022-12-23 16:18 分类:问答WCF net.tcp bindings, message formats and security questions
sorry for the stupid questions but there are just some things about WCF I cant get my head around. Would be greatful for some advice on the following....[详细]
2022-12-23 01:21 分类:问答Socket/Timeout in Azure WebRole for synchronous communication with WCF Host in WorkerRole
I\'m trying to get this to work on an internal tcp connection. The code runs flawlessly in development but when deployed to Azure I get ...[详细]
2022-12-19 06:21 分类:问答Could not find a base address that matches scheme net.tcp
I have moved my file transfer service from basicHttpBinding to netTcpBinding as I am trying to set up a duplex mode channel. I have also started my net.tcp[详细]
2022-12-12 16:24 分类:问答