asp.net - Need to load an appropriate master page for an error page -
We have implemented two master pages, parent master page (without menu) and child master page (with menu) . Whenever an error occurs on any website, we redirect the request to the error page. Some of our website pages have been configured from the original master page and the rest is with the child's master page. The error page is a normal page where we want to identify the requester page and this is a master page, so the same master page can be configured in depth on the error page.
There is a method specified on the MSDN blog about accessing members on the master page (), but I did not try to apply it due to the following query.
-
Should I define a query string "color" parameter? Do I have to change the request URL? I can not convert it to our website's error page because the error page is the internal page itself. Please advise.
-
I read the comments after the post, and it seems that the posts are not working specificly. Please give clarification.
In addition to this, I tried with it. The first page. Master page file, but it is empty in my case.
Any other possible solution Can anyone give me feedback on the question that I had placed on the above post?
Comments
Post a Comment