A virtual path is expected.

  • Thread starter Thread starter Hai Nguyen
  • Start date Start date
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
 
Back
Top