G
Guest
Hi,
I'm creating an ASP.NET Web Application in vs 2005 (VB) and need to get the
location of the users User profile. The code below works...
Environment.ExpandEnvironmentVariables("%UserProfile%"))
...But when you upload the website onto the server it retrieves the servers
user profile location and not the users.
Is there anyway to retrieve the user profile of a given user?
Thanks for you help and time
I'm creating an ASP.NET Web Application in vs 2005 (VB) and need to get the
location of the users User profile. The code below works...
Environment.ExpandEnvironmentVariables("%UserProfile%"))
...But when you upload the website onto the server it retrieves the servers
user profile location and not the users.
Is there anyway to retrieve the user profile of a given user?
Thanks for you help and time