asp.net - HTTP Error 404.0 - Not Found for viewer.js when publishing application on IIS -


i have tested application using viewer.js visual studio internal web server(iis express) , working fine.if instance try browse http://internallocalhost/viewer.js/index.html/# works fine when published application on iis getting 404 error @ address

http://publishedsite/viewer.js/index.html/# 

it works fine if http://publishedsite/viewer.js/index.html of no use have concatenate url of pdf file like

http://publishedsite/viewer.js/index.html/#http://publishedsite/mytest.pdf 

any particular settings required on iis? can't understand how iis express not able reproduce same error.


Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -