ASP.NET XML Parsing Error: no element found Line Number 1, Column 1 Error

后端 未结 12 2190
[愿得一人]
[愿得一人] 2021-02-20 05:44

Hey I found a weird temperamental page which randomly gives me the following error

XML Parsing Error: no element found
Location: http://kj2011/site_2011/nonprofit-data         


        
12条回答
  •  别那么骄傲
    2021-02-20 05:59

    That sounds like the Firefox error page that's returned when FF expects HTML and gets an empty document instead. Try looking at it with Firebug enabled and see what the Net tab says - perhaps you have a good header, but no html.

    Usually that kind of thing is not due to an ASP.NET error (since with those you still have a document body for the Yellow Screen of Death page), but is more along the lines of a networking error...

    Would it be possible to try looking at it from another computer to see if that's the problem?

提交回复
热议问题