The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
20 views

NTLM Windows Authentication and anonymous authentication phantomJS

I would like use Windows authentication for for my application except for some tests which i would like to run using anonymous authentication which run using phantomJS and jasmine. I have added the ...
0
votes
1answer
29 views

Determining effective MSSQL DB Role membership

I have created windows user groups and added these groups as logins to the MSSQL 2008 R2 instance. These groups have different database roles assigned. Now I want to determine what is the effective ...
0
votes
0answers
175 views

MVC 4 Authorize Contoller Attribute Active Directory

I hope someone can help me. I've seen lots of posts on this question and I've been searching for hours, but I can't seem to get it to work. I've created the default MVC 4 Intranet Application and ...
0
votes
0answers
210 views

file.copy() error in remote file access in vb.net

Imports System.Security.Principal Imports System.IO Partial Class _Default Inherits System.Web.UI.Page Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles ...
0
votes
1answer
40 views

Apply single signon for a site running on IIS 7 over Windows Server 2008 Standard

How do I make my Intranet site having Single Signon implemented while deployed it on IIS 7 over Windows Server 2008? I know in IIS 6, or in Windows 7/ Windows Server 2008, I could right-click ...
0
votes
0answers
59 views

Windows Authentication for User machine not on Domain

I have a web asp.net 2 application with windows authentication enabled and it works perfectly for users on the domain. However, for users whose laptops and machines aren't on the domain but have ...
2
votes
1answer
3k views

IIS express applicationhost.config security is reset every time a solutions is opened in VS2012

I have an MVC4 application been developed in VS2012 that uses forms authentication. [authentication mode="Forms"] [forms loginUrl="~/Account/Login" timeout="2880" /] [/authentication] It's using ...
0
votes
0answers
162 views

How configure website with autentification windows for safari - chrome and Internet explorer?

I have a problem with a authentification Windows on a asp.net Web Site . I use this code in web.config file : <authentication mode="Windows" /> <identity impersonate="true" /> It's ...
3
votes
2answers
310 views

Call COM DLL functions from ASP.NET project as specific user

I am trying to call an old VB6 dll (no source code available) from an ASP.NET project. The dll connects to a server using windows authentication, so I need to call functions as a specific user, not ...
0
votes
0answers
78 views

Windows.UserIdentity.Name is empty after <assemblies><clear />

I have a virtual directory in a big noisy intranet application - I need to inherit various appSettings etc from the parent web's web.config - I want to decouple runtime dependencies; esp, if an ...
0
votes
2answers
2k views

SQL Server 2005, Windows Authentication, Connection String giving error “Login Failed”

I have SQL Server 2005 and Visual Studio 2005 installed on my desktop. Every time I run SQL Server 2005, I have to go for "RUN AS ADMINISTRATOR" manually. I have tried changing the settings but no ...
1
vote
2answers
901 views

c# windows service with filewatcher

First time posting long time reader. I built a working filewatcher inside of a windows forms application functioning 100% properly before moving it to a windows Service and am now recieving two ...
0
votes
0answers
212 views

ASP.Net Windows Authentication PDF object No display or Access Denied

Here is sample setup: Using ASP.Net 4 IIS Setup is default (ASP.Net v4.0 Identity = ApplicationPoolIdentity) Enabled Windows Authentication for the web application Here is my code to display pdf ...
0
votes
1answer
769 views

Windows Authentication for MS Access 2007 and MS Access 2010

I want to apply Windows Authentication on my MS Access database 2007 and 2010. Firstly i want to know if this is possible? If yes then please provide me step by step instruction of setting it up. If ...
0
votes
1answer
341 views

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 ...
0
votes
2answers
323 views

MVC3 Forward to Forms Auth site after authenticating Windows User

I have a MVC3 website that right now uses Forms Authentication and it functioning great. The site requires client internet users to have a log in that we provide. In addition, I have a few internal ...
0
votes
1answer
414 views

invalid mscorlib exception in custom security attribute c'tor

I'm trying to implement my custom security attribute. It's very simple for now [Serializable] [ComVisible(true)] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, ...
14
votes
1answer
9k views

SQL Server Management Studio 2008 Runas user on different domain over VPN

I am currently trying to run SQL Server Management Studio 2008 as a user who is on a different domain. I noticed in other threads that running the following command from a batch script will do this ...
0
votes
0answers
473 views

sql server windows authentication

I was previously using a web application which connects the dataabase as user instance using windows authentication. Now I want to change the user instance into normal SQL Server instance, I have also ...
1
vote
2answers
346 views

ASP.NET: windows authentication against production server

This is a real quick question, is it possible to allow Windows Authentication for an ASP.Net intranet site (on a test server) to authenticate against the production server user accounts? If so, how ...
0
votes
1answer
256 views

SQL Server SMO on IIS with Windows Auth

I'm getting a strange error when I enable windows authentication on IIS and try to run some database update scripts: Invalid token for impersonation - it cannot be duplicated. I have not ...
4
votes
1answer
955 views

Windows Server 2008, IIS7 and Windows Authentication

We currently have a development server set up which we are trying to test some Windows authentication ASP.NET code on. We have turned on Windows Authentication in IIS7 on Windows Server 2008 R2 fine, ...
1
vote
2answers
3k views

hosting WCF service in IIS with windows authentication and without anonymous access

I would like to use WCF service hosted in IIS (5/6) with integrated windows authentication enabled and anonymous access disabled. I tried to do this by following this article ...
1
vote
2answers
8k views

“Argument: NotFound” error using Windows Authentication for Silverlight

A SL app created with SL Business Application template. Then Config it use Windows Authentication in web.Config as: <authentication mode="Windows"> </authentication> Code in ...
2
votes
4answers
1k views

Can I set up Windows Authentication in WebMatrix Beta 2?

I have an ASP.NET site where authentication mode="Windows". Just downloaded WebMatrix beta 2 yesterday, trying to debug my app. In WebMatrix, I'm getting 401 errors after pressing F5 in Visual ...
1
vote
1answer
570 views

How to convert from asp.net forms authentication to windows authentication

I've been asked to convert an asp.net application from forms authentication with roles using the aspnetdb database to use windows authentication instead. what is required to do this? can I still use ...
2
votes
3answers
7k views

How get Current Username and password from windows operating System

Story :- I have a motherboard CD provide by Intel original motherboard.When i try to install drivers it will be ask enter username and password of your administrator account. after Evetry driver ...
2
votes
0answers
296 views

How to configure CruiseControl.Net for Windows Authentication?

I am using CruiseControl.Net for continuous integration which is now accessing the dashboard through login plugin, which in turn is authenticating and authorizing after verifying it with a set of ...
7
votes
1answer
952 views

Excessive HTTP 401s using Windows Authentication, AJAX, ASMX and external ISA

Enviornment: ASP.NET WebForms .NET 3.5 jQuery for AJAX ASMX web services Windows Authentication SSL When we run our production web application, our AJAX calls often have 2-3 HTTP 401s before ...
1
vote
1answer
496 views

IIS7 & WIndows Authentication - authenticating to the wrong domain

I have an IIS 7 web app that is using Windows authentication. Currently, everything is set up correctly based on all that I've been able to find on the web. What's happening is when a user tries to ...
0
votes
2answers
1k views

NTLM Authentication fails ONLY with IE against 2k8 App server behind 2k8 IIS7 Reverse Proxy

I'm developing an ASP.NET application for an intranet site that is using Windows/NTLM/WIA/whatever authentication. The application is hosted on a Windows 2k8 server but is accessed through a Reverse ...
0
votes
1answer
485 views

Windows Authentication for winforms with Windows 2000

I use the following code to validate users through windows authentication for my winform application. This works fine with windows XP but when the user is using windows 2000, it says that the userid ...
0
votes
1answer
783 views

System.Windows.Forms.WebBrowser login dialog doesn't appear

When I navigate to an intranet site requiring windows authentication, the WinForms WebBrowser control isn't displaying a login dialog. But it will display (after refreshing the page) if I first open ...
0
votes
1answer
68 views

Using IPrinciple.Identity.Name as a key in a dataBase to identify user's rows

I'm writing a small intranet app that uses Windows Authentication and Asp.Net MVC. I need to store various bits of data in a db against each user. As far as I can tell the IPrinciple object does not ...
4
votes
2answers
4k views

How to check whether a user belongs to an AD group and nested groups?

I have an ASP.NET 3.5 application using Windows Authentication and implementing our own RoleProvider. Problem is we want to restrict access to a set of pages to a few thousand users and rathern than ...