I had to redirect one particular page to different destination for an application. I wanted to do this via web.config only. This is what I did: <location path="default.aspx"> &...
If you want to remove invalid chars "* . " / \ [ ] : ; | = ," from file name below is the code which can help you Sample code: using System; using System.IO; using System.Text.RegularEx...
While running "node make server" over pdf.js source I was getting the following error: assert not GIT_CLONE_CHECK or os.path.isfile('../src/pdf.js') and os.path.is dir('../.git...
While running the "node mke server" command in GitBash today I was getting the following error: 'python2.7' is not recognized as an internal or external command, operable program or ...