urlRewrite在web.config中保护aspx页面

时间:2015-02-03 21:05:52

标签: c# asp.net url-rewriting webforms web-config

我创建了一个自定义登录/身份验证页面。 当用户进行身份验证并且有效时,我的网站: Response.Redirects(" destinationpage.aspx&#34);

因为我没有使用表单身份验证,所以我需要另一种方法来保护" destinationpage.aspx"。

有没有办法在web.config中使用urlRewrite将用户重定向到" customlogin.aspx"在能够到达" destinationpage.aspx"?

之前进行身份验证

0 个答案:

没有答案