473,386 Members | 1,801 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

just wondering

hey all,

i have a simple asp.net page that expects a session variable to be present
on Page_Load. if not it redirects to a restart page.

i made a settings change on iis to the virtual directory authentication
method page (Directory Security Tab/Authentication and access control Edit).
i checked digest authentication for windows domain servers.

here's where i don't understand what's going on. i leave the asp.net page up
til it times out. so, when i go to perform an event on the page i'm
presented with the Enter Network Password dialog. And so it never hits my
redirect page. can somone please tell me why this is?

thanks,
rodchar
Nov 19 '05 #1
3 1171
you're saying that the session variable is still filled right? or that the
page.ispostback is not being triggered. if it's issue number one, you can
simply write some code to test it, for issue number you got something funky
going on somewhere else

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

"rodchar" <ro*****@discussions.microsoft.com> wrote in message
news:5B**********************************@microsof t.com...
hey all,

i have a simple asp.net page that expects a session variable to be present
on Page_Load. if not it redirects to a restart page.

i made a settings change on iis to the virtual directory authentication
method page (Directory Security Tab/Authentication and access control Edit). i checked digest authentication for windows domain servers.

here's where i don't understand what's going on. i leave the asp.net page up til it times out. so, when i go to perform an event on the page i'm
presented with the Enter Network Password dialog. And so it never hits my
redirect page. can somone please tell me why this is?

thanks,
rodchar

Nov 19 '05 #2
When your session times out the connection is lost completely the web site
doesn't remember that you've still got a page open and will tread you just
the way it would as if you just made your first request.

Which involves authentication.

Kind Regards

--
Rainier van Slingerlandt
www.slingerlandt.com
"Alvin Bruney - ASP.NET MVP" wrote:
you're saying that the session variable is still filled right? or that the
page.ispostback is not being triggered. if it's issue number one, you can
simply write some code to test it, for issue number you got something funky
going on somewhere else

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

"rodchar" <ro*****@discussions.microsoft.com> wrote in message
news:5B**********************************@microsof t.com...
hey all,

i have a simple asp.net page that expects a session variable to be present
on Page_Load. if not it redirects to a restart page.

i made a settings change on iis to the virtual directory authentication
method page (Directory Security Tab/Authentication and access control

Edit).
i checked digest authentication for windows domain servers.

here's where i don't understand what's going on. i leave the asp.net page

up
til it times out. so, when i go to perform an event on the page i'm
presented with the Enter Network Password dialog. And so it never hits my
redirect page. can somone please tell me why this is?

thanks,
rodchar


Nov 19 '05 #3
thanks this helped.
rodchar

"Rainier [MCT]" wrote:
When your session times out the connection is lost completely the web site
doesn't remember that you've still got a page open and will tread you just
the way it would as if you just made your first request.

Which involves authentication.

Kind Regards

--
Rainier van Slingerlandt
www.slingerlandt.com
"Alvin Bruney - ASP.NET MVP" wrote:
you're saying that the session variable is still filled right? or that the
page.ispostback is not being triggered. if it's issue number one, you can
simply write some code to test it, for issue number you got something funky
going on somewhere else

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

"rodchar" <ro*****@discussions.microsoft.com> wrote in message
news:5B**********************************@microsof t.com...
hey all,

i have a simple asp.net page that expects a session variable to be present
on Page_Load. if not it redirects to a restart page.

i made a settings change on iis to the virtual directory authentication
method page (Directory Security Tab/Authentication and access control

Edit).
i checked digest authentication for windows domain servers.

here's where i don't understand what's going on. i leave the asp.net page

up
til it times out. so, when i go to perform an event on the page i'm
presented with the Enter Network Password dialog. And so it never hits my
redirect page. can somone please tell me why this is?

thanks,
rodchar


Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Steven Burn | last post by:
Just wondering if it would be possible to convert an existing e-mail form to; 1. Send the e-mail (as it does now...without problems) 2. Copy one folder on the server, to another new folder ...
2
by: KevinGPO | last post by:
Just wondering if anyone knows if there are converters to convert from: MS Visual C++ 6.0 or MS Visual Studio 2003 project files into UNIX autogen/configure/make files?
13
by: jm | last post by:
I am trying to use datepart to get the real name of the month like "April" or "APR" not just "4." I could not find it in the documentation. Sorry. Thank you.
8
by: MLH | last post by:
A97 HELP shows the proper syntax for using Nz as Nz(variant) I'm wondering what to expect from potential past misuse I've made. For example, consider the following... Private Sub...
3
by: rodchar | last post by:
hey all, i was wondering why I've seen articles similar to the following: ADO.NET Code Generator - Map DataBase Objects To .NET Classes What does this subject accomplish? Like, this does...
16
by: rodchar | last post by:
Hello all, Please allow me to revisit this topic once more it has hindered me for the longest. Even after the great replies I got in the past. I guess they might have been a bit over my head or...
8
by: rodchar | last post by:
hey all, i'm using method webclient.filedownload to automatically download a file from an internet site. that works great. well i was wondering if there was a way to monitor or check if that...
2
by: DoomedLung | last post by:
I've been reading the DHTML Reference (2nd edt.) book by Danny Goodman. I've come to a point in the book where my scripting experience isn't that great to understand some of the coding examples and...
5
Nert
by: Nert | last post by:
hi, I've created a website, uhhmmn something like posting/uploading images and videos.., i made my site working well, i save images on database but the videos are just copied from the client...
42
by: lorlarz | last post by:
Contrary to what one authority in the JavaScript field says: JavaScript does make errors when dealing with just with integers. This authority (Douglas Crockford.) says: "integer arithmetic in...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.