IIS-SQL notes

来源:互联网 发布:mac截图保存位置 编辑:程序博客网 时间:2024/04/29 03:39

http://www.iis.net/learn/extensions/url-rewrite-module/iis-url-rewriting-and-aspnet-routing 

IIS的 模块,很多功能,很少用到,其实很不错

Just tried the rule from LazyOne and it worked with Godaddy hosting since they've already have microsoft url rewriting module installed for every iis7 account.

<rewrite>  <rules>    <rule name="enquiry" stopProcessing="true">      <match url="^enquiry$" />      <action type="Rewrite" url="/Enquiry.aspx" />    </rule>  </rules></rewrite>


 I believe Tomek gave correct solution a bit: just alter yours: add <conditions><add input="{HTTPS}" pattern="off" /></conditions> and maybe use ^register\.aspx$ (notice the \ character -- this will ensure that only register.aspx will be redirected, and not register2aspx etc.). Also -- make sure that URL Rewrite Module is installed(it is separate download = not bundled with IIS by default).


http://www.iis.net/learn/extensions/url-rewrite-module/using-the-url-rewrite-module

sql 2008 r2 工作组 mirror

http://www.baidu.com/link?url=_IAOa635OWOdm0RG0H6-5QmF-l-hvRwjCCgoA8kG_RyyJuQBV73FU_7gRufPgXAIYOqTRCrI4XzWitot3pAtYa



http://demo.mojoportal.com/