hi,
I have an editable page and a read only page. The redirect reads from a database field and redirects as needed. This works fine on the old server 2003, we are moving to 2008R2. Now I didn't change the code at all but it's not working on the new server. It always goes to the read only page even if the flag is marked in the database. Not sure what I'm missing here:
if rsR("mod_signver")="1" then
response.redirect "signver_menu_ronly.asp?crcod="&Server.URLEncode(request.querystring("crcod"))&"&crloc="&Server.URLEncode(request.querystring("crloc"))&""
Response.Write("0000000000000")
end if