hi,i am trying to run my webapp on vista home premium..i am using II7,vs2005,ASP.NET 2.0,sql server 2005.On trying to see the default page on my web app,I keep getting this error
"Error Summary
HTTP Error 401.3 - Unauthorized
You do not have permission to view this directory or page because of the access control list (ACL) configuration or encryption settings for this resource on the Web server."
-i have given the permission to myMachineName/iis_iuser ,NETWORK SERVICE the read write permission.i am not able to add ASPNET as user group in security tab..it doesn't recognize it...
-I have anonymous enabled under IIS for authentication for defaultWebSite/MyWebApp
following link asks to add the 'authenticated user' in read write role...i see myMachineName/adminUser added already in this read write role. I don;t understand what does 'Authenticated user means' here
http://support.microsoft.com/default.aspx?scid=kb;EN-US;942042
SO what i am missing here..????Thanks in advance