includes check user page

  • Thread starter Thread starter Grey
  • Start date Start date
G

Grey

I want to check if the user login the system or not before using the application. I want to use one aspx file for doing this. I know how to include this aspx file, but I don't know how to write code for doing this purpose. Please suggest

Million Thanks.
 
Use Forms Authentication. It's sufficient for basic needs and can usually be extended for more advanced needs.
Here's more info:
http://www.dotnetbips.com/displayarticle.aspx?id=9
http://www.4guysfromrolla.com/webtech/121901-1.2.shtml
http://www.dotnetbips.com/displayarticle.aspx?id=117

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com


I want to check if the user login the system or not before using the application. I want to use one aspx file for doing this. I know how to include this aspx file, but I don't know how to write code for doing this purpose. Please suggest

Million Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top