Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
XML
<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>


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.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900