2
votes
1answer
75 views
+50

IIS7 is losing the authenticated user for cffileupload (CF10)

On one of our intranet pages, I'm using cffileupload to upload multiple photos: <cffileupload extensionfilter=".jpg,.jpeg,.png,.gif" url="/submissions/photo_gallery.cfm" ...
0
votes
0answers
13 views

IE wrong domain for credentials prompt

I'm having trouble fixing a usability problem. On Windows Server 2008r2 In IIS7 I have a website which will prompt the user for credentials via windows authentication in IIS being set to "Enabled HTTP ...
0
votes
0answers
7 views

activedirectorymembershipprovider iis7 windows authenication external access - no forms auth

I'm looking to try and use AD externally to allow access to websites that are using windows authenication in IIS7. basically a generic signin page that will allow them to have access. WITHOUT USING ...
0
votes
1answer
28 views

Remove NEGOTIATE from WindowsAuthentication in IIS

I have a site running in IIS 7.5 that is accessed using a DNS alias different from the actual server name. In IE 8, integrated authentication is failing, but in Firefox and Chrome everything works ...
1
vote
1answer
12 views

IIS 7 with Windows authentication fail

I have a folder on my website I want to protect with Windows authentication. The problem I get is that the prompt is re-appearing - like the credentials are not correct. But when I look in the event ...
0
votes
0answers
11 views

asp creating a windows authenicate session with impersonation, from website to authentication mode=“Windows”

I have two websites sitea siteb SiteA is just a site with a username and a password with a submit button. When I click this button I have it navigate to siteB. The trick is siteb is a windows ...
0
votes
1answer
57 views

Authenticate via Windows AD integration without login popup

I have disabled anonymous access. My pool is using "Integrated Windows Authentication". Problem: When a logged in user in Windows (logged in user entry is there in AD) tries to access my ...
0
votes
1answer
332 views

windows authentication continuously prompts username password for ie

I am developing an application which will be used in intranet. I am using Windows authentication for the application with Active Directory. But when i access the application from other machine in ie, ...
0
votes
1answer
41 views

Two domains, one app on IIS and Windows Authentication

This is a scenario : - two domains DA and DB - one IIS 7.0 in DA with MVC App, which has Windows Authentication. My goal is to configure DB or maybe DA too, to let users from DB to use Windows ...
1
vote
0answers
63 views

IIS is hanging when requesting a folder with anonymous authentication

I recently changed the frontend of a project, to use windows authentication. But i still want the backend to use forms authentication, I think i read somewhere that it was not possible to use both ...
0
votes
0answers
70 views

Windows authentication custom error on cancel popup

I'm trying to change the default 401 page of my website on IIS7 that the users see when they click cancel on the login popup box. I've changed it on "Error Pages" feature (to use "Execute URL on this ...
0
votes
1answer
301 views

WCF Service hosted in IIS 7 using basicHttpBinding and TransportCredentialOnly fails

I am trying to configure a basic IIS 7 hosted WCF service that uses Windows Authentication to authorize users. I have seen many examples that demonstrate how to flow credentials using basicHttpBinding ...
0
votes
1answer
39 views

Application uses anonymous authentication even though it is disabled in IIS

I have a diagnostic web application hosted in IIS7 that has Windows Authentication enabled and Anonymous auth disabled. This application generated some kind of a report where it includes information ...
1
vote
0answers
156 views

ASP.Net MVC Intranet App keeps prmpting for credentials when running through IIS

I'm trying to setup an ASP.Net MVC 4 Intranet app to use Windows Authentication. It's working if I run the app through VisualStudio's Development Server. However, if I try accessing the site via IIS ...
2
votes
1answer
348 views

Get system logged in username in c# that also works in IIS

I thought its simple to get the logged in username, in fact, it works fine with most of the responses available on stack overflow but when I publish the website all method fails. Can anybody please ...
1
vote
1answer
215 views

windows authentication in windows features in iis

I'm having an issue setting up Windows Authentication in IIS 7 on my Windows 7 machine. I know by default this option isn't applied by IIS so you have to tick the Windows Authentication tickbox in ...
2
votes
1answer
179 views

What are the proper permissions for ColdFusion 9 on IIS 7.5 with Windows Authentication

We are running ColdFusion 9 on IIS 7.5. Our intranet website uses Windows Authentication with the Negotiate provider. We have set up an Active Directory user group (Web Developers) and assigned ...
1
vote
1answer
107 views

Windows authentication sucess while accessing using IP, but issue while accessing by computername

My issue is the title itself. I am using IIS 7 and hosted an MVC 4 website which uses Windows Authentication (Windows Domain) for authenticating users. I can access the site from browser using ...
-1
votes
1answer
245 views

Accessing database as NT AUTHORITY\SYSTEM

I am doing a website after publishing the website it becomes NT AUTHORITY\SYSTEM account. In my website I am accessing the database. Since my published network became NT AUTHORITY\SYSTEM account, it ...
0
votes
0answers
231 views

How to configure IIS7 to redirect members of an Active Directory group to static page

On IIS, we have disabled Anonymous authentication and enabled Windows Authentication What we need is to only allow users who are members of an Active Directory security group to access the Access ...
0
votes
1answer
461 views

Windows Authentication IIS7

I have an ASP.NET Dynamic Data site that should only be accessible to administrators currently logged in and on the domain. I want the site to be able to tell who the user is based on their login and ...
3
votes
2answers
2k views

Windows authentication failing in IIS 7.5

I'm building a simple internal application for my company, and it requires Windows Authentication for security. All other authentication modes are disabled. I'm stuck in a situation where internet ...
0
votes
0answers
72 views

Task scheduling permissions on iis7

Is it possible to add a task to the task scheduler from an asp script, via vbscript, on a IIS7 Server. I have managed to do this on my private pc via schtasks.exe, but when I try to do it on the ...
0
votes
1answer
140 views

Multiple Authentication Mode - Episerver Sites

We setup multiple Websites based on single Assembley. All sites use Forms authentication mode, set on single Web.config file. Now we need to setup an Intranet site based on the same assembley (as well ...
0
votes
0answers
152 views

Integrated windows authentication in a workgroup machine allowing access to AD users in IIS7.5

I have developed a ASP.NET web application which reads the data from Active Directory Domain(Domain1). I have hosted the web application in IIS in a workgroup machine in the network. I need to allow ...
0
votes
2answers
1k views

Windows authentication failing on one machine only

I have a windows machine trying to access the IIS server that has windows authentication turned on. I know this works on the server side as I had logged into my domain account on one other machine, ...
3
votes
2answers
2k views

IIS App Pool Identity vs. Windows Account

What are the pro's and con's of using the built in App Pool Identity in IIS as opposed to specifying a Windows account? For SQL Server if you want to connect from a .Net application using Windows ...
0
votes
2answers
564 views

Error HTTP 401.2 - Unauthorized with windows authorized

I to do: Click Start, point to Administrative Tools, and then click Internet Information Services (IIS) Manager. In the Connections pane, expand the server name, expand Sites, and then select ...
0
votes
1answer
173 views

Retrieving network username from Windows network

Please forgive my naivety on this post as I am used to developing in a LAMP environment and not a Microsoft .NET environment, so I am a bit out of my comfort zone here. I am developing a single page ...
0
votes
0answers
167 views

Windows Authentication IIS7 into directory for user

I want a Windows user to access a particular Web site URL by default. For some reason I'm not getting. I have a newly installed IIS7 (on Windows Server 2008) and I want to put a Windows ...
0
votes
0answers
496 views

Programatically disable 'Kernel-mode' authentication in IIS 7

I need to develop installer to deploy a virtual directory with windows authentication and then disable 'kernel-mode' authentication under advanced settings. I want to automate this (perform action ...
2
votes
1answer
2k views

IIS PHP connect to MSSQL using Windows Authentication

I'm new to PHP and have run into a rather simple yet annoying issue. Here is the setup: Windows domain environment Users connect to a local server 2008 box running IIS7 and latest version of PHP ...
1
vote
0answers
254 views

can't enable windows authentication in IIS

I've disabled anonymous authentication and I've enabled Windows authentication on my website in IIS 7. Now, when I browse to the website (http://webserver), Internet Explorer keeps prompting me for a ...
0
votes
2answers
847 views

401.2 Error in ASP.Net 2.0 on IIS 7.0 on Windows 2008

My "Hello World" c#.Net application works fine on my local Windows 7. Moving to our server I get 401.2 error. Here what I have done (following advices in some forums): Changed the Anonymous ...
2
votes
1answer
572 views

How to De-Authenticate a Windows Auth user with PHP

If a user logged in to my site with windows auth, how do I log the person out so that they will have to be authenticated again? (this is with IIS) For example the user logs in like this: Then the ...
1
vote
1answer
694 views

how to get windows authenticated user guid from internal asp web application?

Ok, so this was working in my VS test server (naturally), but as soon as I publish to IIS, it breaks. What I need for this to work is to be able to get ahold of the GUID (not the SID, please) of the ...
0
votes
1answer
149 views

Setting up MVC3 as an application under classic asp virtual folder - IIS7

I have a classic asp application that uses windows authentication. We are now migrating this classic asp to MVC3. This will also be utilizing windows autnetication also. When i access the mvc3 app ...
0
votes
1answer
279 views

How to change SharePoint Windows Authentication prompt times for login?

In my environment, my SharePoint 2010 is running on Windows Server 2008 R2 with IIS7. The expected behavior after adding SPNs was that the user was prompted 3 times by default. How to configure the ...
0
votes
2answers
523 views

Setup Windows Authentication in ASP .NET 3.5

Here's what I want to do (which I've done before but I'm clearly doing something that is not obvious to me...): ASP .NET 3.5 Intranet Application Want to have Windows Authentication against AD setup ...
2
votes
1answer
1k views

Windows Authentication Credential box asking multiple times in IE8 and IIS7

We have couples of intranet websites hosted on the Windows 2008 Server and all of them are using the Windows Authentication mode. For Example, SiteA SiteB SiteC SiteD (Not working) SiteE (Not ...
1
vote
2answers
6k views

ASP.NET intranet site asking for credentials - Windows Authentication

I created my first website in ASP.Net and I am trying to get it up and running on our intranet here at work. I have got almost everything completed now, and I have come to a roadblock. I need to use ...
2
votes
2answers
1k views

windows authentication in iis7

I am using IIS7 Windows 7 Enterprise. I need to set up windows authentication, but it is not available in IIS7. How do I get windows authentication in IIS7?
0
votes
1answer
787 views

Disable authentication password prompt IIS7

In IIS 7 Web site I have web.config authorization configuration to allow only definite roles. But one page must be available for all users. The problem is that if user is not in allowed group ...
1
vote
0answers
323 views

anonymous authentication on iis7 LOGON_USER is empty

I have a application on iis7 using anonymous authentication. I want to retrieve the LOGON_USER from the server variables. It is currently empty. Microsoft suggests how to populate the values of serer ...
3
votes
2answers
2k views

In IIS, why doesn't Window Authentication show up as one of the options for my web application?

I'm reading about how to set up windows authentication for my web application on IIS 7. In the description they have Window Authentication as an option in IIS. I have windows authenication turned ...
4
votes
2answers
6k views

ASP.NET Authentication Issues on IIS7 - User.Identity.Name is empty for Windows authentication

We have an ASP.NET application on ASP.NET 4.0 using MVC 3 which uses Windows authentication. When run from Visual Studio 2010 everything works as expected but when rolled out to IIS7 the Windows ...
0
votes
0answers
86 views

SQL Server 2005 - Connect with windows auth from seperate IIS7 server, w/o using a domain

This might be a total waste of time, as I suspect I am asking a nonsense. But I have an IIS7 web server setup on server A, and a SQL Server 2005 Standard setup on server B. Both servers are Windows ...
3
votes
2answers
2k views

Windows authentication in MVC 3

I'm trying to set up Windows authentication in my web app, but I cannot make it work. The app run in my computer (Windows 7 x64), I am in a domain network, and the app is running on the real IIS, not ...
0
votes
2answers
1k views

Get windows authenticated user name in .net app?

How to get windows authenticated user name in .net application? My app is hosted on IIS. There is no Login form. But, I want to get the windows user name of the persons browsing it. I tried all the ...
4
votes
1answer
2k views

Windows Authentication not working for classic ASP pages (but does work for ASP.Net pages w/in same site)

We have an IIS7 intranet site running under integrated pipeline that is mostly ASP.Net with a few legacy classic ASP pages. The site allows anonymous access to most areas, but uses Windows ...

1 2