-
Posted to
General
by
Bunce
on
08-13-2008, 11:38 PM
As the initial post was quite long and convoluted, I'll simplify it to this:
We have a (new) ASP.Net 2.0 application running on ServerA - IIS6, Integrated Auth. The application contains just one page, using the following code:
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
...
-
Posted to
General
by
Bunce
on
08-13-2008, 10:38 AM
not to any other server though....
- Same client machine
- Same client browser and settings
- Same client user
- Same web test code (see above)
- Same IIS Version (6) and configuration (from what I can tell anyway)
- but on a DIFFERENT server -> works fine.
-
Posted to
General
by
Bunce
on
08-13-2008, 10:13 AM
\windows\system32\logfiles\W3SVC1\ - only mentions the adminPhil account.
Guess I should do a capture to see whats actually being sent between the two
-
Posted to
General
by
Bunce
on
08-13-2008, 6:06 AM
Greetings all – think I've got a rib-tickler for ya:
To get an overall idea of the usage of our in-house web-apps, I add in a bit of code which sends me an email whenever someone logs in (yeah – the apps obviously aren’t that busy)
The email just contains the login time and username (as returned by HTTP Context / Windows ...