aspdotnet_website_programming thread: SitePrincipal problem
PhilePage.aspx,
if (!(Context.User is SitePrincipal))
{
// Get user info from the database
}
The above condition is always true. Therefore
the application hits the database every time I refreshed
the page. Does anyone knows how to resolve this
problem? I don't want it to call the database
and retrieve user info every time. Thanks.
|





