asax事件不会在iis中触发

asax事件不会在iis中触发

本文介绍了Global.asax事件不会在iis中触发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好。



我使用Visual Studio 2012和Windows 8进行开发。当我将我的代码移动到iis时Global.asax方法没有触发。在global.asax的Session_Start方法中,我将我的请求重定向到Login页面。当我从地址栏更改并复制我的网址并首次将其粘贴到新的浏览器窗口时,它会重定向到登录页面,但稍后会打开地址网址中提到的实际页面。

任何人都可以给我任何建议将我的页面重定向到生产服务器的登录页面。

Hi all.,

Iam using Visual Studio 2012 and Windows 8 for development. When iam moving my code to iis Global.asax methods are not firing. In Session_Start method of global.asax I redirect my request to Login page. When I change and copy my url from address bar and paste it on new browser window for the first time it redirects to Login page but later it open the actual page reffered in address url.
Can anyone give me any suggestions to redirect my page to Login page in production server.

推荐答案


这篇关于Global.asax事件不会在iis中触发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-28 19:30