'How to add a bootstrap template to a .net 1.1 project
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
Solution 1:[1]
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | dobre.b |