Hi!,
Can any of my friends help me get rid of this. I have a line of code as to activate an ASP page:
-- http://localhost/xyz/something.asp
This works fine but like in JSP or Servlets we write:
../xyz/soemthing.jsp
to connect to the default folder. This isn't working in ASP.
What is the ASP equivalent of it?
Thanks.
-Navin.
Can any of my friends help me get rid of this. I have a line of code as to activate an ASP page:
-- http://localhost/xyz/something.asp
This works fine but like in JSP or Servlets we write:
../xyz/soemthing.jsp
to connect to the default folder. This isn't working in ASP.
What is the ASP equivalent of it?
Thanks.
-Navin.
Comment