3

I haven't found anything about it on the web, does mono support ASP.NET 1.1 Thanks!

Cosme
  • 35
  • 3

2 Answers2

7

No it does not. ASP.NET 2.0 and above only.

Matt Cashatt
  • 23,490
  • 28
  • 78
  • 111
4

Mono supports ASP.NET 2.0 which is mostly a superset of asp.net 1.1. It should work. Are there particular asp.net 1.1 only things you want to use?

McKay
  • 12,334
  • 7
  • 53
  • 76
  • its a very complex site, more than 200 solutions. we use a lot of specific 1.1 stuff (like email and microsoft extended controls for 1.1) – Cosme Dec 28 '11 at 23:30