建立任务程序直接执行网页(.net)

建立任务程序、设定时间和执行脚本等信息,

另外.net中该网站如果需要登录,而直接执行的网页需去掉登录验证的话需要在web.config中增加



  <location path="xxx.ashx">
    <system.web>
      <authorization>
        <allow users="*"/>
      </authorization>
    </system.web>
  </location>

posted @ 2012-07-18 13:23  y0umer  阅读(129)  评论(0编辑  收藏  举报