A virtual path is expected.

  • Thread starter Thread starter Hai Nguyen
  • Start date Start date
H

Hai Nguyen

Everything works fine. I got that error don't know how to fix

Thanks
 
Based upon the information you supplied I can tell you absolutely nothing.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
? What are you talking about....we'll need more info.

Short answer, give a virtual path
 
I have webpage generates another page. When I use server.transfer(...) which calls another file in a subfolder. I don't know why it gives me this error.
"Invalid path for child request ....A virtual path is expected. "
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.


Would you please tell me how to fix?

Thanks
 
show the specific value in the Server.Transfer()
It can NOT be a c:\path\to\file, it needs to be a valid URL

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com


I have webpage generates another page. When I use server.transfer(...) which
calls another file in a subfolder. I don't know why it gives me this error.
"Invalid path for child request ....A virtual path is expected. "
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.


Would you please tell me how to fix?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top