Forbidden File to acess in asp.net with Webconfig 1 min read Asp.net Forbidden File to acess in asp.net with Webconfig Mahesh Javiya 14 years ago Add Below Code in web config with file extension: <system.web> <httpHandlers> <add verb="*" path="*.edmx" type="System.Web.HttpForbiddenHandler" /> </httpHandlers> </system.web>... Read More