Intranet app via remote location (Internet)
- From: Troy S. <Troy S.@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 10 Apr 2008 11:14:00 -0700
Hello all. I am developing a 2.0 web site whereby the client wants to give
access to everyone in their company's domain (I assume that means Active
Directory). The site will be accessed from the Internet (outside the
company' intranet). Once logged in, I will grab the authenticated user's
identity and search SQL tables for their app-specific rights. I have
wrestled with the proper settings to enable this functionality but have yet
to stumble upon the correct solution.
I would think Allow Anonymous Access would be turned off via IIS and
web.config would have something similar to the folllowing in it:
<authentication mode="Windows"/>
<identity impersonate="true"/>
<authorization>
<allow roles="app-specific-role-name" />
<deny users="*" />
</authorization>
I'd greatly appreciate any insight you have or even links to proper
resources. Take care.
Troy
.
- Follow-Ups:
- Re: Intranet app via remote location (Internet)
- From: Joe Kaplan
- Re: Intranet app via remote location (Internet)
- Prev by Date: Re: Authentication and Active Directory
- Next by Date: PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?
- Previous by thread: Authentication and Active Directory
- Next by thread: Re: Intranet app via remote location (Internet)
- Index(es):