I am trying to add a bootstrap template in a .net 1.1 project along with visual studio 2003 but I am bit confused about how visual studio compiles .js and calls css
Asked
Active
Viewed 81 times
-1
-
Are you really creating a new project with .NET Framework 1.1? Even .NET Framework 2.0 went out of support in July 2011. You'll be missing out on security updates, etc. by using such an old (and unsupported version). – ProgrammingLlama Feb 22 '22 at 07:48
-
It's a legacy code project – yan Feb 22 '22 at 08:01