the web application is a web based time recording with windwos Authentication (SSL). Therefore i query a DB and post the results. The AppPool for this application runs as User with minimum right (IIS_WPG and some database rights).
View source only shows me an empty html page. <html>....<body></body>. I have no error in the event log. Thats what weird.
Once i got exception "0x80070005". According to an MS page i run "cscript metaacl.vbs IIS://Localhost/W3SVC/AppPools IIS_WPG RE " and the error disappeared.
LG, Daniel