Tagged Questions
0
votes
0answers
13 views
WCF Service is Non-Responsive, but Doesn't Crash
We have a WCF service for an application which acts as the central hub for a few hundred thick desktop clients. This service handles all of the communication between the clients and the Oracle ...
1
vote
2answers
203 views
Detailed Errors not working for WCF Service in IIS
If I were to change the web.config file to have errors in it, I only see the standard 500 - Internal Server Page.
Despite setting the Error Pages mode to Detailed, I can't see a detailed error ...
3
votes
1answer
394 views
Getting error when deploying webservice to iis 7.5
I've been ask by the programming department to test deploying one of their app. For all I know about the app, is that it's a webservice wcf code c# for a wpf app. They did tell me that they did try to ...
3
votes
1answer
1k views
Setup IIS to require client certificate and to use anonymous authentication
Setup IIS to require client certificate and to use anonymous authentication
I have a WCF web service for our customers to use. I want to protect this using client certificates. I will also use the ...
0
votes
0answers
44 views
Windows Server AppFabric WCF service displays a warning when I view the configuration of my WCF service. What should I do?
The message is, "AppFabric cannot detect if this is a workflow-based service. Applying workflow-based configuration settings to your service may potentially result in unreliable configuration."
I've ...
1
vote
2answers
210 views
IIS get full error message for failed requests
I have IIS set-up and serving my webservice. Unfortunately if the webservice throws an exception, all I get is a blue box with the title failed request.
What options do I have to actually see what ...
1
vote
1answer
239 views
IIS 7.5 “ web service does not conform to WS-I Basic Profile v1.1.”
I am trying to migrate a site from IIS 6 to IIS 7.5.
When the page loads, I receive the error as shown in the screenshot below. Even while files are identical on the IIS 6 server (where this works), ...
2
votes
1answer
147 views
How to determine hardware requirements
I've been asked to spec the server hardware requirements for the application I'm currently developing and I'm not confident in my own abilities to do this correctly. I would ideally like a step by ...
0
votes
1answer
292 views
IP vs Server/machine name - WCF hosted on IIS 7.5
I created and deployed WCF service and web application(client) on IIS 7.5
problem : config of the client referring to the end point as ex: http://(IP address)/app/abc.svc this works fine. when i try ...