简体   繁体   English

应用程序无法在IIS 6.1上运行

[英]application is not working on IIS 6.1

I have an examination system in ASP.NET which is working fine on integrated IIS. 我在ASP.NET中有一个检查系统,该系统在集成IIS上运行良好。 I deployed it on IIS 6.1 on Windows Server 2008 R2, the deployment is fine, But the application is not working i mean when i browse the application in browser it should bring login page which it brings but when i enter the username and password in text boxes and click login button, it does nothing. 我将其部署在Windows Server 2008 R2的IIS 6.1上,部署很好,但是该应用程序无法正常工作,我的意思是当我在浏览器中浏览该应用程序时,它应该带来它带来的登录页面,但是当我在文本中输入用户名和密码时框,然后单击登录按钮,它什么也没做。 I search too much over the internet, googled different things but i couldn't find the solutions. 我在互联网上搜索过多,用Google搜索了不同的内容,但找不到解决方案。

I know it is a silly type of question which i couldn't explain in a better way but please anyone help me. 我知道这是一个愚蠢的问题,我无法用更好的方式解释,但是请任何人帮助我。

Check your Trace information. 检查您的跟踪信息。 I am going to assume your Session Keys are not appearing. 我将假设您的会话密钥没有出现。 Ensure your hostname has no underscores, as this interferes with cookies. 确保您的主机名没有下划线,因为这会干扰cookie。 And ensure on IIS. 并确保在IIS上。 Session State is enabled 会话状态已启用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM