Problem redirecting
From: Tasha (toverton@investmentscorecard.com)
Date: 02/20/03
- Next message: mike beste: "SMTP Virtual Server: How do I make the source port stop using a random port?"
- Previous message: joel: "Re: Secure FTP site"
- Next in thread: David Wang [Msft]: "Re: Problem redirecting"
- Reply: David Wang [Msft]: "Re: Problem redirecting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Tasha" <toverton@investmentscorecard.com> Date: Thu, 20 Feb 2003 13:04:42 -0800
I have two web projects one on port 80 and one on port
87, both using the same site server membership
directory. The one on
port 80 works fine, but the one on port 87, I can get it
to authenticate, but when it is time for it to redirect
to a page on the web site it attaches the url to the
querystring instead of redirecting it, ex:
http://web_server:87/_mem_bin/FormsLogin.asp?/SystemAccess
/xtCheckUser.asp?frNameQ=&URL=
it should be going to:
http://web_server:87/SystemAccess/xtCheckUser.asp?
frNameQ=&URL=
from:
Response.Redirect "/SystemAccess/xtCheckUser.asp?
frNameQ=" & Request.Cookies("frName") & "&URL=" &
Server.URLEncode(strURL)
Is there a setting or something that is missing?
Thanks,
Tasha
- Next message: mike beste: "SMTP Virtual Server: How do I make the source port stop using a random port?"
- Previous message: joel: "Re: Secure FTP site"
- Next in thread: David Wang [Msft]: "Re: Problem redirecting"
- Reply: David Wang [Msft]: "Re: Problem redirecting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|