Mono Support Redirection to login.aspx on a authorization requiring page (Closed)

Viewed 11184 time(s), 3 post(s), 4/6/2012 11:33:48 AM - by inanc
4/6/2012 11:33:48 AM
469 Reputation 60 Total posts

Hello,

I could not find a solution to change the default login page on MonoX. Forexample there is a page requiring authorization in order to see the content. If you are not authorized then you are redirected default Monox Login page. My wish is to set that login page according to my special requirements. How can I do that?
Thank you.
Inanc

1
4/6/2012 11:41:52 AM
469 Reputation 60 Total posts

I am sorry . After a little bit searching, I foud that the parameter that I've mentioned above is in web.config. As

<forms name=".MonoX2" slidingExpiration="true" cookieless="UseCookies" protection="All" timeout="129600" loginUrl="/login.aspx" />

You can set the default page according to your requirements.

Thanks
Inanc

2
4/6/2012 11:49:26 AM
1849 Reputation 181 Total posts

Hi,

Yes, this is the correct way for redirect to the custom login page.

Regards

3
This is a demo site for MonoX. Please visit Mono Software for more info.