K
Keith G Hicks
I am trying to figure out how to get the UserID from aspnet_Users in my
vb.net code after the user logs in. I have code that's pretty much working
except for one thing. I need the value of the ApplicationID. I tried
HostingEnvironment.ApplicationID but that returns something like this:
'/LM/w3svc/1/ROOT/Website1'"
but I need the GUID that's in the ApplicationID column in the table
aspnet_Applications. Is there a way to get that without doing a SQL
statement in my VB code based on the application name?
Thanks,
Keith
vb.net code after the user logs in. I have code that's pretty much working
except for one thing. I need the value of the ApplicationID. I tried
HostingEnvironment.ApplicationID but that returns something like this:
'/LM/w3svc/1/ROOT/Website1'"
but I need the GUID that's in the ApplicationID column in the table
aspnet_Applications. Is there a way to get that without doing a SQL
statement in my VB code based on the application name?
Thanks,
Keith