I have installed DNN (C:\inetpub\wwwroot\DNN) and
MathJax(C:\inetpub\wwwroot\DNN\MathJax) locally on my computer. I am adding my custom made html page (which uses MathJax) in default DNN skin.
right now ... for rendering MathML i am using the following CDN link
http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
but i want to use Math Jax , which is locally installed at C:\inetpub\wwwroot\DNN\MathJax . I have tried to give relative path but nothing works.
The issue, which i have understand is that DNN is CMS and it saved the pages dynamically so how can i give the relative path of MathJax in my custom made html file ?
Or
Is it possible to host MathJax in DNN(as i don't want to host it separately) so that i can provide that url in the script tag?