I've installed Win7 Ent - clear new instance (I think at Vista will be the same). Include comp into my domain. Install VS2008.
The problem is in running my old ASP.NET application that is uses Windows Authentication.
IsInRole method throws exception - "The trust relationship between this workstation and the primary domain failed." when I want to check some domain role fo my app user.
My domain account has an Administrator priveleges at my comp and in my domain.
I was searched by google and try next solution whith no success:
* reconnect my computer to domain
* run VS2008 as Administrator
* In Local Policy set Enable to "Admin approval mode for built-in Administrator account"
* deploy application to local IIS and run it there
Another simptoms of unnormal:
* when I try to view Quota Entities on shared disk I see only user's SID - not names
Please help anyone... :-(