I am developing an application based on the .Net Framework 3.5 sp1 and hosted on Windows Server 2008 (64bit) is.
While browsing the WCF service (.svc), everything is okay locally, but while browsing with full domain URL it receives an error.
The local address is as follows:
And the domain address is like this:
By the way, the page (.aspx) and other files work properly on both localhost and domain addresses.
It can not be done because of the extension configuration. If the page is a script, add a handler if the file should be downloaded, then add a MIME map. Detailed error notification
Module: StaticFile module
Notice: ExecuteRequestHandler
Handler: D: \ inetpub \ vhosts \ MySite.ir \ httpdocs \ MyService.svc
logon method: anonymous
logon user Anonymous
Please make sure that you have activated WCF components.
Or alternate and easy way, go to Control Panel -> Turn the Windows feature on or off -> and make sure all the options mentioned in the screenshot below are checked with you.
Comments
Post a Comment