XML解析错误:未组织好 的解决办法
2024年05月15日
•
Xml
•
我要评论
主要问题:xml文件完整,在liunx系统下可正常显示,但是windows系统提示出错, i use iis to develope a new .net website. i promise the
主要问题:xml文件完整,在liunx系统下可正常显示,但是windows系统提示出错,
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:
and in ie, error reported as below:
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.
相关文章:
-
-
XML 非法字符(转义字符)
如往常一样, 客户发给我一个xml文件, 用来更新数码课堂日程安排——是一个js读取xml文件达到鼠标经过日历显示每日课程安排的效果,有类于ajax数据读取(只...
[阅读全文]
-
XML和YAML的使用方法
最近处理一些配置文件,碰到了yaml格式的文件,因为之前没接触过此格式的文件,对于xml还比较熟悉一些。那么什么是yaml呢?它相比xml又有哪些优缺点呢?什么...
[阅读全文]
-
-
xml定义:用于标记电子文件使其具有结构性的标记语言,可以用来标记数据、定义数据类型,是一种允许用户对自己的标记语言进行定义的源语言。xml发展史?简单提一下markup lang…
-
jstl 字符串处理函数
jstl使用表达式来简化页面的代码,这对一些标准的方法,例如bean的getter/setter方法,请求参数或者context以及session中的数据的访问...
[阅读全文]
版权声明:本文内容由互联网用户贡献,该文观点仅代表作者本人。本站仅提供信息存储服务,不拥有所有权,不承担相关法律责任。
如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 2386932994@qq.com 举报,一经查实将立刻删除。
发表评论