| laxmikanth 2005-06-29, 5:53 pm |
| Hi,
We have an sophisticated application that works great on a Win2K+IIS 5.0
combination. We are the process of adapting the application for Win2k3+IIS
6.0. We are struck by a problem with one of our sub-system on this platform.
The app is configured to use Integrated Windows Authentication.
In simple terms, we have the following situation
An ASP Page calling into a COM Component , this calling into another COM
Component and this component making using of WinInet API to post a HTTP
request to a resource within the same application
This situation works perfectly fine on a Win2K+IIS 5.0 box but fails with an
error 401.2 on a Win2K3 box. However, when we run a windows application (on
Win2K3 box) making use of WinInet API to post a HTTP request to the same
resource it appears to work fine.
I am kind of puzzled on what could be reasons for this and how to get about
this situations.
Your help would be greatly appreciated.
thanks
|