我应该在web配置文件中的uri部分写什么 [英] What should I write in uri Section in web config file

查看:178
本文介绍了我应该在web配置文件中的uri部分写什么的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

配置部分'uri'无法读取,因为它缺少第133行的部分声明



我尝试做的上述错误目录浏览IIS 6



这是uri部分写的内容

第133行

The configuration section 'uri' can not be read because it is missing a section declaration on line 133

The above error I am getting while I try to do directory browsing through IIS 6

This is what is written in the uri section
line 133

<uri>

   
    <!-- The uri section is necessary to turn on .NET 3.5 support for IDN (international domain names),
             which is necessary for OpenID urls with unicode characters in the domain/host name.
             It is also required to put the Uri class into RFC 3986 escaping mode, which OpenID and OAuth require. -->
    <idn enabled="All" />
    <iriParsing enabled="true" />
  </uri>





uri部分提供的其他选项包括:

<舍姆eSettings lockItem =false/>

< schemeSettings lockElements =false/>

< schemeSettings lockAttributes =false/>

我还没有写,我应该在本节写什么请举例说明演示数据。



The Other Options available in uri section are:
<schemeSettings lockItem="false"/>
<schemeSettings lockElements="false"/>
<schemeSettings lockAttributes="false"/>
which I have not written, What should I write in this section Please give a example with demo data.

推荐答案

这篇关于我应该在web配置文件中的uri部分写什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆