Things You'll Need:
- Computer
-
Step 1
Modify your "Web.config file." The Web.config file is responsible for handling error messages as well as database connections. By changing this file, you can prevent hackers from getting access to your Web site and source code.
-
Step 2
Deactivate the "Tracing" option in your web.config. With the tracing command switched on, transactions to your server can be monitored by simply accessing "Trace.vxd."
-
Step 3
Set your access file to the "Read Only" option. Freely accessing your files could allow hackers to make modifications or revisions to your files. Configure your server in such a way that other users would have limited access to your files.
-
Step 4
Change the settings of the administrator account. Configuring your administrator to disallow unauthorized access can help make sure that your server is secured.
-
Step 5
Avoid making the FTP functional. If there is a need to make the FTP operational, configure it in such a way that it will only read your IP address.








