If you can make flash hit a web page with either GET or POST data then you can do whatever you like with the ASPX. Probably better to use POST so you don't get problems with data length restrictions. Just post some data to an ASPX page and then use the regular .NET tools to do as you like.
-
Peter