tags:

views:

272

answers:

2

I am making a WCF service.

System Config: Widnows 7, ASP.NET 3.5, IIS 7.0 Server Config: IIS7, ASP.NET 3.5

It works fine on my system, but when i deploy this on the server i get following error
The resource cannot be found.

when i try accessing my .svc file. Please help me out in this.

My server is with GoDaddy, so i have no control on the server. I have to do everything in my code only. Please help.

A: 

You may need to add the .svc extension in your config. Check this blog Running WCF on GoDaddy

alejandrobog
Hi i have already done that. I am pasting the tags, i have written in my web.config<buildProviders> <add extension=".svc" type="System.ServiceModel.Activation.ServiceBuildProvider, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/> </buildProviders>
Akshat Goel
Also, i came across all those 3 errors (mentioned in blog), and my web.config holds all those. But even then i am getting an error... Please help me out.
Akshat Goel
A: 

Sorry people, but now, this link

http://www.askmaps.in/testing/service/AdMapService.svc

is working.

But please, tell me one more thing, this has why this happens. Sometimes, it automatically starts working, and then suddenly it stops.

Akshat Goel