Re: Global.asax

  •  06-24-2009, 2:34 AM

    Re: Global.asax

    Hi,
     
    The GetUserInfo is wrong.
     
    You should use the parameter 'loginName' , but not the httpcontext.
     
    And you use sql to get user info , you would better cache the result , because that function is called frequantly.
     
    Regards,
    Terry
View Complete Thread