Problem redirecting

From: Tasha (toverton@investmentscorecard.com)
Date: 02/20/03


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



Relevant Pages

  • Re: Problem redirecting
    ... >>I have two web projects one on port 80 and one on port ... both using the same site server membership ... but when it is time for it to redirect ...
    (microsoft.public.inetserver.iis.security)
  • Re: Problem redirecting
    ... >redirection. ... >I have two web projects one on port 80 and one on port ... both using the same site server membership ...
    (microsoft.public.inetserver.iis.security)
  • Re: Visual Studio cant open web projects
    ... What is happening is VS .NET is trying to work on port 80. ... Check your web server and see if it is running. ... > local web projects. ... But this morning I couldn't open any web projects on ...
    (microsoft.public.dotnet.general)
  • IIS port other than 80 cause VS to complain
    ... I need to set the port for IIS to something other than 80. ... web projects, VS says it can't establish connection with the server. ...
    (microsoft.public.vsnet.general)
  • IIS port other than 80 cause VS to complain
    ... I need to set the port for IIS to something other than 80. ... web projects, VS says it can't establish connection with the server. ...
    (microsoft.public.vsnet.setup)