Results 1 to 10 of 10

Thread: Network Connection ASP.NET

  1. #1

    Thread Starter
    Frenzied Member avrail's Avatar
    Join Date
    Mar 2006
    Location
    Egypt, Cairo
    Posts
    1,221

    Network Connection ASP.NET

    hay,
    is there is a way to make such a thing using ASP.net,
    i want to check the user name and his password before he can connect to my router, and if the user was valid, then i will give him an IP to connect to the internet ?
    You Don't Have to Rate Me.
    I'm Not a Civilized Man I'm the Civilization it self
    White or Black, Living or Dieing and 0 or 1 that's MY life
    iam an Object in Object Oriented Life
    my blog : http://refateid.blogspot.com/
    twitter :@avrail
    010011000111010101110110001000000100110101111001001000000101000001100011

  2. #2
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: Network Connection ASP.NET

    Are you looking for windows Authentication in Asp.net ?
    Please mark you thread resolved using the Thread Tools as shown

  3. #3

    Thread Starter
    Frenzied Member avrail's Avatar
    Join Date
    Mar 2006
    Location
    Egypt, Cairo
    Posts
    1,221

    Re: Network Connection ASP.NET

    Quote Originally Posted by danasegarane View Post
    Are you looking for windows Authentication in Asp.net ?
    i don't think so,
    let me clear things out, i have my laptop, and there is a wireless network connection, i just want to connect to this wireless network, but when i write google.com in my web browser i want a login page displayed and if the user login is valid, then i will let him go through the internet,
    i don't think this will be done with windows Authentication in Asp.net
    You Don't Have to Rate Me.
    I'm Not a Civilized Man I'm the Civilization it self
    White or Black, Living or Dieing and 0 or 1 that's MY life
    iam an Object in Object Oriented Life
    my blog : http://refateid.blogspot.com/
    twitter :@avrail
    010011000111010101110110001000000100110101111001001000000101000001100011

  4. #4
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: Network Connection ASP.NET

    I am afraid that this can be done with asp.net.

    I have this doubt, what will happen if the user with another browser ?
    Please mark you thread resolved using the Thread Tools as shown

  5. #5

    Thread Starter
    Frenzied Member avrail's Avatar
    Join Date
    Mar 2006
    Location
    Egypt, Cairo
    Posts
    1,221

    Re: Network Connection ASP.NET

    well, right now i try to connect to a wireless network connection, and it asked me for user name and password through the browser,
    so i think there is a way to do such a thing using asp.net.
    the problem is that i don't know from where should i start.
    You Don't Have to Rate Me.
    I'm Not a Civilized Man I'm the Civilization it self
    White or Black, Living or Dieing and 0 or 1 that's MY life
    iam an Object in Object Oriented Life
    my blog : http://refateid.blogspot.com/
    twitter :@avrail
    010011000111010101110110001000000100110101111001001000000101000001100011

  6. #6
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: Network Connection ASP.NET

    That sounds good. If you develope with asp.net, if the user opens another browser whats is your idea ?
    Please mark you thread resolved using the Thread Tools as shown

  7. #7

    Thread Starter
    Frenzied Member avrail's Avatar
    Join Date
    Mar 2006
    Location
    Egypt, Cairo
    Posts
    1,221

    Re: Network Connection ASP.NET

    i don't understand what you mean about another browser?
    You Don't Have to Rate Me.
    I'm Not a Civilized Man I'm the Civilization it self
    White or Black, Living or Dieing and 0 or 1 that's MY life
    iam an Object in Object Oriented Life
    my blog : http://refateid.blogspot.com/
    twitter :@avrail
    010011000111010101110110001000000100110101111001001000000101000001100011

  8. #8
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Network Connection ASP.NET

    Hey,

    What functions does your router provide? One technique that springs to mind is radius authentication.

    If the user doesn't have access to the wireless router, and doesn't have a wired connection, then they will never be able to hit any of your ASP.Net pages.

    Gary

  9. #9

    Thread Starter
    Frenzied Member avrail's Avatar
    Join Date
    Mar 2006
    Location
    Egypt, Cairo
    Posts
    1,221

    Re: Network Connection ASP.NET

    that's true,
    my router provide a wireless connection
    You Don't Have to Rate Me.
    I'm Not a Civilized Man I'm the Civilization it self
    White or Black, Living or Dieing and 0 or 1 that's MY life
    iam an Object in Object Oriented Life
    my blog : http://refateid.blogspot.com/
    twitter :@avrail
    010011000111010101110110001000000100110101111001001000000101000001100011

  10. #10
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Network Connection ASP.NET

    Ok, so it is at that router that you need to do the authentication, not in your ASP.Net application. How you go about doing that will be dependent solely on your router and what functions it has.

    Gary

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