Yes, thank you for quick response and I apologize for vagueness in issue.
If i could explain this a bit:
We have URL rewriting at the global.asax and httphandlers level.
We then have our Contact Form (containing the RadCaptcha control) in a Web User Control.
That user control is located at:
~/controls/ticc/public/ContactForm.ascx
It is then contained in a web form located at:
~/sales/default.aspx
The user can navigate to that web form using a number of paths and these paths dictate the information displayed.
So the URL could expand out quite a bit (/sales/CARGO/WELLS-CARGO) or resolve directly to /sales/default.aspx.
I have noticed in web forms that are in the root of the application, the radcaptcha displays just fine.
does that give you insight? or do you need more? here is contactform.ascx