vote up 0 vote down star

I have built a simple WCF Service and deployed it to IIS6, and I'm noticing that it works in my Dev and Staging environments, but not Production. Every time I try to hit the service metadata link, I get a 404 page.

I've checked IIS config everywhere I can think of and they're identical, so the only difference I can think of is that the Production environment is load balanced.

Does anyone know of any issues with running a WCF service behind a load balancer, and how can I get around that? Am I on the wrong track, is there another common problem I should look into?

flag

2 Answers

vote up 0 vote down

The answer is so simple (and frustrating because I spent many sleepless nights over this)

Here is the solution:

http://www.jamesgoodfellow.com/blog/post/IIS-60---HTTP-404---File-not-found-Internet-Information-Services.aspx

link|flag
vote up 1 vote down

You need to setup wild card mapping on IIS6. This link seems like a good step by step guide.

Try reading up on the differences between the integrated pipeline vs classic pipeline on IIS7

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.