IIS 7.0 error HTTP Error 500.19 -Internal Server Error (Error Code 0x80070003)

后端 未结 3 1231
离开以前
离开以前 2021-01-18 21:54

I have got IIS7 running on my Windows 2008 Server It works perfectly working for the sites and the folder that I hosted before. Now I am trying to host a folder which contai

相关标签:
3条回答
  • 2021-01-18 21:58

    I had this same error and found that I had another application configured on the sub folder in IIS. Perhaps try removing the applications and recreating them?

    0 讨论(0)
  • 2021-01-18 22:02

    I have had a very similar error. The line:

    \\?\H:\EMRImages\web.config 
    

    typically implies you've configured IIS to try and serve a website over mapped network drive (the \\?\ is the giveaway), this happened to me because my profile maps the drive on W:, although it was native to the machine on E:. As soon as I corrected the drive error, everything was working correctly.

    0x80070003 does seem to be specifically related to this network drive issue, although I believe this Microsoft KB Article goes into some detail on it: http://support.microsoft.com/kb/207671

    0 讨论(0)
  • 2021-01-18 22:19

    In my case I unwittingly renamed the folder with the website.

    0 讨论(0)
提交回复
热议问题