Tagged Questions
0
votes
1answer
32 views
ssl-based wcf service does not work in azure emulator
If i put the web role to run in IIS, the service goes as expected.
however, it does not work in azure emulator. The error page shows "500 - Internal server error. There is a problem with the resource ...
0
votes
0answers
61 views
Unit testing SSL-enabled WCF service as part of TFS build process on the Cloud
We have a WCF service running over HTTPS for which we have a number of unit tests. We run the tests during the TFS build process by spinning up an IISExpress instance on the build machine when we ...
0
votes
1answer
182 views
IISExpress: Unable to automatically step into the server. the remote procedure cannot be debugged
I'm hosing a webservice in IISExpress and can browse to the endpoint using my browser so I know its alive. I'm writing a test application in WinForms and want to call a method on the service.
When I ...
2
votes
0answers
182 views
IIS Express Child Application Config Inheritence
I'm trying to get an MVC3 application with a WCF service as a child application working as expected in IIS Express. It works fine in IIS but is doing something strange in IIS Express.
When I run the ...
0
votes
1answer
196 views
wcf service and windows phone device
i'm developing a Windows phone 8 application which consume my wcf service.
Can i host my service locally on my laptop ( using iis express ) and use my phone consume the service?
I can connect to ...
2
votes
0answers
527 views
“No destination configuration registered” - WCF/SAP integration using SAP nCo3 (SAP .NET Connectior 3.0)
When I try to call a WCF service I developed I get this error message: "Method or operation is not implemented".
Let me explain the scenario I'm facing and them I'll give you more details, the code ...
0
votes
2answers
182 views
WCF application isn't running on IIS Express 7.5
I have a WCF service developed on .NET framework 4. My dev machine is running Windows 8, Visual Studio 2012 and I already published the service at IIS 8.
Now I need to publish the service on a ...
0
votes
1answer
302 views
Security error when debugging IIS Express web service / silverlight application
I have a silverlight application hosted on an asp.net web application including a WCF SOAP web service. The application is running under an HTTPS://... link using SSL. When I deploy it on our test ...
0
votes
0answers
188 views
WCF log4net on an IIS with AdoNetAppender not working
I am trying to configure log4net in a wcf service which is to be hosted on an IIS, currently using iis express... the problem is i could not be able to log the values in the database. I am using .net ...
1
vote
0answers
125 views
Silverlight 4 WCF Polling Duplex doesn't work in IIS Express
I have a silverlight 4 chat program that uses a WCF service with pollingDuplexHttpBinding.
The program works OK In:
* Cassini
* IIS Local Web Server
* All non-Duplex WCF Services work fine in any ...
1
vote
1answer
1k views
How to publish WCF Service using IIS Express? [duplicate]
Possible Duplicate:
Publish WCF Service app on IIS Express using Web Deployment
I have Windows 7 Home basic Operating System and I want to publish WCF Service on it. As Windows7 Home Basic ...
1
vote
1answer
708 views
WCF REST and IIS Express 7.5 returns Request Error (400)
I am struck with the following issue on hosting WCF Rest based services in IIS.
Interface:
[ServiceContract]
public interface ITestService
{
[OperationContract]
[WebInvoke(Method = "GET", ...
0
votes
1answer
96 views
Hosting Serving Web Pages on Windows In Process
I am currently writing a web based front end for some proprietary server software. The server is based loosely around MEF components written as seaparate assemblies which serve as modules. The web ...
0
votes
2answers
1k views
WCF Endpoint not working on IIS(Express)
I'm trying to get an endpoint working on IIS (Express).
When debugging the project in VS with IIS Express and opening the endpoint address in my browser, I just get a normal 404 error.
My web.config:
...
0
votes
1answer
272 views
wcf service hosted in mvc3 app with windows authentication fails on one machine but works on another
I have a wcf service hosted inside an MVC3 web application with windows authentication (anonymous disabled)..
On one machine when I call the svc file, I see the 2 requests return 401 then finally ...
3
votes
2answers
4k views
how to configure fiddler to monitor wcf calls to a wcf services hosted in IISExpress
situation:
my website (which contains the WCF service) is hosted in IISExpres port number 58366 (http://localhost:58366/myapp)
I have a winforms client which connects to the wcf service using ...
0
votes
0answers
294 views
development setup for wcf with username security on VS2010 and IIS express
Here's the end game... I need a wcf service application with username/password security over ssl. Pretty basic stuff, but I'm at my wit's end trying to make this work. I'm trying to implement the ...
1
vote
1answer
345 views
Custom binding element can't be loaded in WCF under IIS, however it can load under WCF Self-Host
I'm able to run the WCF-SecureProfile sample that comes with the MSFT WCF samples download (http://msdn.microsoft.com/en-us/library/ee818238.aspx)
However I can't port this server component to IIS. ...
0
votes
5answers
4k views
Publish WCF Service app on IIS Express using Web Deployment
I want to publish WCF Service Application created in Visual Studio 2010 on IIS Express.
So I'm using Project -> Publish -> Web Deploy:
Service URL: http://localhost
Site/application: wcf
But ran ...
0
votes
2answers
950 views
Authentication mode=“Forms” causing redirect in WCF service
I have a WCF end point inside my .NET 4.0 Web Application project. Using the VS2010 WCF Test Client, I can connect to the service correctly. However when I go to use the service I get a generic error ...
2
votes
1answer
3k views
WCF service authentication using iisexpress transport security and basic authentication always returning 401
I have a WCF service configured to use Transport security and basic authentication.
The service is hosted in iiexpress withing vs2010.
I am able to connect from my client code but always receive:
...
1
vote
2answers
1k views
iis-express file access permissions
I'm running a wcf service hosted on iis express 7.5.
Inside the service, i have a service operation that needs to write a file on the filesystem, but when it tries to do so, i'm getting an exception.
...
3
votes
2answers
3k views
Problem hosting WCF service in IIS Express
We are trying to host a WCF service in IIS Express 7.5 (7.5.1046). IIS Express starts correctly, but when trying to connect to our .svc file, we get an exception with the message "Unable to load DLL ...


