windows-authentication
Windows authentication in MVC 3
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[详细]
2023-04-01 20:19 分类:问答Get the computer user name in a web application
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[详细]
2023-04-01 13:42 分类:问答Retrieving the login name in SQL Server via an Asp.NET application using Windows Authentication
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).[详细]
2023-04-01 12:14 分类:问答Python urlopen windows authentication
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[详细]
2023-04-01 10:42 分类:问答Multiple Site (Application) Windows Authentication (IIS 7)
We have multiple web sites that need to process DOMAIN authentication in Windows. There\'s only开发者_StackOverflow one server but multiple sites.[详细]
2023-04-01 04:07 分类:问答Best Method for using multiple test accounts against Web App Using Windows Authentication?
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[详细]
2023-03-31 15:30 分类:问答Requests to wcf service are unauthorized
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.[详细]
2023-03-29 21:40 分类:问答ASP.NET MVC3 401.1 Error in IIS7.5
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[详细]
2023-03-29 02:05 分类:问答Windows Authentication not working for classic ASP pages (but does work for ASP.Net pages w/in same site)
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[详细]
2023-03-28 17:43 分类:问答What do you Need for Windows Authentication Pass through on an MVC website and WCF
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[详细]
2023-03-28 08:32 分类:问答
加载中,请稍侯......