You must Sign In to post a response.
  • Category: Windows 8

    I have a problem when Web Application deploy on IIs Server

    Hi ,

    i have created an web-application on Visual studio 12 .When I configure the Web Application on IIS I am getting error Like This.



    "HTTP Error 501.19 - Internal Server error
    The request page cant be accessed because the related configuration data for the page is invalid"



    Kindly Help the same.
    Thnx
  • #765779
    Grant Read permission to the IIS_IUSRS group.
    also check (assuming you are hosting on IIS 7)
    https://blogs.msdn.microsoft.com/webtopics/2010/03/08/troubleshooting-http-500-19-errors-in-iis-7/

  • #765814
    it looks you have deployed your application on IIS 7+, is your is 64Bit ? if yes then you need to create a separate application pool for your website and make it'enable32Bit' to 'true'
    it will resolve your issue
    check out below link for more details
    http://prasaddotnettricks.blogspot.in/2015/03/http-error-40417-requested-content.html

    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]


  • Sign In to post your comments