Hi..
I have built a composite asp.net 2.0 webcontrol for my intranet which is hosted by an application pool that is run under a service account.
I am trying to find a solution where I can update the control with the client user id.
I thought that I could use a VBScript that is run on a Window_Onload on the client side of the webcontrol.
When I run this locally within the IDE (2005) I can correctly get the username, however when the page is uploaded to the server and running via the application pool, I don't get any username being returned.
Can anyone help out with a solution?
Thanks in adv..
I have built a composite asp.net 2.0 webcontrol for my intranet which is hosted by an application pool that is run under a service account.
I am trying to find a solution where I can update the control with the client user id.
I thought that I could use a VBScript that is run on a Window_Onload on the client side of the webcontrol.
When I run this locally within the IDE (2005) I can correctly get the username, however when the page is uploaded to the server and running via the application pool, I don't get any username being returned.
Can anyone help out with a solution?
Thanks in adv..