I am using a WDF Service in my web application which I am accessing very jquery. Locally it works fine, but on my test server (IIS7) it does not.
I tried accessing the .svc via the url (www.mydomain.de/Services/MyService.svc) expecting that I get the same page as offline ("This is a WCF service, metadata publishing is disabled ....". Instead, the .svc file gets downloaded and opens in Visual Studio.
Is this a web.config problem (it works offline but I don't have II7 offline) or is it a problem that file associations in IIs7 are not correct? My Testserver is running in a shared hosting environment and I have only very limited access (Parallels Plesk Panel 9), so if this is an IIS7 problem I need to go through the webhoster...
Any Feedback welcome.