Ask a Question related to ASP.NET Security, Design and Development.
-
metridevkk #1
Using Integrated Windows Authentication to access Active Directory
Hi,
I have disabled "Anonymous Access" & enabled "Integrated Windows
Authentication" on the web server for my ASP.NET application. My Web.config
file has the following entries:
<authentication mode="Windows" />
<identity impersonate="true"/>
Now when I run the application from within Visual Studio.NET, the
application successfully runs after determining the windows user in the code
using "User.Identity.Name" & I am able to access the active DirectoryEntry
for that User.
However, when I navigate to this new aspx page from an existing ASP page, I
am prompted to login to the domain again.
Any help will be greatly appreciated!!! Its urgent for me to solve this
problem.
Thanks
metridevkk Guest
-
Using Windows Integrated Authentication to access Active Directory
Hi, I have disabled "Anonymous Access" & enabled "Integrated Windows Authentication" on the web server for my ASP.NET application. My Web.config... -
Windows Authentication with Asp.net and against Active Directory
How can i use Windows authentication in IIS against AD. How will i create a WindowsPrincipal object(with asp.net) in the Context.User property... -
Forms or windows authentication with active directory?
Hi, I'm having a hard time deciding (figuring out) how to implement security in my asp.net application. Requirements: - Use active directory as... -
.NET, Integrated Windows Authentication, and more
First of all, with identity impersonate = true, I still get this blasted error: Exception Details: System.Data.SqlClient.SqlException: Login failed... -
Do you need Framework 1.1 to access Active Directory objects on a Windows 2003 server with ASP.NET?
Some of our developers are having a problem making certain code work that reads the contents of OUs in our Active Directory. It reads fine when... -
John M Deal #2
Re: Using Integrated Windows Authentication to access Active Directory
Here's an ASP Alliance article that I came across recently that
discusses this. Hope it helps.
[url]http://aspalliance.com/553[/url]
Have A Better One!
John M Deal, MCP
Necessity Software
metridevkk wrote:> Hi,
> I have disabled "Anonymous Access" & enabled "Integrated Windows
> Authentication" on the web server for my ASP.NET application. My Web.config
> file has the following entries:
>
> <authentication mode="Windows" />
> <identity impersonate="true"/>
>
> Now when I run the application from within Visual Studio.NET, the
> application successfully runs after determining the windows user in the code
> using "User.Identity.Name" & I am able to access the active DirectoryEntry
> for that User.
>
> However, when I navigate to this new aspx page from an existing ASP page, I
> am prompted to login to the domain again.
>
> Any help will be greatly appreciated!!! Its urgent for me to solve this
> problem.
>
> ThanksJohn M Deal Guest
-
John M Deal #3
Re: Using Integrated Windows Authentication to access Active Directory
OOPS I responded to the wrong message. Sorry All!
John M Deal
metridevkk wrote:> Hi,
> I have disabled "Anonymous Access" & enabled "Integrated Windows
> Authentication" on the web server for my ASP.NET application. My Web.config
> file has the following entries:
>
> <authentication mode="Windows" />
> <identity impersonate="true"/>
>
> Now when I run the application from within Visual Studio.NET, the
> application successfully runs after determining the windows user in the code
> using "User.Identity.Name" & I am able to access the active DirectoryEntry
> for that User.
>
> However, when I navigate to this new aspx page from an existing ASP page, I
> am prompted to login to the domain again.
>
> Any help will be greatly appreciated!!! Its urgent for me to solve this
> problem.
>
> ThanksJohn M Deal Guest



Reply With Quote

