i added windows authentication on my website to track user names.For IE i开发者_运维问答t works fine and is seemsless but it prompts for windows login for user using firefox.any ideas?You\'ll need to
I开发者_如何学运维 am running a Java Application as a Service in Windows that\'s using JDBC to connect to SQL Server. This application is started as a different user than the one logged into the Machi
Does anyone know what the official name is for a \"domain\\username\" based login? I\'m trying to troubleshoot an application which claims to have support for LDAP integration with OpenLDAP, Sun One
I have a flex app that allows the user to upload a file.The flex side uses the FileReference.upload method that goes to an .aspx page that handles the upload.It works only intermittently when I have I
I have a Sql Server that uses Windows Authentication. I want to connect to the server from a Delphi application.
I\'m using RESTful WCF services to serve data to a client. The application hosting the services requires integrated Windows Authentication on the server, making t开发者_JAVA百科esting locally in Cassi
I\'m using WinHttp to do POSTs in a VB6 activeX control as follows Set WinHttpRe开发者_开发问答q = New WinHttpRequest
I\'m currently trying to set up a website that uses both windows authentication and forms authentication.I am using ASP.NET MVC and both IIS6 and 7 need to be supported.How would I go about letting kn
I am accessing an SQL Server database using Windo开发者_如何学Pythonws Authentication Do I need to encrypt the connection string in the web.config?
My application does not have any roles. However I use windows authentication to stop anonymous users from accessing the webpages.