Hi everybody.

I'm trying to send some data to an aspx page in order to store it in a database.
Unfortunately, I found that:

.send("page.aspx", "_blank") **WORKS**
.sendAndLoad("page.asp", responseObject) **WORKS**
.sendAndLoad("page.aspx", responseObject) **GRRR NOT WORKING!!!!**

this happens with both LoadVars And XML objects.
Is there a way to fix this? I think the Flash engine opens the aspx as a file, not as a WebPage.
Such an annoying thing...