There is something like htaccess for windows asp.net/IIS Server

is there something like htaccess on iis windows server?

Don't like using forms or anything like that

+3
source share
2 answers

Take a look at this SO post:

.htaccess or .htpasswd equivalent in IIS?

+1
source

The web.config file is similar. But it depends on what you want to do with it.

0
source