I have a directory in my website called /MyFiction. It is an installed version of WordPress for a particular blog and I would like to keep it to where you can only get to it if you’re authenticated. I’m an old hat to ASP.NET but with MVC I’m still a newbie….
Share
Set the directory up in your web.config the way you would with standard ASP.NET, but make sure to ignore the route in your MVC web site via Application_Start.