I am developing an application based on .Net Framework 3.5 sp1 and is hosted on a Windows 2008 server (64 bit).
When viewing the wcf service (.svc) locally, all things are in order, but when viewing with the full domain URL, it received an error.
the local address is as follows: http: //localhost/MyService.svc
and domain address: http://MySite.ir/MyService.svc
By the way, pages (.aspx) and other files work correctly both on localhost and with the domain address.
any idea would be appreciated
Here is the detailed error:
HTTP Error 404.3 - Not Found
The requested page could not be completed due to the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME card. Error Details
Module: StaticFileModule
Notification: ExecuteRequestHandler
Handler: StaticFile
Error Code: 0x80070032
Requested URL: http://MySite.ir:80/MyService.svc
Physical path: D: \ inetpub \ vhosts \ MySite.ir \ httpdocs \ MyService.svc
Login Method: Anonymous
Login User Anonymous
wcf
Mori Jul 18 '10 at 6:07 2010-07-18 06:07
source share