Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspdotnet_website_programming thread: SitePrincipal problem


Message #1 by "Tom" <daotruc@h...> on Mon, 19 Aug 2002 04:53:42
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.

  Return to Index