- Removing an empty section declaration from web.config.

--HG--
branch : dev
This commit is contained in:
Suha Can
2010-10-27 11:23:32 -07:00
parent 8435dff302
commit 721b2b3f57

View File

@@ -112,7 +112,6 @@
<add verb="*" path="theme.txt" validate="false" type="System.Web.HttpNotFoundHandler" /> <add verb="*" path="theme.txt" validate="false" type="System.Web.HttpNotFoundHandler" />
</httpHandlers> </httpHandlers>
</system.web> </system.web>
<system.web.extensions/>
<!-- <!--
The system.webServer section is required for running ASP.NET AJAX under Internet The system.webServer section is required for running ASP.NET AJAX under Internet
Information Services 7.0. It is not necessary for previous version of IIS. Information Services 7.0. It is not necessary for previous version of IIS.