文章詳情頁
XML解析錯誤:未組織好 的解決辦法
瀏覽:914日期:2022-06-04 11:38:27
主要問題:XML文件完整,在liunx系統(tǒng)下可正常顯示,但是windows系統(tǒng)提示出錯,
I use iis to develope a new .net website. I promise the code is right, but most pages running in Firefox 2.0 reported this error:
復(fù)制代碼 代碼如下:
XML解析錯誤:未組織好
位置:http://localhost/Lanxum/dTeam.aspx
行:1,列:2
< %@ page language="C#" masterpagefile="~/MasterPage.master" autoeventwireup="true" inherits="dTeam, App_Web_hkuu-y0n" title="Untitled Page" theme="iAffron" stylesheettheme="iAffron" %> -^
And in IE, error reported as below:
復(fù)制代碼 代碼如下:
無法顯示 XML 頁。字符開頭。
處理資源 ‘http://localhost/Lanxum/default.aspx" 時出錯。
第 1 行,位置: 2
The reason is that I install visual studio first(together with .net framework 2.0) and then install IIS. It made .net FK didn"t register in IIS. Just run this command with DOS:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
Once if you have install .net FK and IIS correctly, this sentence will follow:
開始安裝 ASP.NET 。
…………………………………..
ASP.NET 安裝完畢
Then refresh the page, you will find that the problem is fixed.
I use iis to develope a new .net website. I promise the code is right, but most pages running in Firefox 2.0 reported this error:
復(fù)制代碼 代碼如下:
XML解析錯誤:未組織好
位置:http://localhost/Lanxum/dTeam.aspx
行:1,列:2
< %@ page language="C#" masterpagefile="~/MasterPage.master" autoeventwireup="true" inherits="dTeam, App_Web_hkuu-y0n" title="Untitled Page" theme="iAffron" stylesheettheme="iAffron" %> -^
And in IE, error reported as below:
復(fù)制代碼 代碼如下:
無法顯示 XML 頁。字符開頭。
處理資源 ‘http://localhost/Lanxum/default.aspx" 時出錯。
第 1 行,位置: 2
The reason is that I install visual studio first(together with .net framework 2.0) and then install IIS. It made .net FK didn"t register in IIS. Just run this command with DOS:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
Once if you have install .net FK and IIS correctly, this sentence will follow:
開始安裝 ASP.NET 。
…………………………………..
ASP.NET 安裝完畢
Then refresh the page, you will find that the problem is fixed.
標(biāo)簽:
XML/RSS
相關(guān)文章:
1. asp讀取xml文件和記數(shù)2. IDEA項目的依賴(pom.xml文件)導(dǎo)入問題及解決3. 基于android studio的layout的xml文件的創(chuàng)建方式4. xml中的空格之完全解說5. 基于PHP與XML的PDF文檔生成技術(shù)6. 利用XMLSerializer將對象串行化到XML7. 關(guān)于html嵌入xml數(shù)據(jù)島如何穿過樹形結(jié)構(gòu)關(guān)系的問題8. php與XML、XSLT、Mysql的結(jié)合運用,代碼篇9. php與XML、XSLT、Mysql的結(jié)合運用,安裝篇10. XML輕松學(xué)習(xí)手冊(一):XML快速入門
排行榜
