If you are having trouble with windows authentication, please verify the following setting: In the web.config file [c:\program files\Office Timesheets\original\] verify the authentication mode='Windows' Example: <authentication mode="Windows"> <forms loginUrl="~/Pages/login.aspx" defaultUrl="~/Pages/login.aspx" /> </authentication>
If it is currently set to 'Forms' please update to 'Windows.'