Re: View Type of Protocol




John Saunders wrote:
"czuvich" <czuvich@xxxxxxxxx> wrote in message
news:1165267153.920773.241800@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Does anyone know how to in ASP.NET (VB.NET) to display the current
protocol being used between a client and server? I noticed that IIS/SQL
Server can use Named Pipes if TCP/IP is not available. Does anyone know
how to programmatically see which protocol is being used? Thanks.

It always uses HTTP or HTTPS. The client is a browser and can't use named
pipes.

John

I see. Well is there a way to programmatically display the protocol
being used between the IIS Server and the SQL Server in a client
browser? I am having an issue where a random NT AUTHORITY problem comes
up. We are using delegation and I am thinking that the Named Pipes is
something that may be causing this problem.

.



Relevant Pages

  • Re: network booting
    ... So the client would need to tell on which offset into on of the ... The client asks the server to open a specific file (by ... component of DOS 3.3, as well as RWTS. ... code on the C64 can send commands (using a serial protocol called IEC) ...
    (comp.sys.apple2)
  • Re: client -server interaction over XML supporting multiple protocols
    ... > NETBEUI to access the server to access the functionalities exposed. ... > server doesnot know in advance which client is using what protocol. ... size of the XML and Xfunctionality will determine the demands ...
    (comp.lang.cpp)
  • Re: what type of socket should I use?
    ... Essentially the server just waits till it gets a message ... | from the client and on reciept of a message it send ... sockets, Named Pipes, or Shared Memory ... Unix Domain Sockets is similar to Named Pipes. ...
    (comp.os.linux.networking)
  • Re: what type of socket should I use?
    ... Essentially the server just waits till it gets a message ... | from the client and on reciept of a message it send ... sockets, Named Pipes, or Shared Memory ... Unix Domain Sockets is similar to Named Pipes. ...
    (comp.os.linux.development.apps)
  • Re: Delegation???
    ... EFS in Win2k relies on delegation working over named pipes, ... client and server, where the server can connect to another server as well. ...
    (microsoft.public.platformsdk.security)

Loading