I\'m trying to set up Windows authentication in my web app, but I cannot make it work. The app run in my computer (Windows 7 x64), I am in a domain network, and the app is running on the real IIS, not
I have a web application where forms authentication is used. The user names are the same that the ones used by the users in their computers, so they want the web app to be able to detect that user nam
Here is the scenario. The database server DBServer (SQL Server 2008) is on box 1 and the web server running an ASP.NET application is on box 2 (IIS 7.5).
I am not experienced with python and using the below code to open a url and read the response. I am getting an unauthorized error because the site uses Windows Authentication.Can someone provide a cod
We have multiple web sites that need to process DOMAIN authentication in Windows. There\'s only开发者_StackOverflow one server but multiple sites.
I have an ASP.NET application running on IIS 7 and using Windows Authentication. For testing purposes each of our test users has 5 test accounts set up for them on the domain. They need multiple accou
I want to use a wcf service in my asp.net application that uses integrated windows-authentication however all the requests to my Model.svc are 401 Unauthorized.
I have setup an ASP.NET MVC3 website using Windows Authentication and am getting a 401.1.The error code is 0x8009030e on the 401 page.Users should be able to access the site using their domain credent
We have an IIS7 intranet site running under integrated pipeline that is mostly ASP.Net with a few legacy classic ASP pages. The site allows anonymous access to most areas, but uses Windows Authenticat
Ok.I have an MVC2 application that accesses a WCF program, and uses that information to populate its model and so forth.I am unsure of everything I need to get this through?I have Impersonation code i