开发者

WCF service in Azure throws HTTP Error 500.0 - Internal Server Error

开发者 https://www.devze.com 2022-12-18 15:09 出处:网络
I\'ve been working on an Azure app, and added in a WCF service (something I\'ve done successfully before).

I've been working on an Azure app, and added in a WCF service (something I've done successfully before).

It works f开发者_C百科ine in the stand-alone asp.net application (running in Cassini), but throws a 500.0 error when I try to call it in the AppFabric. I tried publishing it to Azure and hoping for the best, but it then throws a 404 error.

I've set the bindings to basicHttpBinding, no joy. To get round this, I've created a seperate WCF Web Role, which works OK, but I get firewall problems on some machines because it runs on port 8080.

I'm guessing it's something to do with the web.config - I saw a reference that adding <validation validateIntegratedModeConfiguration="false"/> to <system.webServer> might fix it, but it was already present.

The "detailed error info" on the page is: Module IsapiModule Notification ExecuteRequestHandler Handler svcHandler Error Code 0x800700c1

Any ideas? I'm baffled!

cheers

Toby


Did you have a look at the WCF Azure Known Issues Page? Make sure that you can exclude anything that is listed there, this page already helped me twice.

0

精彩评论

暂无评论...
验证码 换一张
取 消