Hi,
I have created one wcf service library and I want to deploy it on IIS. My IIS version is 7.5.
I created a new wcf website into current solution and added the reference of my wcf library project into website project.
Also in web.config file of website I created endpoints. It is working fine when I run from VS but when I created a site in IIS under default website and ran this app it give me one error-
HTTP Error 404.3 - Not
Found
The page you are requesting cannot be served because of the
extension configuration. If the page is a script, add a handler. If the file
should be downloaded, add a MIME map.
I am stuck at this place. Kindly help.
Any help is highly appreciated.
Thanks in advance.
Sujit SahooPosted Oct 15, 2013, 5:41 AM
Open your Visual Studio Command prompt in Admin mode(Right Click --> Run as administrator) & Run this Command.
Aspnet_regiis -i
HTH.
Rajan RPosted Oct 9, 2013, 7:44 AM
Suthish NairPosted Sep 13, 2013, 7:52 AM
Sanjeeb LenkaPosted Sep 13, 2013, 12:06 AM
it looks like you don't have IIS7's ASP feature installed. To install it: Start -> Run -> appwiz.cpl -> Turn Windows features on or off -> Internet Information Services -> World Wide Web Services -> Application Development Features -> ASP (check it and then click OK).
or refer to this link
http://technovogeek.blogspot.in/2012/03/http-error-4043-not-found-page-you-are.html
http://blog.sharechiwai.com/2010/06/http-error-404-3-not-found-the-page-you-are-requesting-cannot-be-served-because-of-the-extension-configuration-if-the-page-is-a-script-add-a-handler-if-the-file-should-be-downloaded-add-a-mime-m/