Results 1 to 6 of 6

Thread: [RESOLVED] web cofig (authentication) problem

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2005
    Location
    Dhaka, Bangladesh
    Posts
    102

    Resolved [RESOLVED] web cofig (authentication) problem

    Dear Friends,

    I have developed a ASP.NET application and I want that people must login to the system to brows any page.

    So I have wrote the following code in web config file.

    <authentication mode="Forms">
    <forms name="CME 2006" path="/" loginUrl="start.aspx" />
    </authentication>
    <authorization>
    <deny users="?" />
    </authorization>



    Now no page can be brows from url. But problem is that when i login with correct username and password it returns to the same page. I think I am making a mistake.

    Please Help me.

    -Rajib

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Mar 2005
    Location
    Dhaka, Bangladesh
    Posts
    102

    Re: web cofig (authentication) problem

    Dear Friends,

    Please help me. I am waiting for your response.

    --Rajib

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: web cofig (authentication) problem

    Have you compared with any tutorials?
    http://www.15seconds.com/issue/020220.htm

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Mar 2005
    Location
    Dhaka, Bangladesh
    Posts
    102

    Re: web cofig (authentication) problem

    Thanks Boss for your response. I think it will help me more than I required from you.

    -Rajib

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: web cofig (authentication) problem

    It'll help you more than you required? Is that a bad thing?

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Mar 2005
    Location
    Dhaka, Bangladesh
    Posts
    102

    Re: web cofig (authentication) problem

    No. It is good enough.

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