开发者

Redirecting to a page using IIS6

开发者 https://www.devze.com 2023-01-01 03:49 出处:网络
I have a site .net 2.0 and I redirected users to a login 开发者_StackOverflow社区page when the hit the site. (I think the default.aspx page)

I have a site .net 2.0 and I redirected users to a login 开发者_StackOverflow社区page when the hit the site. (I think the default.aspx page)

But i cant remember how i did it.

I am now wanting upgrade to asp.net mvc app but the redirect is still there to a nonexistent page.

Any ideas how to find the redirect?

Malcolm


Use WireShark Network Analyzer or Fiddler to find out what type of Redirect you have and the location that's redirecting.

You can then use IIS management console to see if there are any redirects in the site or virtual directory properties.

And finally check the source of the script that handles the request for Response.Redirect() or Server.Transfer().

0

精彩评论

暂无评论...
验证码 换一张
取 消