I have been asked to redirect an empty folder called 'jobs' to a specific url. This is a C# .NET website.
The site is using IIS7. I tried to use the IIS7 URL reDirect but when I tried that I got the error message
HTTP Error 403.14 – Forbidden The Web server is configured to not list the contents of this directory
I have also tried the solution in this link on Stackoverlow
HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory but I just cannot get it to work
Is it possible within .NET to redirect a url such as www.mysite.com/jobs to a url like www.mysite.com/t-jobs.aspx
Thanks
Go to the complete details ...