| View previous topic :: View next topic |
| Author |
Message |
jeff Guest
|
Posted: Sat Jan 15, 2005 6:33 am Post subject: Response.SendRedirect & Win 2003 |
|
|
On a Windows 2003 web server, an ISAPI Response.SendRedirect call doesn't seem to work. It just hangs when executed.
The exact same code works fine on Windows 2000.
Does anyone know what the problem is?
|
|
| Back to top |
|
 |
Rich Bakos Guest
|
Posted: Sat Jan 15, 2005 3:50 pm Post subject: Re: Response.SendRedirect & Win 2003 |
|
|
jeff wrote:
Jeff,
| Quote: | Does anyone know what the problem is?
|
You need to use a root relative path to your action -
Response.SendRedirect('/path/isapi.dll/action').
Rich Bakos
|
|
| Back to top |
|
 |
jeff Guest
|
Posted: Sat Jan 15, 2005 4:51 pm Post subject: Re: Response.SendRedirect & Win 2003 |
|
|
Rich,
I have tried every possible combination of paths. I have even tried to redirect to a completely different web site like:
Response.SendRedirect ('http://www.espn.com');
That doesn't work either.
- Jeff
"Rich Bakos" <rbakos (AT) no (DOT) org> wrote:
| Quote: | jeff wrote:
Jeff,
Does anyone know what the problem is?
You need to use a root relative path to your action -
Response.SendRedirect('/path/isapi.dll/action').
Rich Bakos
|
|
|
| Back to top |
|
 |
|