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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

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

ios - I get the error Property '...' not found on object of type '...' -