Hi,
i have my app wherein i am redirecting to other pages from my code behind for eg:
Response.Redire ct("\MyVirtualD irName\Admin.as px").
However this is a bit tightly bound in the sense that if i were to change the name
of my virtual directory then the applicatio n would break.
So if there any other way to do this.. can it be done through the we.config.
Thanks
i have my app wherein i am redirecting to other pages from my code behind for eg:
Response.Redire ct("\MyVirtualD irName\Admin.as px").
However this is a bit tightly bound in the sense that if i were to change the name
of my virtual directory then the applicatio n would break.
So if there any other way to do this.. can it be done through the we.config.
Thanks
Comment