Windows Server 2008 IIS V7 not displaying page
i have asp.net web site built in vs 2012 version 4.5 using vb. when run in debug mode works well, site renders , data displayed intended, when publish web server (windows server 2008 iis v7 ), hangs blank page.
i have set default document, , using .net framework v4.0 integrated network service connection pool.
when published site, made sure connection okay , previewed deploy. checked files intact in iis manager. , have set applicationhost.config same way site works on same server. server , database running on different hosts, both sql server 2008.
i don't know how go debugging seems configuration or setup problem , without rudimentary error message, i'm @ dead end. gratefully recieved.
just few notes on this, on server running website, can nslookup , the results come server name , ip expected
hi,
get started enabling iis logging on website , check eventlogs. browse website on local server (this, default, gives more error information).
check basics:
make sure .net framework installed (after iis) , application pool configured use correct version.
make sure account used application pool has required ntfs privileges on content folders
make sure defualt content page configured correctly
test static content (like jpg or htm file) work
if still unclear goes wrong, install failed request tracing find detailed information.
please aware that issue code can better resolved on msdn forums, , iis has it's own dedicated community on iis.net.
mcp/mcsa/mcts/mcitp
Windows Server > Windows Server General Forum
Comments
Post a Comment