I'm trying to access the current users profile in my /base application. However, HttpContext.Current.Profile seems to always be null, when referenced through /base.
HttpContext.Current.User is not null, so I'm kind'a lost here - can anybody help? One of the URL's I'm testing: /base/images/delete/31.aspx
HttpContext.Current.Profile in /base
Hi,
I'm trying to access the current users profile in my /base application. However, HttpContext.Current.Profile seems to always be null, when referenced through /base.
HttpContext.Current.User is not null, so I'm kind'a lost here - can anybody help? One of the URL's I'm testing: /base/images/delete/31.aspx
Running 4.5.2 on MySql and IIS7.
is working on a reply...