Can you use relative addressing when using response.redirect; i.e something that would look like this
<% if session("superuser") <> true then response.redirect "../../../edit/logout.asp" %>
or does it have to be absolute addressing. For the life of me I can’t find this explicitly written anywhere and I have been using file and virtual to include other pages so I’m curious to know how redirect works. I apologise if this question is silly for some but I’m not an asp programmer, I am just helping updating an existing asp site.
Thank you for your time