Tagged Questions

1
vote
0answers
288 views

WCF logging using Logging Application Block

I have a WCF service which is secured with username and password (using SqlMembershipProvider). I'd like to log EVERY (succeeded and failed) login attempt to this service and save …
1
vote
3answers
138 views

accessing WCF service through URL

I have a WCF service ( Let's say WCFService1 ) is deployed on two remote machines. Since the same service is deployed on two different machines they have common interface and commo …
0
votes
1answer
19 views

Trouble using IAuthorizationPolicy with WCF and Castle-Windsor

I'm currently using Castle-Windsor with the WCF Facility to inject all my WCF services. I've just started adding permission requirements using a custom IAuthorizationPolicy, which …
2
votes
1answer
43 views

How to programmatically turn off security in WCF

I've been working with WCF the last two days and it was going very well with the server and client both on my development machine. Now that I am trying to do some distributed test …
0
votes
1answer
48 views

How to Configure the Virtual Directory to Require SSL ?

I am using IIS V5.1 I have wcf service application for which I am using security mode = Transport. and wshttpbinding. How can I Configure the Virtual Directory to Require SSL ?
0
votes
1answer
48 views

WebHttpBinding Security Question

Hi, I have created a RESTful Service and implemented the Authentication. It accepts username and password and then grants access to the service requested. It Works fine. Now I wa …
-1
votes
0answers
24 views

Why we require SMTP Service to be installed while configuring IIS 5.1 or 6.0? [closed]

I am deploying WCF service and for that I have to configure IIS 5.1 or 6.0.. Why we require SMTP Service to be installed while configuring IIS 5.1 or 6.0? Could we uncheck a SMTP …
0
votes
0answers
14 views

How Do I Correctly Use DisplayInitializationUI in WCF to Prompt the User for Credentials to Authenticate and use Web Services in a Different Domain?

I have a WPF client that connects to a set of WCF web services. We have a Dev, Test, Volume and Production domains, with the services available on a server in each domain. The doma …
0
votes
1answer
11 views

Best practice for adding firewall exception: program or port exception?

For a distributed production client-server WCF application (self-hosted as a Windows Service with NetTcpBinding), I am adding logic to add expception to Windows Firewall during the …
0
votes
0answers
14 views

Session Handling in WCF with a Java Client

Hi all What's the best way to implement Session Handling in a WCF Service if the client that is using the service is not a WCF client but a Java client ? Is it possible to use the …
1
vote
1answer
24 views

WCF testing can I use temporarily generated certificates?

Hi How can i generate temporary certification in windows xp sp3 for IIS 5.1 for hosting WCF services with basicHttpBinding in https? Will it be valid for testing in https evironme …
0
votes
1answer
26 views

WCF Authentication on the Internet - HELP

I have a WCF service using the basicHTTP binding. The service will be targeted to be deployed in production in a DMZ environment on a Windows Server 2008 64 bit running IIS 7.0 an …
0
votes
2answers
45 views

Is it possible to hack a WCF client to pass message credentials w/out SSL?

I wrote a custom WCF binding a while back to allow my load balanced farm to host services via IIS. The reason for the custom binding was that each server didn't have SSL but neede …
1
vote
1answer
35 views

WCF Security model implementation.

I have a Web Service, Now I want to implement security model for that, Can you suggest me some tutorials which talks about implementing security on service and also on client. i t …
0
votes
1answer
46 views

ado.net data services silverlight security

I have a application where the validation is done in the web server side (in the page). and the control is passed to the sl client. The SL client makes call to the ado.net data ser …

1 2 3 4 5 7 next
15 30 50 per page