Are there benefits to Classic ASP over ASP.net - Stack Overflow most recent 30 from stackoverflow.com2009-11-25T18:11:44Zhttp://stackoverflow.com/feeds/question/45179http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/45179/are-there-benefits-to-classic-asp-over-asp-net21Are there benefits to Classic ASP over ASP.netNip2008-09-05T03:19:57Z2009-11-11T17:41:26Z
<p>Having worked with Classic ASP for about 2 years now by creating a few 100 simple web forms I can't see a good reason for switching to .net; however, I'm not that versed in .net so I'm sure I could be missing a few things.</p>
<p>Some points that I often hear around work can be found here: <a href="http://www.packtpub.com/article/Classic-ASP" rel="nofollow">http://www.packtpub.com/article/Classic-ASP</a> (not that I share all of these thoughts, but it's a good jumping off point)</p>
<p>I'm very interested to hear what others have to say on this matter.</p>
http://stackoverflow.com/questions/45179/are-there-benefits-to-classic-asp-over-asp-net/45182#451827Answer by Greg Hurlman for Are there benefits to Classic ASP over ASP.netGreg Hurlman2008-09-05T03:25:13Z2008-09-05T03:30:17Z<p>Performance, scalability, and a framework that provides a much better foundation for the stateless world of web applications, for a start.</p>
<p><a href="http://en.wikipedia.org/wiki/ASP.NET#ASP.NET_compared_to_ASP_classic" rel="nofollow">Wikipedia's ASP.Net page has a section</a> on the differences.</p>
http://stackoverflow.com/questions/45179/are-there-benefits-to-classic-asp-over-asp-net/45184#451844Answer by ryw for Are there benefits to Classic ASP over ASP.netryw2008-09-05T03:26:54Z2008-09-05T03:26:54Z<p>For simple sites, I actually prefer ASP vs. ASP.NET, especially if you know HTML well. However with ASP, separating business logic from view is hard; the code you write will likely be challenging to read + maintain.</p>
<p>PHP is better than ASP though - and somewhat similar at the basic level. And you could always go to Rails or Django, if you're interested in self-contained web development stack (but a lot longer learning curve).</p>
http://stackoverflow.com/questions/45179/are-there-benefits-to-classic-asp-over-asp-net/45185#451855Answer by Joseph Daigle for Are there benefits to Classic ASP over ASP.netJoseph Daigle2008-09-05T03:27:31Z2008-09-05T03:27:31Z<p>One advantage to ASP.NET is that you have the option of coding your site exactly as you did with classic ASP, along with access to the richness of the .NET framework. You can keep existing functionality and add new ASP.NET functionality were needed. They mix well.</p>
<p>Unfortunately the author of the referenced <a href="http://www.packtpub.com/article/Classic-ASP" rel="nofollow">article</a> isn't very well versed in the technology behind ASP.NET as evident by his remarks (and maybe not even classic ASP). Most of his points are invalid or simply wrong.</p>
http://stackoverflow.com/questions/45179/are-there-benefits-to-classic-asp-over-asp-net/45186#4518639Answer by rp for Are there benefits to Classic ASP over ASP.netrp2008-09-05T03:27:57Z2008-09-05T20:59:54Z<p>You're missing more than a few things! ASP.NET is orders of magnitudes more productive, robust, and maintainable than old-school ASP ever thought about being. Server side controls, third-party controls, master pages, forms authentication, forms validation, an OO model than encourages appropriate application partitioning, easy deployment, built-in debugging and tracing, state management... geeze the list never ends.</p>
<p>And now, you even have the choice of classic Web forms or MVC. It's not an understatement to say that you are simply out of your mind if you don't thoroughly investigate what you're missing. </p>
http://stackoverflow.com/questions/45179/are-there-benefits-to-classic-asp-over-asp-net/45188#4518820Answer by John Sheehan for Are there benefits to Classic ASP over ASP.netJohn Sheehan2008-09-05T03:28:21Z2008-09-05T03:28:21Z<p>If you like ASP, and want to move to ASP.NET, skip Webforms and learn MVC.</p>
http://stackoverflow.com/questions/45179/are-there-benefits-to-classic-asp-over-asp-net/45201#452018Answer by FlySwat for Are there benefits to Classic ASP over ASP.netFlySwat2008-09-05T03:51:04Z2008-09-05T03:51:04Z<p>The biggest issue for me is that I create applications, not websites...The UI is a minor part of the problem, the big part is writing the business logic layer, and various enterprise communication components (Connecting to SAP using SOAP? No Problem!).</p>
<p>The .NET Toolkit allows me to program in a wonderful object oriented language (C#) and has a robust framework to help out.</p>
<p>VbScript is a godawful language to try and write a business application in.</p>
<p>However, if all you do is a simple little webform, then sure, use VbScript.</p>
<p>As far as your link, it basically boils down:</p>
<ul>
<li>WaaWaa, I don't like Visual Studio</li>
<li>WaaWaa, I want to edit production code on the production server like an idiot.</li>
<li>WaaWaa, I don't know that deploying a single compiled DLL is all that a small site needs to deploy a asp.net app.</li>
</ul>
<p>Basicly, its ignorance in a nutshell.</p>
http://stackoverflow.com/questions/45179/are-there-benefits-to-classic-asp-over-asp-net/45212#452121Answer by Kevin Sheffield for Are there benefits to Classic ASP over ASP.netKevin Sheffield2008-09-05T04:05:20Z2008-09-05T04:30:08Z<p>If all you make is simple little web pages, then do whatever. Or better yet learn PHP. Most of the response you are going to get are from people who make web applications, and for that asp.net blows the pants off of classic asp in power and maintainability though.</p>
http://stackoverflow.com/questions/45179/are-there-benefits-to-classic-asp-over-asp-net/45238#452385Answer by Guy for Are there benefits to Classic ASP over ASP.netGuy2008-09-05T04:42:02Z2008-09-05T04:42:02Z<p>I have one word "debugging" - you never want to have to use it but you always do. In .Net if you're using Visual Studio you have a fantastic debugger when compared to trying to debug code on ASP.</p>
http://stackoverflow.com/questions/45179/are-there-benefits-to-classic-asp-over-asp-net/45310#453106Answer by Guy for Are there benefits to Classic ASP over ASP.netGuy2008-09-05T06:07:20Z2008-09-05T06:07:20Z<p>If you look back at your old code and say, "What was I thinking! This is rubbish, I write code much better now!" then you have developed as a programmer.</p>
<p>If the sites are fairly temporary (i.e. you build it quickly, it gets used for a specific purpose and amount of time and then it is effectively closed) then banging out these sites in the most comfortable way for you is perfectly acceptable.</p>
<p>If you have a long list of bugs, fixes and improvements that you now need (or would like) to backport to your old sites, or your "small sites" are getting bigger and more complidated and this is causing you significant grief then you need to take a step back and re-evaluate how you structure and support these sites.</p>
<p>I would very much agree that ASP.NET is a very much more mature and effective programming environment. However, like any tool, you need to know (or learn) the right way to use it as it's not going to automatically turn you into a "super programmer" overnight.</p>
<p>A way to break the ice is to agree with your boss that the next "site" you create is developed in ASP.NET. Explain to him that it will take quite a lot longer than how you currently deliver sites because you have to "get your head around" ASP.NET, but the benefits are x,y and (exercise left to the reader!)</p>
<p>Personally, I'm still in the transition phase (and I started using ASP.NET from v1!) as I have a fairly robust Classic ASP framework I'm developed and comfortable with. However, I have used ASP.NET strategically and have found it VERY powerful and your do end up writing must less code, as so much is built into the .net framework, as long as you can find it in documentation.</p>
<p>I also recommend that you DONT use VB.NET and your bite the bullet to use C#. The change of language is quite minor, but you reduce the chances of writing your sites exactly the same was as you used to. It helps break the bad habits annd gives you a chance to learn new techniques.</p>
<p>Good Luck!</p>
http://stackoverflow.com/questions/45179/are-there-benefits-to-classic-asp-over-asp-net/45886#458866Answer by Joel Coehoorn for Are there benefits to Classic ASP over ASP.netJoel Coehoorn2008-09-05T14:04:42Z2009-07-01T12:40:05Z<p>To focus on the specific question ("benefits of Classic vs .Net"), there are only two things I can think of Classic does that .Net won't:</p>
<p>1) Includes. They just don't work like you expect in ASP.Net. Of course, ASP.Net provides much better ways of accomplishing the same thing, but it's still a bit of a loss and can make migrating an old site to .Net a pain.</p>
<p>2) ASP.Net won't go above the root folder for the application. Where I'm at we have a rather complex intranet that's still mostly classic ASP, with a smattering of .Net apps here and there as things are updated or new stuff added. It would be nice to be able to keep one copy of common code up fairly high in the folder hierarchy but still have each individual app isolated to it's own VD. But then, that's what source control is for, so it's not a big deal.</p>
<p>For me, the biggest advantage moving from Classic ASP and ASP.Net so far is the IDE. It's so nice to be able to right click on a function call and choose "Go to Definition" rather than having to dig around to find the file where the function is actually implemented. Huge time-saver. And intellisense support and type safety when calling functions is a boon as well.</p>
http://stackoverflow.com/questions/45179/are-there-benefits-to-classic-asp-over-asp-net/326522#3265221Answer by MatthewMartin for Are there benefits to Classic ASP over ASP.netMatthewMartin2008-11-28T19:49:39Z2008-11-28T19:49:39Z<p>Having done a "rename asp to aspx and change until it compiles" port of an application to asp.net I would say that even asp classic <em>style</em> programming in .NET is better than asp classic. VS of course will encourage you to fall into the pit of success and drive you towards the web forms and code-behind way of doing things, but the language is expressive enough to replicate the patterns of asp classic (namely lots of golden nuggets/inline code, cross posting pages, etc)</p>
<p>I think I've heard it said before that you can write COBOL in any language. That's true for classic asp.</p>
http://stackoverflow.com/questions/45179/are-there-benefits-to-classic-asp-over-asp-net/499921#4999213Answer by Carl Bruiners for Are there benefits to Classic ASP over ASP.netCarl Bruiners2009-02-01T00:44:43Z2009-02-01T00:44:43Z<p>Everyone here has made valid points.</p>
<p>I was a classic ASP developer until 3 yrs ago when I switched to .NET 2.0.</p>
<p>I couldn't go back (even though I do still have to fix a handful of classic ASP sites).</p>
<p>I do miss having a recordset object, data repeaters are great for displaying data quickly, but datasets, whilst offering wonderful functionality, are dame awful when it comes to performance on 'big' sites. In fairness I've been doing datasets in a roundabout way with Arrays in classic ASP. The only time I use datasets is for my e-commerce site baskets. I do miss rs.movenext, etc...</p>
<p>FlySwat has made one of the biggest mistakes that I see a lot of developers make.</p>
<p>Yes business logic, OO etc... that .NET brings is great (scalability I wouldn’t 100% agree with, but definitely more extensible), but when using ASP.NET you are still creating a WEB SITE. Forget this nonsense of using the terminology ‘application’. I have meet many great .NET developers who build n-tier, OO sites, but they have no real understanding of the uniqueness of building a web site; such as state, or the bloody annoying problem that they over rely on Javascript. Most of these developers build MS type sites which don't normally meet W3C, aren’t cross browser friendly and never gracefully degrade. And no it is not acceptable even for back office applications to be only compatible with IE.</p>
<p>.NET also tends to 'fatten' simple sites. .NET in many ways was a way of getting WinForm developers to start building web sites (or as they prefer, web apps.). The problem was that this brought with it a bunch of developers who had the luxuries not having to worry about state, standards, etc...</p>
<p>I still maintain that any .NET site can be built in classic ASP and run faster (page response times) for the end user....</p>
<p>...BUT though I have fond memories of classic ASP, what I can do with .NET in terms of imaging, encryption, compression, easy web service integration, proper OO, decent n-tier, extensibility, etc...is what gives .NET the advantage. Even silly things like simply adding one line of code to the web.config to tell it to write the sessionID to the querystring if the user doesn’t accept cookies (this was a pain in classic ASP) is great.</p>
<p>Move to .NET, you won’t regret it, but do give yourself sometime (particularly if you don’t know about OO (inheritance, abstraction, polymorphism and encapsulation). Don’t start building .NET sites in classic compatibility mode, it’s just a cheap way of doing .NET and you’ll still end up using classic ASP practises. If VBScript was your main development language, the jump is no were near as easy as MS or others would have you believe.</p>
<p>Most importantly for me is that I have carried across, from my classic ASP days, fundamental web site application (;-)) design and this should never change between languages.</p>
http://stackoverflow.com/questions/45179/are-there-benefits-to-classic-asp-over-asp-net/617545#6175451Answer by veeblefetzer for Are there benefits to Classic ASP over ASP.netveeblefetzer2009-03-06T02:39:38Z2009-03-06T02:39:38Z<p>I agree with everyone here except the one who said skip webforms and go straight to MVC. This is not helpful. Webforms is very useful for database-driven applications which do lots of table displays, etc. I have worked on some very large webforms applications and it works fine. MVC is good for more interactive "Web 2.0" type applications.</p>
http://stackoverflow.com/questions/45179/are-there-benefits-to-classic-asp-over-asp-net/725406#7254060Answer by Koistya Navin for Are there benefits to Classic ASP over ASP.netKoistya Navin2009-04-07T12:18:40Z2009-04-07T12:18:40Z<h2><a href="http://weblogs.asp.net/dwahlin/archive/2009/04/06/5-reasons-you-should-take-a-closer-look-at-asp-net-mvc.aspx" rel="nofollow">5 Reasons You Should Take a Closer Look at ASP.NET MVC</a></h2>
http://stackoverflow.com/questions/45179/are-there-benefits-to-classic-asp-over-asp-net/892227#8922272Answer by Pete Duncanson for Are there benefits to Classic ASP over ASP.netPete Duncanson2009-05-21T10:16:18Z2009-11-11T17:34:19Z<p>For me I'd have to say Classic ASP is quick to develop in, simple to use/pick up, not overly complicated and very capable of most things asked of it.</p>
<p>ASP with JScript/Javascript as the main language is really, really good fun to code with. VBScript is a waste of brain power and I think its that which gives Classic ASP its bad name. Plus its considered slow but all the articles about speed and number of users are based on 10+ year old servers. We run a site getting 60,000 users a day on two servers and the CPU barely flickers. Modern servers give you alot more power to play with.</p>
<p>With the huge leaps forward in Javascript usage, designs and best practises in recent years the ASP JScript coder can get alot of goodies to make life even easier. I've ported Mootools to server-side and with that we get an load of wonderful helps, class model, excellent event model and so much more. ASP is great fun. UPDATE: Mootools now have a server-side build that you can download (<a href="http://mootools.net/download" rel="nofollow">http://mootools.net/download</a>).</p>
<p>ASP.net is SUPER powerful but has a big ramp on the learning curve to do well, can bring your whole site down when it has one of its fits and worst for me can seem to really go around the houses to get the most simplest of things done.</p>
<p>I've having alot of fun using both at the minute, using which ever one best fits the gap. I've a great little CMS Cacher and Thumbnailer build in .net which my ASP scripts use. Best of both worlds.</p>
http://stackoverflow.com/questions/45179/are-there-benefits-to-classic-asp-over-asp-net/1066891#10668910Answer by bbqchickenrobot for Are there benefits to Classic ASP over ASP.netbbqchickenrobot2009-07-01T01:25:16Z2009-07-01T01:25:16Z<p>If you use classic asp at this point (without a mandate from your CTO) then you need to see a shrink. or you are a masochist. Or as satanist, in which case, you'd like it cuz you'd be in hell! :p </p>
<p>On a serious note... for web applications use WebForms. </p>
<p>For light, quick and dirty websites, use ASP.NET MVC. </p>
<p>Good thing about ASP is that you can use VB.NET, C#, Eiffel, Boo or PHP for your language! For PHP check out Phalanger...</p>