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 ?
Printable View
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 ?
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
I am afraid that this can be done with asp.net.
I have this doubt, what will happen if the user with another browser ?
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. :)
That sounds good. If you develope with asp.net, if the user opens another browser whats is your idea ?
i don't understand what you mean about another browser?
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
that's true,
my router provide a wireless connection
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