tags:

views:

29

answers:

2

App works fine in IIS on Windows 7 on my dev machine. Trying to debug on a client machine running XP and VS2008 and the app works ok running on Cassini, however when I select IIS I am getting a 403 forbidden error. Anonymous access is switched on in ISS. Can anyone help work out why it won't work in IIS?

A: 

try to add permission to this folder for Network Service user, may be help.

loviji
A: 

check that it isn't set to impersonate. Usually you just have to give permissions to Network Service (as mentioned by @loviji), but depending on your application and your computer configuration you may need to give permissions to the account that is configured for anonymous users in IIS.

eglasius