E
Eugene
Hi
I user Server.Transfer "MyTest.asp" to redirect the ASP page and it went through successfully
If I used Server.Transfer "MyTest.asp?R=22
The system return "An invalid character was specifiied in the Path parameter for the MapPath method." error
(It seems that system treat parameter string as body of path
This ASP works fine in Windows NT server, but it does not work on Windows 2003 server
Where I am doing wrong
Thanks
I user Server.Transfer "MyTest.asp" to redirect the ASP page and it went through successfully
If I used Server.Transfer "MyTest.asp?R=22
The system return "An invalid character was specifiied in the Path parameter for the MapPath method." error
(It seems that system treat parameter string as body of path
This ASP works fine in Windows NT server, but it does not work on Windows 2003 server
Where I am doing wrong
Thanks