Hi Guys
I have a asp.net 4.0 application with login screen
http://localhost/WST/Forms/Frmlogin.aspx
i store my login id in the class file variable inside my application
i want to avoid login to the appliction without going throug login screen by putting
its url directly like this
http://localhost/WST/Forms/TeacherList.aspx
this links works if anybody put it on url area directly,by passing my login screen
how can i avoid this type of situation in my web application
thanks
regards
sumith