Hello,
I have got my database and scripts all working correctly... but am struggling with the website config. We are using IIS6 with .net 4 installed.
The home page opens correctly and presents two options - Search History or iSpy - when we click those links we get:
Error message 401.2.: Unauthorized: Logon failed due to server configuration
Which I presume is down to the config in the web.config file?
My database connection line is: <add name="ApplicationServices" connectionString="Data Source=.\SQLEXPRESS;uid=trackeruser;pwd=trackerpas sword;database=edugeeklogontacker"
Any help appreciated!
Thanks

