customErrors redirect
I have setup my web.config like this and created the corresponding pages
<
customErrors
mode
=
"RemoteOnly"
defaultRedirect
=
"GenericErrorPage.htm"
>
<
error
statusCode
=
"403"
redirect
=
"NoAccess.htm"
/>
<
error
statusCode
=
"404"
redirect
=
"FileNotFound.htm"
/>
</
customErrors
>
Hello Kristian,
Thank you for using our services.
This is a known issue with applying view permissions and anonymous access. The page is restricted to certain users, however the property to deny anonymous access is not set which produces the 404 error. We have this issue logged for fixing.
Greetings,
Radoslav Georgiev
the Telerik team
I was hoping to see this in the RC so I could test it, it looks like it still always goes to 404?
Hi Kristian,
We will implement this in one of the next builds. The team was focused on Localization and Workflow and we did not manage to include requested implementation in the RC.
Best wishes,
Ivan Dimitrov
the Telerik team
Ah Ok, just wondering, I love the way localization works by the way :)
Hi Kristian,
Yes it is very cool. In 3.x translating of the embedded resources is very heavy procedure. If you have translated a language for 4.0, you can put it on marketplace.
Kind regards,
Ivan Dimitrov
the Telerik team