I have published my asp.net mvc application as a deployment package and once setup on windows 7 it runs fine. However when trying to do the same on windows xp, I get the error below:
I am running asp.net v4.0.3 and i have executed "aspnet_regiis.exe -i". I have also enabled "Anonymous access" as can be seen in the screen shot below.
So I have no idea why it doesn't have permission to view the webpage as no login is required. Here is my published directory structure. Any help will be appreciated.
1st Edit. I've included a screenshot of my user accounts showing the ASPNET account. This account has full access to all the folders but this hasn't made a difference