Should I support ASP.NET 1.1?

I just started working on an ASP.NET project, which I hope will open source when it gets to the right stage. Basically it will be a library that can be used by existing websites. My preference is to support ASP.NET 2.0 through 3.5 , but I wondered how many people I would refuse support for ASP.NET 1.1 ? In particular, how many people are still using ASP.NET 1.1 for which ASP.NET 2.0/3.5 not an option? If updating your server is not an option for you, why not?

+4
source share
3 answers

Increasingly, I think not.

The typical tough organization, which is still still clinging to 1.1 (probably because they have just been updated before), is also a kind that is unlikely to look at open source solutions.

If I were starting a new ASP.Net project right now, I would stick with .Net 3.5 and, possibly, new MVC previews.

+4
source

Remember that .NET 1.1 comes out of general support this October (and includes ASP.NET 1.1).

+2
source

I think that you would be fine with a target of only 2.0 and above, someone who will use your library will most likely do new development and use at least ASP.NET 2.0. I think this would be a small group of people doing a new development in 1.1.

+1
source

Source: https://habr.com/ru/post/1276347/


All Articles