Firstly - I am an IT Technician and didn't actually produce the code we are having these problems with - I am simply trying to get the code working within a site in IIS. Now our coder doesn't believe their is a problem with the code itself (written in Visual Studio 2010, in the .NET4 framework, sorry if this isn't detailed enough!)
This issue I'm having is this:
I have created the site in IIS7, enabled Windows Authentication, given full permissions for everyone to the folder (to rule out permission issues) and the error we get it this when browsing to it:
We've tried all different permission changes (NETWORK SERVICE etc), tried different app pools (right now it uses the DefaultAppPool), tried removing the <authentication> clause entirely from the code and set Windows Authentication in IIS, all to no avail!
Any input is much appreciated, you can also direct code questions as I we (myself and our programmer) are actively monitoring this post!