I've a IIS 7.5 with one application configured in the "Default Website" called "demo". The physical path of this application locates outside the folder for "Default Website". It's located at "c:\Program files\myWebsite\demo"
If I now call the IIS via http://mywebsite.com/demo/ everything works fine. But if I miss the trailing "/" and call http://mywebsite.com/demo I get a yellow error page with "Server Error in '/demo' Application."
How can I configure my IIS to accept "demo" and "demo/"?
Thanks, Konrad