How access .htaccess file in windows server?

1.5k Views Asked by At

I am try to implement URL re-write functionality using Helicon Manager for my ASP.net application running on windows server. I also generate a .htaccess file and place in a root directory, but badly my application failed to access this file and not performing the URL re-write. Here I want to know how can i access .htaccess file through which we can perform a successful URL re-write implementation.

1

There are 1 best solutions below

3
On

Is your application running on Apache Server or IIS? AFAIK IIS doesn't understand .htaccess (this knowledge dates back to 2005, I might be wrong), you might need to use a 3rd party component.