RE: HttpContext Problem
- From: Alex <EF@xxxxxxxxxxxxx>
- Date: Mon, 12 Feb 2007 01:50:01 -0800
Hi Walter,
I think my description of my setup was incomplete. Below is how it looks
like.
TreeView of IIS 6:
Internet Information Services
|
HostName
|
Application Pools
| |
| Pool1
| |
| UploadFileApps
| getEmailAddressApps
| Pool2
| |
| RegistrationApps
|
Web Sites
|
Site1
|
UploadFileApps -> Anonymous authentication (using domain account)
getEmailAddressApps -> Integrated Authention
RegistrationApps -> Integrated Authention
UploadFilesApps and getEmailAddressApps are .Net 1.1 apps. RegistrationApps
is .Net 2.0 app.
When user access UploadFileApps, it will check whether the user's email
address has been captured. If not, it will be redirect to
getEmailAddressApps, get the email address from AD and redirect back to
UploadFileApps. At this moment, if the user upload file(s), there is no
problem. However, if the user click on the link which open up the
RegistrationApps, the upload will fail.
However, I do notice if the link is outside of the same website (in this
case Site1), it is okay.
Thanks,
Alex
"Walter Wang [MSFT]" wrote:
Hi Alex,.
The "Authorization: Negotiate" header is used for Kerberos authentication
in IE and IIS, this normally means you've checked "Integrated Windows
authentication" in IIS virtual directory security settings. If you use
Fiddler (http://www.fiddlertool.com/) to trace the http request/response
headers, you will see this. Per the issue here, I'm not sure it's related
since it seems a normal one if you're using Integrated Windows
authentication.
Given that the simple test doesn't reproduce the issue on your side either,
I'm afraid you will have to create the reproducible project on your side.
Here's some suggestion to narrow down from your existing web app:
1) You mentioned that the external web site is on the same server in
another virtual directory, what if we change this external link to other
URL, such as "about:blank", does it have impact on the result?
2) Given that you're using Integrated Windows authentication, what if we
enable Anonymous user? (I've tested it using the same test project with
Integrated Windows authentication but it still doesn't reproduce)
I'm not sure if my test method is similar to your real application or not.
It would be great if we could figure out how to reproduce it using a
simpler app.
Regards,
Walter Wang (wawang@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
- Follow-Ups:
- RE: HttpContext Problem
- From: Walter Wang [MSFT]
- RE: HttpContext Problem
- References:
- RE: HttpContext Problem
- From: Walter Wang [MSFT]
- RE: HttpContext Problem
- From: Alex
- RE: HttpContext Problem
- From: Walter Wang [MSFT]
- RE: HttpContext Problem
- From: Alex
- RE: HttpContext Problem
- From: Walter Wang [MSFT]
- RE: HttpContext Problem
- Prev by Date: Re: ViewState / Own Object
- Next by Date: Re: ViewState / Own Object
- Previous by thread: RE: HttpContext Problem
- Next by thread: RE: HttpContext Problem
- Index(es):
Relevant Pages
|