By tag: Dos
0
kicks
System.Diagnostics.Process and xcopy… why it doesn’t work?
We spent 30 minutes on a spiny issue. We execute some commands directly from a C# program but we want to make sure that everything executed. We did unit test on some code and everything seemed to work.
Today, we tried it live with some real case scenario where we execute some XCOPY. And then…. no...
0
kicks
Prevent Denial of Service (DOS) attacks in your web application
Web services are the most attractive target for hackers because even a pre-school hacker can bring down a server by repeatedly calling a web service which does expensive work. Ajax Start Pages like Pageflakes are the best target for such DOS attack because if you just visit the homepage repeatedly w...
0
kicks
Custom Mempership Provider for preventing DoS
Using Base Membership Provider can cause DoS...How to avoid that.
0
kicks
How to restart a remote computer
Sometimes you have to login to your work PC from home and you need to restart it, the problem is that the restart button is not there anymore only the log off button is shown
What can you do? Read the article to find out how DOS is your friend
0
kicks
Block DoS attacks easily in ASP.NET
The module is a high performance and lightweight protection from Denial-of-Service attacks and very easy to implement.