473,509 Members | 2,763 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ServerXMLHTTP and impersonation

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

Dec 21 '05 #1
10 3601
any idea ?

please help me

Dec 22 '05 #2

"Lambuz" <la*****@gmail.com> wrote in message
news:11**********************@g49g2000cwa.googlegr oups.com...
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

Dec 26 '05 #3
Thx fror your answer but I think you have posted it in the wrong post.

bye

Dec 27 '05 #4
any ideas from any body ?

please help me

Dec 31 '05 #5
Lambuz wrote:
any ideas from any body ?

please help me


http://msdn.microsoft.com/library/en...c0e098b8f3.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.
Jan 2 '06 #6
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

Jan 3 '06 #7
please any other ideas ?

or some more clear example ?

Jan 4 '06 #8

"Lambuz" <la*****@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
Thx fror your answer but I think you have posted it in the wrong post.

bye


My answer was correct. Is something not clear?

Jan 11 '06 #9
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

Jan 11 '06 #10

"Lambuz" <la*****@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
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.
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.

Regards


Jan 30 '06 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
6772
by: Steve Troxell | last post by:
I am trying to use ServerXMLHTTP in an ASP page to return a binary file download to the browser. It works just fine with small files ( under 1 MB) but seems to fail with large files (4 MB, 11 MB in...
0
1272
by: Mike D | last post by:
I have been reading these posts and I thought I may be able to use serverXMLhttp for my current problem. My company requires all of their divisions to use the same template for intranet sites. ...
1
3561
by: mohn3310 | last post by:
We're having some problems with foreign characters using ServerXMLHTTP. We have an asp page that calls a function in COM through ServerXMLHTTP. The COM component returns xml data. If that data...
1
6556
by: Raúl Martín | last post by:
I´ve a function in asp that run correctly but If I tried to change it forasp.net in asp: xmlHTTP = CreateObject("Microsoft.XMLHTTP") And I thought to use this sentence for asp.net but the...
2
8716
by: Maris Janis Vasilevskis | last post by:
Hi, Is it possible to force HttpWebRequest to do exactly (not approximately) the same as MSXML2.ServerXMLHTTP does? More details. I port JScript to JScript.NET I have a server (ASP invoking...
8
3936
by: Dave Brown | last post by:
I am attempting to post to a url (https://FakeURL/logon.asp) using the HttpWebRequest class. The response for a succesful post will contain the html for the logon user's default page. We've...
7
2394
by: Ed McNierney | last post by:
I'm trying to use ServerXMLHTTP on an ASP (not ASP.NET) page to retrieve large binary data from a remote server. When the request is large (more than a few megabytes), the ServerXMLHTTP page jumps...
3
996
by: Lambuz | last post by:
Hi all, I've got this terrible problem. I've two Win2000 Advanced Server (ServerA and ServerB) both part of an Active Directory. The Active Directory Server is named ServerC. On ServerA I've...
2
10682
by: Ramya A | last post by:
Hi All: I have a .NET webservice accepting an XML request document as a parameter How do I call this webservice with ServerXMLHTTP object from my VB6.0 client? I have enabled the HttpPost...
0
7135
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...
0
7342
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,...
1
7067
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7505
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...
1
5060
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...
0
4729
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3215
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...
1
774
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
440
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.