I have a weird problem. I'm making an application page public using
protected override bool AllowAnonymousAccess
{
get
{
return true;
}
}
I use the same way for other application pages and it's ok, but for this one it doesn't work as it should be. I don't understand why..