what would be better to use asp or aspx because I know vb.net, but I don't need the page to have anything on it, I just need it to handle data. so would asp be a better format to go with?
the following code is in actionscript in flash. the myXML.send(); sends the xml data to my aspx page. how do I get that asp code to recieve the myXML data and then write it to the text file test.txt?
*ignore the link it made of my local host
Code:
myXML = new XML();
myXML.ignoreWhite = true...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.