PDA

View Full Version : Need to learn ASP .NET fast



tpann
January 8th, 2009, 04:57 PM
First, just FYI, I'm a Trainer, not a designer, not a developer.

I recently succeeded in using PHP to get data out of a Flash training quiz I've developed and into a .txt file. I did this on my own laptop using WAMPServer to simulate a hosting environment.

Then I went to my IT department and asked for a server to host the quiz so the people in my company could do the training. They said our servers are Windows Server 2003 / .Net 3.5 / ASP.Net environment, and do not support PHP.

I didn't know anything about PHP before this, nor anything about hosting, but I made my way via Google and some tutorials and forums. I know absolutely nothing about ASP .NET. I'm pretty clueless overall. Now I'm faced with needing to learn ASP .NET -- just enough of it to get my quiz data out of Flash into some permanent medium, in the same way I had to learn that bit of PHP.

I plan to do more searching on this forum for that information, but I'm hoping someone can point me in the direction of a good resource for some quick hands-on learning. I don't have the time to learn all the ins and outs of a new programming language (and my company would throw a fit if I tried to).

BTW, I'm posting this on the AS3 forum on purpose -- ultimately I need to learn ASP .NET but I only need to learn this aspect that's relevant to interacting with Flash.

Thanks!

scottc
January 8th, 2009, 05:24 PM
http://www.google.com/search?q=asp+writing+to+the+file+system
http://www.w3schools.com/asp/asp_ref_filesystem.asp

Got lots of good google results.

Just change the url in your flash project to .asp instead of .php
and POST/GET the same information to it.

tpann
January 8th, 2009, 06:12 PM
Thanks Scott!

tpann
February 17th, 2009, 02:13 PM
Bump.

Hoping for some help for a beginner. The links provided above do not appear to be related to Flash.

manolie
February 19th, 2009, 06:09 AM
So, have you found what you where looking for?

tpann
March 28th, 2009, 12:46 AM
Nope. Not sure what the google searches above were supposed to give me. I didn't find anything there of any use.