Author: De Lurk | Posted on: 3/13/2009 2:56:08 AM | Views : 970

Hello everybody

Big problem here. I admit, have no further idea and also our networking buff with 20+ years experience scratches his head. But perhaps it is something simple.

Scenario:
IIS 6.0 Win 2K3 (all patches applied, automatic update)with multiple websites configured.

WebSites
  Default Web Site
  Intranet
  www.xy.tld
  ....

I install my ASP.NET 2.0 application under default website like

WebSites
  Default Web Site
    app
      clientapp
        webserviceapp

"clientapp" has in config file impersonation = true and authentication = windows
"webserviceapp" has in config file authentication = windows

This works. My application works fine and authe ...

Go to the complete details ...