I am reading that C# is a compiled language and it is the best language for developing web applications. I write classical asp where I put all my code in the body of the asp page. Then I leanred to put my code in vb com (dll) then call the com from within asp page. This makes my asp page much fater then what I used to do. Now with C#, since it is compiled code. I assume the aspx page will be fast and I do not need to put my code in com to make it faster. Any comments from Pros.
Thanks
Al
Thanks
Al