在 ASP.NET 的 web.config 文件中 URL Rewrite rule true
<rule source="/somedirectory/" destination="/default.aspx" />
<rule source="/somedirectory/another/" destination="/page01.aspx" />
第一个工作正常,但第二个似乎不起作用
我怎么能解决这个问题
在 ASP.NET 的 web.config 文件中 URL Rewrite rule true
<rule source="/somedirectory/" destination="/default.aspx" />
<rule source="/somedirectory/another/" destination="/page01.aspx" />
第一个工作正常,但第二个似乎不起作用
我怎么能解决这个问题