nivini
Programmer
- Mar 24, 2004
- 64
In my code i have :
<%response.redirect server.MapPath("/folder1/horse.asp")%>
now this yields "the page cannot be displayed"
when i change it to:
<%response.redirect "it works, and i can see 'horse.asp'.
What is the reason for this error?
many thanks
nivini
<%response.redirect server.MapPath("/folder1/horse.asp")%>
now this yields "the page cannot be displayed"
when i change it to:
<%response.redirect "it works, and i can see 'horse.asp'.
What is the reason for this error?
many thanks
nivini