thankgodfortektips
Programmer
Hi All,
I have developed an application (ASP and SQL 2000) that I have now got a few organizations using. I am just wondering the possibilities of getting hacked as I am wanted to change the app from running on local servers to being on a hosted server open to the world.
I have a log in page that sets a session variable. When the user goes to each page there is a lookup to the permissions table which in short has the userid and page name. If the userid isn't in the table with the current page name then the system logs them out.
Is there anything that I need to worry about as far as people gain access to the data? Does anyone know where I can find information about methods of hacking ASP applications?
Thanks!
I have developed an application (ASP and SQL 2000) that I have now got a few organizations using. I am just wondering the possibilities of getting hacked as I am wanted to change the app from running on local servers to being on a hosted server open to the world.
I have a log in page that sets a session variable. When the user goes to each page there is a lookup to the permissions table which in short has the userid and page name. If the userid isn't in the table with the current page name then the system logs them out.
Is there anything that I need to worry about as far as people gain access to the data? Does anyone know where I can find information about methods of hacking ASP applications?
Thanks!