K
K Viltersten
According to the example at the following
location, i should use the following code
in order to obtain the current credentials.
Link:
http://msdn.microsoft.com/en-us/lib...sauthenticationconfiguration.credentials.aspx
Code:
FormsAuthenticationCredentials currentCredentials =
formsAuthentication.Credentials;
However, the "formsAuthentication" seems
not to be declared or detected. What is
missing on the site (alternatively, what
did i miss to realize)?!
Regards
Konrad Viltersten
location, i should use the following code
in order to obtain the current credentials.
Link:
http://msdn.microsoft.com/en-us/lib...sauthenticationconfiguration.credentials.aspx
Code:
FormsAuthenticationCredentials currentCredentials =
formsAuthentication.Credentials;
However, the "formsAuthentication" seems
not to be declared or detected. What is
missing on the site (alternatively, what
did i miss to realize)?!
Regards
Konrad Viltersten