I tried 10 different things, but nothing seems to work, the web.config customErrors, redirect page is always ignored.., with composite c1.
i want to redirect to an invalid page, in my composite app created, but always redirects to
HTTP Error 404.0 - Not Found page with a lot of description in it.. , where is this page ?
the policies of my enterprise, don t want that,
they want a simple NOT FOUND PAGE
I tried comment this line in global.asax also, and also in the Application_Error method to catch the 404 with no success at all...
// Routes.Register404Route(routes);
i want to redirect to an invalid page, in my composite app created, but always redirects to
HTTP Error 404.0 - Not Found page with a lot of description in it.. , where is this page ?
the policies of my enterprise, don t want that,
they want a simple NOT FOUND PAGE
I tried comment this line in global.asax also, and also in the Application_Error method to catch the 404 with no success at all...
// Routes.Register404Route(routes);