Tagged Questions

5
votes
1answer
68 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 …
4
votes
2answers
794 views

MS Access 2003 + linked tables to SQL Server 2005 + Windows Authentication = slow

Our MS Access application with linked tables to SQL Server 2005 is slow when using Windows Authentication from Windows XP clients. We've been running it successfully using SQL Ser …
4
votes
3answers
1k views

Using Windows Role authentication in the App.config with WCF

I am using a WCF service and a net.tcp endpoint with serviceAuthentication's principal PermissionMode set to UseWindowsGroups. Currently in the implementation of the service i am …
3
votes
2answers
188 views

Securing ELMAH while yet making it possible to access it via RSS Reader

We use ELMAH error exception logging in our application. I'd like to keep ELMAH secure from regular users while still making it available to administrators/developers of the applic …
3
votes
4answers
6k views

How to get the current user’s Active Directory details in C#

I am working on an C# and ASP.Net application, that uses Windows Authentication. i.e. in Web.config: <system.web> <authentication mode="Windows" /> </system.w …
3
votes
3answers
335 views

Web application to use window domain accounts for authentication

Hi, If you have a web application that will run inside a network, it makes sense for it to support windows authentication (active directory?). Would it make sense to use AD secu …
3
votes
4answers
995 views

Windows Authentication and Network Service account as a db_owner

There is a number of commercial products out there, that give you a windows based installers for configuring your app and the back end SQL Server DB. Typically it will ask if you w …
3
votes
6answers
758 views

Windows authentication problems using asp.net

I have an asp.net application that should access data from two SQL Servers. One of the SQL Servers is present on the same machine as IIS (let us call it SQLSERVER1) whereas the oth …
2
votes
1answer
38 views

Session Management with Windows Authentication

In an ASP.NET web app, using Integrated Windows Authentication, is the session tied to the windows identity? In other words, if I login (using IWA) to the app, and the app stores s …
2
votes
1answer
109 views

Can Subversion be configured for Windows Authentication without Apache

I've setup Subversion following Jeff Atwood's article at Coding Horror: Setting up Subversion on Windows. I followed the steps exactly and I have SVNSERVE now running as a service …
2
votes
1answer
82 views

Classic ASP & ASP.Net Authentication

I have two separate apps (one is classic asp, the other is asp.net) which, from the point of view of the user, should appear seamlessly as one "application". As others have pointed …
2
votes
1answer
465 views

Silverlight RIA Services - how to do Windows Authentication?

I am building my first Silverlight 3 + RI Services application and need some help. It will be deployed in an controlled corporate intranet, 100% windows clients. I have started fro …
2
votes
2answers
394 views

Run Code as a different user (C#)

Is there a way to tell my code to run as a different user? I am calling NetUserSetInfo via a PInvoke and I need to call it as a different user. Is there a way to do that?
2
votes
2answers
139 views

User.IsInRole fails when using VS 2008’s debugging web server on Windows 7 using Windows Auth

When the following line is called when running a website from the VS2008's web server i get a "The trust relationship between this workstation and the primary domain failed." excep …
2
votes
3answers
742 views

ASP.Net site using Windows Authentication pops up “Authentication Required Window” a lot in Firefox

I have an ASP.Net application where I am using Windows authentication to deny access to some components via roles. When using IE, the site pops up the "Authentication Required" bo …

1 2 3 4 5 9 next
15 30 50 per page