Re: Client Information



Ok, in detail...
I have created a WebService in VS 2005 using C# that returns the results
of a database search in an XML dataset .
The purpose is to allow clients access to this webservice so that they
can utilize the search options I make public through the webservice. By
doing it this way clients who use this service should be able to incorporate
my data into their website as if it were their own.
What I am trying to record is the URL of the page that accessed the
webservice and the IP of the domain that page is under.
For example:
The company XYZ.com (IP: 111.111.111.111) would like to use my data
on their website. using the webservice I have created they access the
webservice through code on www.xyz.com/search.aspx which returns an XML
dataset which they can display on their page.
In this example what I would like to record is "www.xyz.com/search.aspx"
and "111.111.111.111".

Let me know if that still doesn't make sense.
Thanks,
-Scott


"John Saunders [MVP]" <john.saunders at trizetto.com> wrote in message
news:uNApLolHIHA.1208@xxxxxxxxxxxxxxxxxxxxxxx
"Scott Elgram" <SElgram@xxxxxxxxxxxxxx> wrote in message
news:%23$GsojmGIHA.284@xxxxxxxxxxxxxxxxxxxxxxx
Hello,
I have a webservice designed in VS 2005 using C#. I would like to
know
the URL and the IP addresses of the people who are accessing my service.
Is
this a possibility? if so how?

What do you mean, "URL"? What do you mean, "people"? People don't have
URLs,
and URLs don't access web services. Please give us more detail.
--
--------------------------------------------------------------------------
------
John Saunders | MVP - Windows Server System - Connected System Developer




.



Relevant Pages

  • Re: Client Information
    ... of a database search in an XML dataset. ... The purpose is to allow clients access to this webservice so that they ... IP addresses belong to the Network ... This means that the Network layer can do whatever it wants to with an ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: little help with datagrid
    ... The datagrid looks when you go deeper in it almost special made for the ... The webservice is completly optimized around using the XML dataset ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Using web service
    ... I am curious why you ignore my complete working sample of an XML dataset ... with a webservice which does almost exactly as you describe (except the ... Cor ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Property change notification
    ... Are you using a real webservice or are you calling your application a webservice? ... i want to create a more friendly interface than what is provided by the terrible website. ... In the Employee class, I'll enumerate all properties, and post only those that IsDirty=true. ... I would rather notify the Employee class that a property has changed so that I can store that property and enumerate that list during a Save. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Zugriff auf SQL-Server
    ... habe mittlerweile herausgefunden, dass ich diesen Fehler nur bekomme, wenn ich die Website auf den IIS publishe. ... Wenn ich im VS 2005 die Website in das Verzeichnis kopiere, dann funktioniert der Webservice so wie er soll. ... cs-Datei auf dem IIS liegen habe. ... Marcel hat ein Problem beim Zugriff aus dem WebService auf den SQL Server mit einer separaten Kennung, die der SQL Server mit eingestellter gemischter Authentifizierung eigentlich verarbeiten sollte. ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)

Loading