Click here to Skip to main content
15,902,634 members
Posted
Comments
jvamsikrishna 11-Oct-12 4:43am    
Can you check the directory path is correct ?
do you place the file in c:\inetpub\wwwroot\shop......?
later just restart IIS and check .
in IIS go to your website make edit bindings cahneg it to localhost ip of server and check?
i hope it will resolve your issue

1 solution

What is the extension of the file(Ex -*.svc,*.html,*.ashx) your trying to access?

By looking at the error details.I feel like your IIS is not configured to support the file extension your trying to access.

Follow the below steps.

Open IIS server ==> Open the MIME type ==>Check the file extension your trying to access is exists.If not the you need to add the corresponding MIME type.

http://webdesign.about.com/od/multimedia/a/mime-types-by-content-type.htm
 
Share this answer
 
Comments
rups.seth 11-Oct-12 8:20am    
Actually I am using URL rewriting by global.asax.
The file extension is .aspx and i have seen that it was already in iis.
Shreekanth Gaanji 11-Oct-12 8:51am    
Then your missing handler references in web.config.
check <modules> and <handlers> node under <system.webserver>.
Shreekanth Gaanji 11-Oct-12 8:52am    
system.webServer node

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900