Sorry if this post already exist.
my question is that is there any equivalent of .htaccess (used in apache) for IIS available or not
Printable View
Sorry if this post already exist.
my question is that is there any equivalent of .htaccess (used in apache) for IIS available or not
No not for IIS - you need to set things up in the IIS snap-in console.
However the Web.Config file in ASP.NET does provide what is in a .htaccess file (and more) but it only applies to ASP.NET files unless you make some changes to IIS's settings.
What do you want to do to need a .htaccess file?
HTH
DJ
Yes i need that thing for ASP.NET
What exactly are you looking to do? - maybe we can help you out.
DJ