Web config security settings

From: Kazim Kargi (kkargi_at_hotmail.com)
Date: 08/21/03

  • Next message: vlad: "Authenticated_Users Group"
    Date: Thu, 21 Aug 2003 07:42:00 -0700
    
    

    Hi all;
    I want to use user name and password in my asp.net project
    for all aspx files but not for asmx files. Or i want to
    use some files with user name but some another not
     In web config my configuration is;
    authentication mode="Forms">
    <forms loginUrl="tom/ortak/LoginPage.aspx"
    protection="All" path="/tom/"/>
        </authentication>

    <authorization>
            <deny users="?"/>
    </authorization>

    I want some files not to ask user name/ pass while other
    project files ask on same time. How can i do?

    Thanks for your help...


  • Next message: vlad: "Authenticated_Users Group"

    Relevant Pages

    • Re: Web config security settings
      ... > for all aspx files but not for asmx files. ... > In web config my configuration is; ... > project files ask on same time. ...
      (microsoft.public.dotnet.framework.aspnet.security)
    • Web config security settings
      ... for all aspx files but not for asmx files. ... In web config my configuration is; ...
      (microsoft.public.dotnet.framework.aspnet.security)