my client uses credentials when logging into my IIS hosted Remoting service.
How do
I retrieve the userid that he logged in as.
Many Thanks
Dan Kelley - 25 Feb 2005 09:05 GMT
System.Web.HttpContext.Current.User I think.
HTH
Dan
> my client uses credentials when logging into my IIS hosted Remoting service.
> How do
> I retrieve the userid that he logged in as.
>
> Many Thanks