user authentication using c#.net (for a web base system)
-
This is my Login Page URL http://localhost:3271/NocSystem/LoginPage.aspx This is my Admin(Home)Page URL http://localhost:3271/NocSystem/AdminPage.aspx If i copy & paste the home pages URL with another Browser it is loading.I want to avoid that.Because if one of user got that URL he can easily access to my web base system through my web server.I'm developing this system to run @ my office's web server. If one of user copy and paste that URL i wanna redirect to my Login Page.How can i do that...?
CheeN
-
This is my Login Page URL http://localhost:3271/NocSystem/LoginPage.aspx This is my Admin(Home)Page URL http://localhost:3271/NocSystem/AdminPage.aspx If i copy & paste the home pages URL with another Browser it is loading.I want to avoid that.Because if one of user got that URL he can easily access to my web base system through my web server.I'm developing this system to run @ my office's web server. If one of user copy and paste that URL i wanna redirect to my Login Page.How can i do that...?
CheeN
1)Add a session in the login page. 2)Check for the session in all other pages. If session not available redirect to login page. 3)Remove the session at logout.
**$**herin Iranimose
-
This is my Login Page URL http://localhost:3271/NocSystem/LoginPage.aspx This is my Admin(Home)Page URL http://localhost:3271/NocSystem/AdminPage.aspx If i copy & paste the home pages URL with another Browser it is loading.I want to avoid that.Because if one of user got that URL he can easily access to my web base system through my web server.I'm developing this system to run @ my office's web server. If one of user copy and paste that URL i wanna redirect to my Login Page.How can i do that...?
CheeN
Use Authendication
Sathya
-
This is my Login Page URL http://localhost:3271/NocSystem/LoginPage.aspx This is my Admin(Home)Page URL http://localhost:3271/NocSystem/AdminPage.aspx If i copy & paste the home pages URL with another Browser it is loading.I want to avoid that.Because if one of user got that URL he can easily access to my web base system through my web server.I'm developing this system to run @ my office's web server. If one of user copy and paste that URL i wanna redirect to my Login Page.How can i do that...?
CheeN
-
1)Add a session in the login page. 2)Check for the session in all other pages. If session not available redirect to login page. 3)Remove the session at logout.
**$**herin Iranimose
-
:-D
**$**herin Iranimose