Re: Security (Urgent!!!)
From: Vinod (vinod_at_erivasystems.com)
Date: 06/29/05
- Next message: Rob Meade: "Re: writing to another server under the same domain"
- Previous message: Dominick Baier [DevelopMentor]: "Re: Authentication Redirect to login doesn't work"
- In reply to: Dominick Baier [DevelopMentor]: "Re: Security (Urgent!!!)"
- Next in thread: Dominick Baier [DevelopMentor]: "Re: Security (Urgent!!!)"
- Reply: Dominick Baier [DevelopMentor]: "Re: Security (Urgent!!!)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 29 Jun 2005 07:52:34 +0530
I am just using Reponse.Redirect.
My code is working fine locally , but when i upload to the server it doesnot
work
regards
vinod
"Dominick Baier [DevelopMentor]" <dbaier@pleasepleasenospamdevelop.com>
wrote in message news:523797632555555142675177@news.microsoft.com...
> Hello Vinod,
>
> like this :
>
> Response.Redirect(FormsAuthentication.GetRedirectUrl(txtUsername.Text,
false));
>
> ??
>
> i have a full working example on my blog - maybe this clarifies things
> http://www.leastprivilege.com/content/binary/FormsAuthBestPractice.zip
>
> ---------------------------------------
> Dominick Baier - DevelopMentor
> http://www.leastprivilege.com
>
> > I user response.redirect and it doesnot redirect to the location
> > instead it adds the path as a query string to the url
> >
> > regards
> > vinod
> > "Dominick Baier [DevelopMentor]"
> > <dbaier@pleasepleasenospamdevelop.com> wrote in message
> > news:521813632555027199394443@news.microsoft.com...
> >
> >> Hello Vinod,
> >>
> >> what do you use to redirect back?
> >>
> >> ---------------------------------------
> >> Dominick Baier - DevelopMentor
> >> http://www.leastprivilege.com
> >>> Hi,
> >>>
> >>> I am developing a aspx login screen based on the roles
> >>> (Admin,User). If
> >>> the role is Admin he needs to acess a
> >>> particular folder in the system.
> >>> If the role is User he needs to access another folder in the
> >>> system.
> >>> How can i accomplish it.
> >>> Currently i am using this code but its not working fine
> >>> <location path="alfa/admin">
> >>> <system.web>
> >>> <authorization>
> >>> <allow roles ="Admin" />
> >>> <deny users="*" />
> >>> </authorization>
> >>> </system.web>
> >>> </location>
> >>> <location path="engine">
> >>> <system.web>
> >>> <authorization>
> >>> <allow roles ="Users"/>
> >>> <deny users="*" />
> >>> </authorization>
> >>> </system.web>
> >>> </location>
> >>> In the login screen if i enter a valid login also it is not
> >>> redirecting it to a page in the admin folder . It attaches the
> >>> redirection url and stays in the same page.
> >>> Any Help will be very grateful
> >>>
> >>> Regards
> >>> Vinod
>
>
>
- Next message: Rob Meade: "Re: writing to another server under the same domain"
- Previous message: Dominick Baier [DevelopMentor]: "Re: Authentication Redirect to login doesn't work"
- In reply to: Dominick Baier [DevelopMentor]: "Re: Security (Urgent!!!)"
- Next in thread: Dominick Baier [DevelopMentor]: "Re: Security (Urgent!!!)"
- Reply: Dominick Baier [DevelopMentor]: "Re: Security (Urgent!!!)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|