I has deploy my asp web application to my server already. However I having a problem about the URL. Let say my websiste address is: http://mixsol.no-ip.biz/testing2/Module/Admin/Role/CreateRoleSetup.aspx
I want to response user to error page when user key in the invalid address: For example:
http://mixsol.no-ip.biz/testing2/
http://mixsol.no-ip.biz/testing2/Module/
http://mixsol.no-ip.biz/testing2/Module/Admin
and others
How can I ensure the user is key in the valid address?