Hi
i have a page that displays an image based on the parameter value coming from the previous page.
i want to restrict the user from manually manupulating the query string and user should not be able to view the page
eg
i have a page that should always have a URL as
www.abc.com/image.aspx?id=87654
now i want that user shuld not be able to access the page as
www.abc.com/image.aspx
Presently when i hit the above URL it gives the .net application error which i dont want. The user should be redirected to some defined error page
i have a page that displays an image based on the parameter value coming from the previous page.
i want to restrict the user from manually manupulating the query string and user should not be able to view the page
eg
i have a page that should always have a URL as
www.abc.com/image.aspx?id=87654
now i want that user shuld not be able to access the page as
www.abc.com/image.aspx
Presently when i hit the above URL it gives the .net application error which i dont want. The user should be redirected to some defined error page