webconfig

 

<configuration>
  <system.webServer>
    <directoryBrowse enabled="true"></directoryBrowse>
  </system.webServer>
  <system.web>
    <compilation debug="true" targetFramework="4.5" />
    <httpRuntime targetFramework="4.5" />

<httpHandlers>
<add path="*" verb="*" type="Web1bApplication1.Handler1,Web1bApplication1.dll"/>
</httpHandlers>


</system.web> </configuration>

 

posted on 2016-03-22 10:14  lypzxy  阅读(859)  评论(0编辑  收藏  举报