Re: Remote connection to the Intranet

From: Joe Kaplan \(MVP - ADSI\) (joseph.e.kaplan_at_removethis.accenture.com)
Date: 07/21/05


Date: Wed, 20 Jul 2005 23:14:35 -0500

How is authentication configured in IIS for the site or virtual directory in
question? Is it possible you have both anonymous and IWA enabled, and the
IWA works from within the office but the not from outside?

Just a guess,

Joe K.

"Peter Afonin" <peter@gudzon.net> wrote in message
news:OGBrtxJjFHA.2916@TK2MSFTNGP14.phx.gbl...
> Hello,
>
> I've created several ASP.NET applications for our Intranet. Since we don't
> want everyone to access all applications, I've added some limitations in
> the Web.config:
>
> <authorization>
> <deny users="?" /> <!-- Deny anonymous users -->
> <allow users="specialty\pafo"
> roles="specialty\Sales, specialty\IntranetAdmins, specialty\CustServ,
> specialty\IntranetArrow, specialty\IntranetArrowSales"/>
> <deny users="*"
> roles="[comma separated list ofBroles]"/>
> </authorization>
>
> No problem here. The problems start when our sales people try to connect
> to our applications from the outside world.
>
> 1. They never have problems accessing them when they use broadband
> connection, for instance, DSL.
>
> 2. But they can never connect, when they use AOL or dial-up connection.
> They always get "Access denied" error.
>
> This part I cannot understand. While I know that AOL could be tricky,
> what's special about dial-up? Does dial-up protocol add something special
> to the user name, so it looks like isp/username or something like this, so
> our server doesn't recognize it?
>
> I don't think there is something wrong with my security settings, since in
> most cases everything works just fine.
>
> I would appreciate your suggestions.
>
> Thank you,
>
> --
> Peter Afonin
>



Relevant Pages

  • Remote connection to the Intranet
    ... I've created several ASP.NET applications for our Intranet. ... But they can never connect, when they use AOL or dial-up connection. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: More than One
    ... Microsoft Online Support ... | directory can has its own virtual directory based IIS ... | there is no namespace statement in ASP.NET 2.0 applications and there is ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Forms Authentication
    ... "Hernan de Lahitte" wrote: ... > different applications, you have a SSO scenario with Forms ... >> successfully, when the login page, and the redirect page are in the same ... >> virtual directory, however, I want to put the login page into a separate ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Application load problem
    ... You'll need to ask AOL about their software - this is a group for Windows ... > I'm having a problem loading applications. ... > shows up in the task manager After about ...
    (microsoft.public.windowsxp.perform_maintain)
  • Re: Multiple Subdirectories with different login pages
    ... Yep -- a nested virtual directory under all of your applications' directories mapped to the same physical location works. ... different authentication schemes for the child directories then you'll have to make them applications in IIS. ... Now sites A,B, and C will all have seperate loging forms using ...
    (microsoft.public.dotnet.framework.aspnet)