Jp wrote:
1. At first It wasn't but now I've installed it and still doesn't work.
Do you get the same 500.19 message or is the message different?
2. Yes it's using the DefaultAppPool and it's using network service.
3. In the folder I have Network Service with full control. How do I know what account the application pool is actually using? Where do I set it?
You answered #3 with #2. You have DefaultAppPool using NetworkService account. This is the default setup for IIS 7.5 leave it. You have the NetworkService permissions set correclty on the folder. Leave this as is.
Another thing, when I go to .NET frame work version in the app pools advanced settings, it only shows v2.0 and I've installed dotnetfix 3.5 like 10 times.
This is correct. It's confusing but that's how MS set it up.
Just for grins check that ASP.NET is enabled for IIS... Start --> Control Panel --> Programs and Features
on the left click "Turn Windows Features on and off"
Once the pop up populates click the + beside "Internet information services" then the + beside "World Wide Web services" then the + beside "Application Development Features"
Is ASP.NET checked? if it is you're good to go, if it isn't then check it and let it run through the installer...
You need to add correct permissions for your IIS account.
In IIS manager click and select the web site
In Actions on the far right side open Basic Settings
In "edit application" pop up click "Connect AS" at bottom left of the pop up
If you haven't changed this setting then "Application user (pass-through authentication)" should be selected
If "Application user" is selected then you need to add IIS_IUSRS account to your web site folder and give it Read & Execute; List folder contents; Read permissions
While you have the web site open in the IIS Manager make certain that "Directory Browsing" is ENABLED and that "default.aspx" is listed under Default Documents.
Once you've done all the above then restart IIS and try to hit the site again.
Make sure you clear cache and cookies from whatever browser you're using