0
votes
0answers
12 views
Integrate Windows domain authentication with an external web site.
I am a small time internet hosted app (SAAS) developer, when I launch I expect most of my customers will authenticate (login) to my application using the standard email + password …
0
votes
2answers
28 views
Connect to SQL Server with Management Studio using a Windows Credential while not on the domain
I have a client that has a SQL Server 2008 installation. They have given me a windows domain username/password on their domain, however, my workstation is not on their domain. I' …
0
votes
2answers
19 views
Narrowing Integrated Windows Authentication to a subset of users for an intranet ASP.Net application
Scenario: An intranet ASP.Net application using Integrated Windows Authentication and a SqlRoleProvider for authorization. The application is used by a small subset of users with …
0
votes
2answers
28 views
Lock down a site using Forms Auth in IIS7 with Windows Auth
I've posted this on Server Fault, but as there is sort of a programming aspect to it, I'll post it here too.
I have an ASP.NET MVC 1.0 application that uses Forms Authentication. …
0
votes
1answer
29 views
HttpContext.Current.User is null even though Windows Authentication is on
In IIS7 under Windows Server 2008, I have a virtual directory with anonymous access off and Windows authentication on. In my web.config, I have:
<authentication mode="Windows" …
0
votes
3answers
68 views
How to get web site user’s Windows login name from stored procedure invoked through website
I have a web page that runs under an account named, WebUser (IIS runs under this account)
Now the problem here is that, when the webpage is accessed by users (intranet),
users ar …
0
votes
3answers
43 views
How to obtain email address with window authentication.
I am designing a web application using the ASP.net MVC framework. I would like to use Windows Authentication and do Role Checks using the Role Manager SQLRoleProvider.
How can …
0
votes
1answer
119 views
How to use WindowsIdentity.Impersonate to get the user’s login, rather than the ASPNET account
I have a web-app that will reside on a production server where I want to get the user's logged in computer name, circa
DOMAINNAME/USERNAME
Many people have told me that I mu …
1
vote
5answers
96 views
Windows login from a user’s computer through an intranet web-app WITHOUT prompting for user/pass.
I'm creating an intranet web-application in an IE shop and I'm looking to retrieve the user's logged-in computer username without prompting for a username/password combination. Th …
5
votes
1answer
41 views
ASP.NET passing along Windows Authentication credentials
I've got an ASP.NET web application which uses Windows Authentication. This application needs to connect to another ASP.NET web service (which also uses Windows Authentication) and …
0
votes
0answers
18 views
Modifying a Silverlight-Enabled WCF service to cooperate using Windows authentication
I have a Silverlight application, and added a Silverlight-enabled WCF service. I would like to deploy this as an intranet solution using Windows authentication without anonymous a …
0
votes
0answers
23 views
Calling an httpHandler from Flash with basic/Windows authentication
A project I'm working on uses a Flash component to upload files (the Flash allows for multiple file uploads at the same time and gives a nice upload progress bar).
Once the upload …
0
votes
2answers
160 views
Thread.CurrentPrincipal.Identity vs. Active Directory entry
In this extremely helpful summary from Mike O'Brien
http://blog.mike-obrien.net/PermaLink,guid,5e975b20-7b05-472f-bd80-04028ab8b6fa.aspx
he gives an overview of how IIS 7 deals w …
1
vote
3answers
105 views
Retrieving the Windows username from a logged-in machine through an intranet application.
How can an application, running on a production server, access the login username of the machine that a user is accessing an application from? For example, I am currently logged i …
0
votes
1answer
18 views
Write to a Directory as a Specific User on a Different Domain
Hi All,
I am wondering, how would one write a file (say for instance, from a Console Application in a scheduled task) to another computer on a different domain? How would one set …
