由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - ASP.NET -- help
相关主题
The "automatically log me in" optionOracle XE DBconnection from ASPX (转载)
ASP web application 问题请教[合集] can not run ASP by IIS 5.1 in WIN XP (转载)
authenticationSession statement in ASP and ASPX
How can .Net Web App get local PC Credentials请教一下如何用Java或者Perl取得动态网页(ASPX)的源代码
How to logout of windows authentication?FeedBunner的一个疑问
about preventing history back in ASP.NET[合集] 制作填写pdf
Directory.GetFiles() is not working on client computerMVC效率高一些,可是大项目也不可以推倒重做呀。
A question on authentication and cookie[转载] 问一个javascript 和 .NET 的问题
相关话题的讨论汇总
话题: aspx话题: login话题: server话题: files
进入DotNet版参与讨论
1 (共1页)
b****e
发帖数: 15
1
OS: Win2k3
Everything is fine before.
BUT now all the .ASPX files on web server did not work any more. A login
window popup whenever people want to call those ASPX files online. click
"cancel", then:
Server Error in '/' Application.
m**********e
发帖数: 19
2
Check Web.Config
There must be something like this:

timeout="1440"/>

...




This is ASP.NET's form authentication. It will redirect you to the login page
when you try to access protected pages without login.

【在 b****e 的大作中提到】
: OS: Win2k3
: Everything is fine before.
: BUT now all the .ASPX files on web server did not work any more. A login
: window popup whenever people want to call those ASPX files online. click
: "cancel", then:
: Server Error in '/' Application.

j***e
发帖数: 186
3
check permissions. ASP.NET use Network services account on w2k3
or do a reinstall of ASP.NET
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -ir

【在 b****e 的大作中提到】
: OS: Win2k3
: Everything is fine before.
: BUT now all the .ASPX files on web server did not work any more. A login
: window popup whenever people want to call those ASPX files online. click
: "cancel", then:
: Server Error in '/' Application.

1 (共1页)
进入DotNet版参与讨论
相关主题
[转载] 问一个javascript 和 .NET 的问题How to logout of windows authentication?
How to kill popup in Outlook add-ins?about preventing history back in ASP.NET
[转载] 如何知道CLIENT一端屏幕的大小?Directory.GetFiles() is not working on client computer
问个webbrowser控件的问题A question on authentication and cookie
The "automatically log me in" optionOracle XE DBconnection from ASPX (转载)
ASP web application 问题请教[合集] can not run ASP by IIS 5.1 in WIN XP (转载)
authenticationSession statement in ASP and ASPX
How can .Net Web App get local PC Credentials请教一下如何用Java或者Perl取得动态网页(ASPX)的源代码
相关话题的讨论汇总
话题: aspx话题: login话题: server话题: files