HI
I uploaded my site , is there any way that any one can't access my files that I uploaded on host?
I mean I want know is there any way that I put some code or password in my pages that any one can't change or open it?
Best Regards
Neda
To the folder add a Web.Config file with following contents and it will restrict access
<?
xml
version
=
"1.0"
encoding
"utf-8"
?>
<
configuration
>
system.web
authorization
deny
users
"*"
/>
</
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.