Users can't get to my new web site
-
I have developed a new ASP.NET (4) website on my client's domain using a server dedicated to me (it also runs SQL Server.) The problem is, I need to knwo who's accessing the site, and I can't seem to get Windows authentication to work for my users (works fine for me and at least one other....) In my global.aspx page, I look for authenticated users, and set up security. But my users are coming through with anonymous authentication. When I disable anonymous authentication, they get an HTTP:400 rejection. I don't know where to look. I'm no IIS (7) expert, but I've tried every suggestion I can find on the forums, and I can't figure it out. Here's what I know so far... ...Windows Integrated security is enabled on my users' browsers (IE8/32bit) ...I've disabled Anonymous access to my site (HTTP://Servername/Timesheets/) and enabled Windows Authentication. ...I've set up my Web.Config file:
I can't even get any responses on the forums. Can anyone walk me through the process?
Jim