I am working on a Chrome extension, where in my JavaScript function should identify the logged in Windows username.
I have a silverlight application which fetches data from a WCF Service hosted under a Windows Service. I have enabled Windows Authentication on this WCF service using the below in my App.config.
I have a silverlight application which fetches data from a WCF Service hosted under a Windows Service which runs under the \"Local System\" account i.e. NT AUTHORITY/ SYSTEM.
Hello there fellow StackOverflow and programming enthusiasts.I have a question, I am trying to move an MVC website that I created over to a test server so that users can start testing... I have run in
I have a web application (not production) for which I want to enable AD authentication. The problem is that the DC is not mine, it is the client\'s. The site will be hosted remotely (amazon, rackspace
First off--thanks for having a look. MY QUESTION In a .NET web app, is using Windows Authentication for a extra-net on a WAN consisting of various users, companies, user-agents, etc a bad idea?
I am developing an intranet ASP.NET web application that\'s configured to use Integrated Windows Authentication. My web app needs to check user entitlements using LDAP to get user memberships, etc.
I have a silverlight 4 application and I need the client to consume a WCF service secured with SSL and using windows authentication. Only members of a certain active directory group should be able to
I\'m looking to create a fairly straight forward application that runs on every machine in a domain, when the user logs into the machine with their user/password it automatically logs them in over cli
I have an ASP.Net web application that I recently updated to framework 4.0. I had to install the new framework on the server that was running the app in production as well. The server is a 32 bit Wind