Asp.net Forbidden File to acess in asp.net with Webconfig Mahesh Javiya 14 years ago 1 min read Add Below Code in web config with file extension: <system.web> <httpHandlers> <add verb="*" path="*.edmx" type="System.Web.HttpForbiddenHandler" /> </httpHandlers> </system.web> Tags: Forbidrn File in asp.net with Webconfig Forbidrn File to acess in asp.net with Webconfig Continue Reading Previous: Currency ConverterNext: On Child Control Event get gridview row Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment. Time limit is exhausted. Please reload CAPTCHA. − 1 = 7 Related Stories Clean Architecture in ASP.NET Core 7 min read Asp.net C# Clean Architecture in ASP.NET Core Mahesh Javiya 3 years ago Using caching in Asp.Net Core Minimal APIs 6 min read Asp.net C# Using caching in Asp.Net Core Minimal APIs Mahesh Javiya 3 years ago About Blazor with .Net Core 5 min read Asp.net About Blazor with .Net Core Mahesh Javiya 5 years ago What’s new in Visual Studio 2019 6 min read Asp.net What’s new in Visual Studio 2019 Mahesh Javiya 7 years ago What’s new in .NET Core 3.0 19 min read Asp.net What’s new in .NET Core 3.0 Mahesh Javiya 7 years ago What’s new in the .NET Framework 5 min read Asp.net What’s new in the .NET Framework Mahesh Javiya 7 years ago