Discussion:
ServerXMLHTTP and impersonation
(too old to reply)
Lambuz
2005-12-21 08:55:12 UTC
Permalink
Hi all,
I'm trying to use a ServerXMLHTTP connection in async mode to request
Page2.asp from Page1.asp.

Both pages are inside 2 different virtual directories with Windows
Integrated Authentication but the user who requests Page2.asp is
different from user has requested Page1.asp.
The user of Page2.asp is IWAM_machine_name.

If I use ServerXMLHttp in standard mode there is no problem.

Please help me.

Best ragards
Lambuz
2005-12-22 08:30:44 UTC
Permalink
any idea ?

please help me
Egbert Nierop (MVP for IIS)
2005-12-26 09:40:27 UTC
Permalink
Post by Lambuz
any idea ?
please help me
WRite your COM component as if you were ignoring impersonation.
Then deploy your component using COM+ where you can set impersonation. As a
server library of course, so your component runs ' out of process'.
--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm
Lambuz
2005-12-27 19:00:34 UTC
Permalink
Thx fror your answer but I think you have posted it in the wrong post.

bye
Egbert Nierop (MVP for IIS)
2006-01-11 15:23:35 UTC
Permalink
Post by Lambuz
Thx fror your answer but I think you have posted it in the wrong post.
bye
My answer was correct. Is something not clear?
Lambuz
2006-01-11 16:14:18 UTC
Permalink
Sorry but all your answer is not clear.

this is my originale post:
---------------------
Hi all,
I'm trying to use a ServerXMLHTTP connection in async mode to request
Page2.asp from Page1.asp.


Both pages are inside 2 different virtual directories with Windows
Integrated Authentication but the user who requests Page2.asp is
different from user has requested Page1.asp.
The user of Page2.asp is IWAM_machine_name.


If I use ServerXMLHttp in standard mode there is no problem.


Please help me.


Best ragards
-------------

This is your response:
-----------
WRite your COM component as if you were ignoring impersonation.
Then deploy your component using COM+ where you can set impersonation.
As a
server library of course, so your component runs ' out of process'.
-------------------

As you can see in my post I've never written about a COM component.

Regards
Egbert Nierop (MVP for IIS)
2006-01-30 11:54:55 UTC
Permalink
Post by Lambuz
Sorry but all your answer is not clear.
---------------------
Hi all,
I'm trying to use a ServerXMLHTTP connection in async mode to request
Page2.asp from Page1.asp.
Both pages are inside 2 different virtual directories with Windows
Integrated Authentication but the user who requests Page2.asp is
different from user has requested Page1.asp.
The user of Page2.asp is IWAM_machine_name.
If I use ServerXMLHttp in standard mode there is no problem.
Please help me.
Best ragards
-------------
-----------
WRite your COM component as if you were ignoring impersonation.
Then deploy your component using COM+ where you can set impersonation. As a
server library of course, so your component runs ' out of process'.
-------------------
As you can see in my post I've never written about a COM component.
I was writing about a COM component not meaning that you -were- writing a
COM componet. If that's not clear, sorry.
I meant that you -should- write a COM component.

Configure the component in COM+ and delegate it as a process to a windows
user with the correct security priviliges to do remote requests.
ServerXMLHttp is also subject to IE security zone settings. The default
IWAM and IUSR accounts, have lowest settings.
Post by Lambuz
Regards
Lambuz
2005-12-31 16:47:24 UTC
Permalink
any ideas from any body ?

please help me
Dave Anderson
2006-01-02 19:17:12 UTC
Permalink
Post by Lambuz
any ideas from any body ?
please help me
http://msdn.microsoft.com/library/en-us/xmlsdk/html/97884cf6-5fdf-4b1f-8273-73c0e098b8f3.asp
--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.
Lambuz
2006-01-03 08:01:52 UTC
Permalink
sorry but in your url I can't find nothing more useful than I've
already know about ServerXMLHTTP.

Please could you be more clear ?

Best Regards
Lambuz
2006-01-04 14:40:17 UTC
Permalink
please any other ideas ?

or some more clear example ?
Loading...