Aside from the rich array of controls (I know thats a big aside) what is the primary difference between say a C# application hosted on a web server that delivers HTML to a browser and an ASP.net solution. Lets say for this example, we include some javascript in the HTML to allow some client side processing - this makes the two methods even more similar, no?
I'm sure there are many conveniences with the ASP.NET way, but the core of "web server process interacting with client via HTML" is the same, true?
The reason I ask is, I'm presented with the need to deliver something along these lines and I don't know squat about ASP. NET....in case you haven't figured that out yet.
thanks.