Click here to Skip to main content
16,021,449 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys ive created a login system and it is currently working..
my main problem is when i run it on local host and change *.aspx another form pops out


EXAMPLE:
http://localhost:4997/WebSite3/login.aspx
and change login.asp to homepage.asp without login in (just changing it via website)
http://localhost:4997/WebSite3/homepage.aspx
I still can access to homepage

is there any code for LOGIN INTEGRITY plss help
Posted

1 solution

Use forms authentications, take a look at this msdn article[^].
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900