|
-
Mar 3rd, 2011, 01:36 PM
#1
New Member
Re: Validate Login against Active Directory
Sorry if this is a double post
Hey I would appreciate some help. I have implemented your active directory connect which works perfectly but I am trying to connect to a server and download or open a file for viewing. How can this be completed?
Doman: MyCompany.com
Server: ServerOne.MyCompany.com
path: \home\etc
file: Test.pdf
I have been using things like TransferFile but this option does not work when the site is deployed so I am thinking I am not using System.DirectoryServices correctly. Any tips, pointers, examples would be greatly appreciated.
Many Thanks
-
Apr 7th, 2011, 12:18 PM
#2
New Member
Re: Validate Login against Active Directory
I have a web app using this Validate Login and it works great on an interal server. Now I need to move this to an external web server that allows AD authentication. Both of these servers are on Windows Server 2003 SP 2.
When I try to login to the external server it never authenticates. Besides changing the ldap domain for the exteranl server do I need to change anything else?
In the web.config on the internal server it has:
<authentication mode="Windows"></authentication>
<authorization>
<deny users="?"/>
</authorization>
On the external server I changed it to forms mode.
Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|