Click to See Complete Forum and Search --> : redirecting to a coldfusion page from asp.net


vbnov
June 7th, 2006, 10:20 AM
HOw can I redirect to a coldfusion page which resides in a different folder in the wwwroot. Help is greatly appreciated. Thnx

HanneSThEGreaT
June 8th, 2006, 03:52 AM
You can use Response.Redirect to redirect to another page / site

vbnov
June 8th, 2006, 09:51 AM
Thnx for your response.

I did try the response.redirect method. The output file was not found. :(

Any other ideas?

Thnx

vbnov
June 15th, 2006, 01:53 PM
I am trying to redirect to a coldfusion page which resides in another folder inside the wwwroot from a asp:hyperlink control.

Is that possible to do? Any response greatly appreciated.

Thnx