开发者

urlrewriter.net page not executed

I'm having some problems with the module urlrewriter.net for ASP.NET.

I have a multilingual site with a URL like this;

~/home.aspx

To support languages I use this rewrite rule;

<rewrite url="~/de-DE/(.*)" to="~/$1"></rewrite>

Then in my code I get the de-DE part and set the right culture for the current t开发者_Python百科hread. All of this works well.

After I login on the website I get a message "Hello, user x" to show i'm logged in. When navigating to another page, it doesn't display this message anymore and it seems like the page comes from the cache or something with the old (not logged in) data. Also, when I attach the debugger, nothing is executed for this request. If I visit the page like ~/home.aspx instead of ~/de-DE/home.aspx, does problem does not occur.

What could be the problem here?

Thanks


Nevermind!

I had accidently disabled the Check for newer pages in IE8 which caused all of the problems... I'm sorry for the useless question!

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜