Click here to Skip to main content
15,889,735 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: custom datalist control Pin
Ersan Ercek18-Jan-11 21:05
Ersan Ercek18-Jan-11 21:05 
Questionprevent Multiple users updating same record same time and same table Pin
vishnukamath16-Jan-11 19:09
vishnukamath16-Jan-11 19:09 
AnswerRe: prevent Multiple users updating same record same time and same table Pin
Pete O'Hanlon16-Jan-11 22:40
mvePete O'Hanlon16-Jan-11 22:40 
AnswerRe: prevent Multiple users updating same record same time and same table Pin
thatraja17-Jan-11 15:43
professionalthatraja17-Jan-11 15:43 
AnswerRe: prevent Multiple users updating same record same time and same table Pin
Dalek Dave4-Mar-11 13:25
professionalDalek Dave4-Mar-11 13:25 
QuestionWebsite is hacked sporadicaly ! Pin
devboycpp16-Jan-11 6:50
devboycpp16-Jan-11 6:50 
AnswerRe: Website is hacked sporadicaly ! Pin
luisnike1916-Jan-11 7:40
luisnike1916-Jan-11 7:40 
AnswerHow long is a piece of string? Pin
Keith Barrow16-Jan-11 8:23
professionalKeith Barrow16-Jan-11 8:23 
There isn't a one size fits all answer for this (hence the subject line). I'm a little rusty at the security side of things, but the following might be a start:


  • Did you change your password when you encrypted it: if not the hacker could still be using your original password.
  • You should consider locking down your FTP setup, so that you arrange to have FTP open only when you are uploading. This is most likely how they got in. You could also change your firewall so it only accepts incoming FTP requests from internal/known IPs.
  • The presence of files on your site indicates that whoever has hacked you *might* have some level of user access to you machine (ftp is more likely, but there are tools to bootstrap yourself an account using known vulnerabilities) : Check for new users (especially with administrative rights) and strap your server down.

  • If the hacker has their own login account, they might no longer need the password, their kerberos identity could be enough if authentication is in mixed mode. Check the SQL logs to see who has been in on your system, again strap down who can log in to your SQL server, but they sound clever enough to cover their own tracks. If your SQL server isn't on a different machine, move it. Only allow specific windows accounts to login (say the DB admin's and yours), or none at all (SQL only mode).
  • Put some code security in place so that only code signed by yourselves can be actually executed.
  • Change your SQL password again: they may already have a new one.



Securing a website isn't easy, there are several vulnerabilities (tools to get admin access, social engineering etc) and any is a potential route in. If you can't do it yourself you should consider getting someone in who can:- it is a skilled job, but before doing this you need to asses what level of risk is acceptable and how much you are willing to pay to secure your site.

AnswerRe: Website is hacked sporadicaly ! Pin
Pete O'Hanlon16-Jan-11 9:36
mvePete O'Hanlon16-Jan-11 9:36 
QuestionA Problem in auto Post-back Pin
Ali Al Omairi(Abu AlHassan)16-Jan-11 1:29
professionalAli Al Omairi(Abu AlHassan)16-Jan-11 1:29 
Questionhow to write to text file or any other way who Visited (ip and computer name) in my web ? Pin
Gali197815-Jan-11 7:54
Gali197815-Jan-11 7:54 
AnswerRe: how to write to text file or any other way who Visited (ip and computer name) in my web ? [modified] Pin
Parwej Ahamad15-Jan-11 9:28
professionalParwej Ahamad15-Jan-11 9:28 
GeneralRe: how to write to text file or any other way who Visited (ip and computer name) in my web ? Pin
goldsoft16-Jan-11 4:17
goldsoft16-Jan-11 4:17 
GeneralRe: how to write to text file or any other way who Visited (ip and computer name) in my web ? Pin
Parwej Ahamad22-Jan-11 8:15
professionalParwej Ahamad22-Jan-11 8:15 
Questionwhen i press my gridView on e-mail column - how to sent to this person ? Pin
Gali197814-Jan-11 7:49
Gali197814-Jan-11 7:49 
AnswerRe: when i press my gridView on e-mail column - how to sent to this person ? Pin
Abhijit Jana14-Jan-11 8:04
professionalAbhijit Jana14-Jan-11 8:04 
AnswerRe: when i press my gridView on e-mail column - how to sent to this person ? Pin
Yusuf14-Jan-11 9:14
Yusuf14-Jan-11 9:14 
GeneralRe: when i press my gridView on e-mail column - how to sent to this person ? Pin
Ali Al Omairi(Abu AlHassan)16-Jan-11 4:22
professionalAli Al Omairi(Abu AlHassan)16-Jan-11 4:22 
QuestionDocuments Pin
indian14314-Jan-11 6:11
indian14314-Jan-11 6:11 
AnswerRe: Documents Pin
Not Active14-Jan-11 8:28
mentorNot Active14-Jan-11 8:28 
GeneralRe: Documents Pin
indian14314-Jan-11 10:02
indian14314-Jan-11 10:02 
QuestionDynamic CheckBox Problem Pin
buffering8313-Jan-11 18:26
buffering8313-Jan-11 18:26 
AnswerRe: Dynamic CheckBox Problem Pin
Abhijit Jana13-Jan-11 18:47
professionalAbhijit Jana13-Jan-11 18:47 
AnswerRe: Dynamic CheckBox Problem Pin
Sandeep Mewara13-Jan-11 19:31
mveSandeep Mewara13-Jan-11 19:31 
AnswerRe: Dynamic CheckBox Problem PinPopular
Abhijit Jana13-Jan-11 19:49
professionalAbhijit Jana13-Jan-11 19:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.