c# - "Requested URL cannot be found" When Website Published on IIS -


i develop website using asp.net c#. there's no problem when debugging project or test on local iis.

but when published on iis server, keep showing "requested url cannot found" error , need 3 times refresh show page normally.

please see screenshoot here (sorry i'm not allowed post picture yet):

iis error

can please tell me what's wrong? error caused iis configuration or something?

this may due poor ip communication iis server.

some tips here, try with:
1. open iis error log file , see happening hosted website.
2. try clearing browser cache completely.
3. check other web sites also, whether working or not…
a) if not, problem internet/intranet connection.
b) if yes, check firewall ensure not preventing reaching website/internet.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -