Nginx does not use .htaccess file for the performance issue.
See details at LikeApache-htaccess
2013-01-18
2012-12-10
How to control access based upon IP(s) with IIS
How to control access based upon IP(s) with IIS
- Install [IP and Domain Restrictions]
- Run Server Manager and open [Roles > Web Server (IIS)]
- Scroll down to [Role Services] at [Summary]
- Click [Add Role Services] on right pane
- Check [IP and Domain Restrictions] on [Role Services > Web Server > Security]
- Click [Install]
- Block clients by IP
- Run IIS Manager and select a specific site or folder
- Open [IPv4 Address and Domain Restrictions]
- Open [Edit Feature Settings] to set an option for DENY or ALLOW from all
- Open [Add Allow/Deny Entry] to add IP or IP range
2012-10-09
DoEvent for WPF
System.Windows.Application.Current.Dispatcher.Invoke
(
DispatcherPriority.Background,
new System.Threading.ThreadStart
(
delegate { }
)
);
Subscribe to:
Posts (Atom)