CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2005
    Posts
    34

    Red face Web.Config File Explanation

    Hi All

    I am a new bee in asp.net

    can any one tell me the meaning of tags mentioned in web.config file
    like <authentication mode="Forms">
    <authorization> etc...

    if not all, then atleast give me some idea of some tags which are commonly used and really usefull.

    many thanx in adv.

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Web.Config File Explanation

    Here is a nice Article that explains about the web.config files and the Tags.
    http://www.sitepoint.com/article/web...le-demystified

  3. #3
    Join Date
    Mar 2005
    Posts
    34

    Re: Web.Config File Explanation

    thanx much

    lemme have a look at this, i will get back to clear my doubts

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured