473,406 Members | 2,847 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,406 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 1172
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: 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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.