Alright Adam,
I did that and get the same kind of error in my browser status bar. Well, I noticed something. As soon as I call the form either Form2.aspx or the newly copied Form1.aspx from another form in the WORMS/FORMS forlder (say BaseForm.aspx) using Reponse.Redirect, the URL still shows WORMS/FORMS/BaseForm.aspx though I can see Form1.aspx or Form2.aspx.
There are some dropdowns in the form and when I select an item in the dropdown (basically make a post back), the URL changes to the correct location and the error in my browser's status bar is gone.
Any ideas?
Praveen