I'm trying to host an asp.net website using iis 5.1 on my computer using xp pro.
I'm using windows authentication in iis. Folder permissions for the site are set to allow authenticated users. Impersenation has been set to true in the web.config file.
The website uses a local database which works just fine when accessed through VWD express 08. But when i try to access it over the internet i get the following error:
"User does not have permission to perform this action."
how do i allow users authenticated by iis's windows authentication to access the database or set database access to everyone?