473,947 Members | 13,060 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1214
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*****@discus sions.microsoft .com> wrote in message
news:5B******** *************** ***********@mic rosoft.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*****@discus sions.microsoft .com> wrote in message
news:5B******** *************** ***********@mic rosoft.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*****@discus sions.microsoft .com> wrote in message
news:5B******** *************** ***********@mic rosoft.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
2241
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 Using the username from the e-mail form, as the new foldername? --
2
1984
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
3184
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
2191
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 Command0_Click() Dim a As Long, b As String b = Nz(a, "") MsgBox b End Sub
3
1008
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 this instead of doing what? Please also give me an anology if possible. thanks,
16
1092
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 my requirements weren't very clear. I’m betting on the latter (not asking clear) so after several months of pondering please allow me to rephrase my question. Ok, so I'll begin already Given: Northwind Customers and Orders tables. Goal1 I'd...
8
1028
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 file has changed since the last time it was downloaded? thanks, rodchar
2
1392
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 was just wondering if anyone could help. I'm at chapter 5 section 'Dynamic Tables' this is the example I'm a little confused with... function drawTable(tbody) { var tr, td, i, j, oneRecord;
5
4026
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 folder to the folder on my server, the only thing i save is the url of the video so that i can able to display it using the <embed> tag. Now i'm just wondering if it is possible to save a video on mysql database? If it's not can anyone give me a...
42
2101
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 floating point is exact" Well, I can prove this is incorrect with this program: http://mynichecomputing.com/digitallearning/yourOwn.htm This a program that uses only integers, yet comes up short in its
0
10164
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9983
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
11577
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
11168
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10693
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
8256
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6117
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
6332
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4947
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.