How to add a bootstrap template to a .net 1.1 project

101 Views Asked by At

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

1

There are 1 best solutions below

0
dobre.b On

You can try and use CDN instead of local files for bootstrap and after that just include the template files in project.

Check CDN Bootstrap documentation here.