23
votes
16answers
2k views
Are there benefits to Classic ASP over ASP.net
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 …
16
votes
13answers
1k views
ASP.NET MVC reminds me of old Classic ASP spaghetti code…
I just went through some MVC tutorials after checking this site out for a while. Is it just me, or does MVC View pages brinig back HORRIBLE flashbacks of Classic ASP spaghetti code with all the …
10
votes
14answers
1k views
Response.Write vs <%= %>
Bearing in mind this is for classic asp
Which is better, all HTML contained within Response.Write Statements or inserting variables into HTML via <%= %>.
Eg
Response.Write "<table>" & …
10
votes
15answers
548 views
Why continue writing legacy systems?
I have a student position working on some websites for my school. Everything my school does is in VBScript/ASP Classic. I'm a bit confused about something. I can understand that my school as a LOT …
9
votes
5answers
214 views
Things that we hated about classic asp but still exist in webforms today
I'm working on a list of reasons for my team to move from webforms to MVC and I thought a good place to start was showing the "why we should migrate" with a set of things both classic asp and webforms …
9
votes
4answers
3k views
Optimistic vs. Pessimistic locking
I understand the differences between optimistic and pessimistic locking*. Now could someone explain to me when I would use either one in general?
And does the answer to this question change …
9
votes
15answers
3k views
What is the IDE for classic ASP and VBScript?
Yes, I'm stuck supporting a legacy ASP application. I currently have VS2008 installed but it complains incessantly about the ASP and VBScript I am dealing with. What would be a better IDE to use to …
8
votes
11answers
687 views
Should new programmers learn ASP first or ASP.Net?
My colleague here argues that new programmers must learn ASP first, before they learn ASP.Net.
I seem to agree with him as most new programmers who start with ASP.Net do not understand web get, post …
8
votes
2answers
1k views
Using ConfigurationManager to load config from an arbitrary location
I'm developing a data access component that will be used in a website that contains a mix of classic ASP and ASP.NET pages, and need a good way to manage its configuration settings. I'd like to use a …
7
votes
8answers
346 views
How do I serve a downloadable file online without exposing the physical path?
I'm serving up documents that require the user to register before download. Currently, once you register and login, the links to the documents are displayed as:
myurl.com/docs/mypdf.pdf
So the …
6
votes
6answers
453 views
Sharing login-system between classic ASP and ASP.Net
A client uses classic ASP to log in to their web based backoffice.
I have written a new ASP.Net app to be included in the backoffice, and I need to utilize the already existing login-system, so that …
6
votes
13answers
452 views
From classic ASP to .net c# or vb?
I'm a hobbyist programmer with couple of database driven mobile web sites and I finally have decided to switch from classic asp to .net. But after couple of days reading I couldn’t decide which way I …
6
votes
5answers
451 views
Are we moving towards classic ASP using MVC framework in .Net 3.5?
Looking at MVC frameworsk, it seems we require more of classic ASP knowledge then ASP.NET postbacks and Viewstates. Are we moving backwards to complex UI + code logic in the actual HTML?
6
votes
10answers
450 views
What is the easiest way to convert from asp classic to asp.net?
I am a .Net developer that has been tasked with upgrading a classic asp website to asp.net. The website is currently running on luck and bubble gum but there is not enough time or money to stop …
6
votes
6answers
4k views
Calling REST web services from a classic asp page [closed]
I'd like to start moving our application business layers into a collection of REST web services. However, most of our Intranet has been built using Classic ASP and most of the developers where I work …
