Re: Intranet app via remote location (Internet)



... Just enable Windows
auth in IIS, disable anonymous and set ASP.NET to Windows auth mode. It
just works. If the IIS box is domain-joined, it will authenticate against
AD. There is no code to write.

Those are specific instructions that even I understand. I will give that a
go and see if it passes the client's muster.

The question is still whether you want to use Windows auth or forms auth.
If you choose to go with forms auth, the AD membership provider is the
easiest solution.

I wish I knew. From what little I understand, using Windows auth from
outside the Internet firewall is inviting headaches but that's just based on
random postings I've reviewed. I've looked at the AD m.p. and it doesn't
seem too complicated (still not a plug-n-play kind of option--I love
programming but hate the security-related quicksand). If the above option is
shot down then I'll tackle the AD MP option.

Thanks again for your time and effort.

Troy S.
.



Relevant Pages

  • RE: Windows 2003 Web Server and SSPI Authentication from ASP
    ... If IIS and SQL are on different boxes, and you want the web user to be ... the IIS server in Windows Auth and use Kerberos. ... register the SPN for SQL Server as well as trust the IIS machine for ...
    (microsoft.public.sqlserver.security)
  • Re: use anonymous but get get an authentication box
    ... windows auth. ... "Sharif" wrote in message ... > I am using windows server 2003 and IIS 6. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: HTTP access to Analysis Services failing
    ... Thanks Dave, I had a feeling that was the problem. ... > Look at the IIS docs for what ports you need open. ... Windows Auth is on, the user logs in, and OWC connects to AS using ... But in Production, this is failing. ...
    (microsoft.public.sqlserver.olap)
  • Re: Windows authentication - Web.Config
    ... well with Windows auth - IIS is doing the heavy lifting - in general your users shouldn't even see a login dialog as IE sends the credentials automatically ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: ActiveDirectoryMembershipProvider ASP.NET 2.0
    ... For it to work for Windows auth you would have to set that on IIS ... Go to IIS>Security and uncheck Anonymous logon and check integrated Windows ... > new namespaces (ActiveDirectoryMembershipProvider, ... > ActiveDirectoryMembershipUser, MembershipUser, Membership, etc) to ...
    (microsoft.public.dotnet.framework.aspnet)