Click here to Skip to main content
15,891,951 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDo we have a little nice. Net framework, such as: Castle, NHiBernate Pin
lrsoft200917-Nov-09 17:54
lrsoft200917-Nov-09 17:54 
AnswerRe: Do we have a little nice. Net framework, such as: Castle, NHiBernate Pin
lrsoft200917-Nov-09 18:07
lrsoft200917-Nov-09 18:07 
GeneralRe: Do we have a little nice. Net framework, such as: Castle, NHiBernate Pin
Abhijit Jana17-Nov-09 18:17
professionalAbhijit Jana17-Nov-09 18:17 
AnswerRe: Do we have a little nice. Net framework, such as: Castle, NHiBernate Pin
sashidhar17-Nov-09 18:19
sashidhar17-Nov-09 18:19 
QuestionChange Password controll probme Pin
Sagar.H.Mistry17-Nov-09 17:50
Sagar.H.Mistry17-Nov-09 17:50 
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 
I've the following on my web.config file:

<authentication mode= "Forms">
        <forms name=".ASPXFORMSDEMO" loginUrl="login.aspx"
   protection="All" path="/" timeout="30" />
      </authentication>
    </system.web>

    <!-- Require authorization for all files -->
    <!-- in the "member" subdirectory        -->

  <system.web>
    <authorization>
      <allow users="*" />
      <deny users="?" />
    </authorization>
  </system.web>

  <location path="images">
      <system.web>
        <authorization>
          <allow users="?" />
        </authorization>
      </system.web>
    </location>


This last section (path="images") its because not authorized users need to access image files so they can load login.aspx.

However, with this configuration, unauthorized users can access others .aspx, they are not redirect to login.aspx. They are allowed to access anywhere.

Why is it happening?
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 
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 

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.