Click here to Skip to main content
15,906,574 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Change Password controll probme Pin
sashidhar17-Nov-09 18:01
sashidhar17-Nov-09 18:01 
AnswerRe: Change Password controll probme Pin
lrsoft200917-Nov-09 18:02
lrsoft200917-Nov-09 18:02 
QuestionProblem with Form based authentication Pin
Maxdd 717-Nov-09 17:29
Maxdd 717-Nov-09 17:29 
AnswerRe: Problem with Form based authentication Pin
sashidhar17-Nov-09 17:46
sashidhar17-Nov-09 17:46 
GeneralRe: Problem with Form based authentication Pin
Maxdd 717-Nov-09 19:19
Maxdd 717-Nov-09 19:19 
GeneralRe: Problem with Form based authentication Pin
sashidhar17-Nov-09 20:05
sashidhar17-Nov-09 20:05 
AnswerRe: Problem with Form based authentication Pin
AlexeiXX318-Nov-09 6:01
AlexeiXX318-Nov-09 6:01 
GeneralRe: Problem with Form based authentication Pin
Maxdd 718-Nov-09 6:15
Maxdd 718-Nov-09 6:15 
AlexeiXX3 wrote:

But never use allow users = "*" as the first rule, because oncea rule applies the ones below are ignored


Yes that was the problem.

So what I did is just put all files (except login.aspx) on a folder members, and then all I just need is that:

<location path="members">
      <system.web>
        <authorization>
          <deny users="?" />
        </authorization>
      </system.web>
    </location>

Questionhow can i view crystal report on an apche server, not IIS on windows server 2003 ? Pin
amran imu17-Nov-09 15:39
amran imu17-Nov-09 15:39 
AnswerRe: how can i view crystal report on an apche server, not IIS on windows server 2003 ? Pin
Christian Graus17-Nov-09 15:42
protectorChristian Graus17-Nov-09 15:42 
GeneralRe: how can i view crystal report on an apche server, not IIS on windows server 2003 ? Pin
amran imu17-Nov-09 15:58
amran imu17-Nov-09 15:58 
GeneralRe: how can i view crystal report on an apche server, not IIS on windows server 2003 ? Pin
Christian Graus17-Nov-09 15:59
protectorChristian Graus17-Nov-09 15:59 
GeneralRe: how can i view crystal report on an apche server, not IIS on windows server 2003 ? Pin
amran imu17-Nov-09 16:06
amran imu17-Nov-09 16:06 
GeneralRe: how can i view crystal report on an apche server, not IIS on windows server 2003 ? Pin
Christian Graus17-Nov-09 16:10
protectorChristian Graus17-Nov-09 16:10 
GeneralRe: how can i view crystal report on an apche server, not IIS on windows server 2003 ? Pin
raihansazal17-Nov-09 16:15
raihansazal17-Nov-09 16:15 
GeneralRe: how can i view crystal report on an apche server, not IIS on windows server 2003 ? Pin
amran imu17-Nov-09 16:21
amran imu17-Nov-09 16:21 
GeneralRe: how can i view crystal report on an apche server, not IIS on windows server 2003 ? Pin
Christian Graus17-Nov-09 16:27
protectorChristian Graus17-Nov-09 16:27 
AnswerRe: how can i view crystal report on an apche server, not IIS on windows server 2003 ? Pin
amran imu5-Dec-09 21:33
amran imu5-Dec-09 21:33 
QuestionCrystal Report ''Load report failed" Pin
HatakeKaKaShi17-Nov-09 15:16
HatakeKaKaShi17-Nov-09 15:16 
AnswerRe: Crystal Report ''Load report failed" Pin
Christian Graus17-Nov-09 15:58
protectorChristian Graus17-Nov-09 15:58 
GeneralRe: Crystal Report ''Load report failed" Pin
HatakeKaKaShi17-Nov-09 15:59
HatakeKaKaShi17-Nov-09 15:59 
AnswerRe: Crystal Report ''Load report failed" Pin
Christian Graus17-Nov-09 16:01
protectorChristian Graus17-Nov-09 16:01 
GeneralRe: Crystal Report ''Load report failed" Pin
HatakeKaKaShi17-Nov-09 16:08
HatakeKaKaShi17-Nov-09 16:08 
Questionuploading published website via FTP Pin
laziale17-Nov-09 9:33
laziale17-Nov-09 9:33 
AnswerRe: uploading published website via FTP Pin
AlexeiXX317-Nov-09 10:37
AlexeiXX317-Nov-09 10:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.