Hi everyone, i'm fairly new to c# programming so forgive me if this question seems silly. Basically my situation is that i've created a windows form application in visual studio 2008 and I want to make it available on the internet. Basically what this form does is ask the user a bunch of questions and records the answers in a text file. My goal is to simply give the URL of the website to my friends and they could go there to answer the questions and I want the text document saved onto the web server so I can retrieve it when I want. I guess what i'm asking is, is it possible to migrate a windows form easily to a website (without the user having to download the application and run it on their own computer because then I would have to somehow send the text file back to the website).
I hope i'm being clear. Can anybody provide any guidance?
Loading
AlexPosted May 25, 2008, 11:11 PM
Scott LyslePosted May 25, 2008, 12:08 AM
This is an interesting article; it might be of some use to you:
http://www.theserverside.net/discussions/thread.tss?thread_id=27477