IIS 7.5
WIndows 2008 R2
.Net 4.0
I have test website http://www.test.com and browsing is fine
There is subfolder http://www.test.com/help
The website is changing to http://www.test.com/help/default.aspx into address bar
I get an error message
Server Error in '/' Application.
--------------------------------------------------------------------------------
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /help/default.aspx
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
If I type in http://www.test.com/help/index.htm (It works fine)
How I can default this web address bar from default.aspx to index.htm
Or any other solutions
If I type in http://www.test.com/help should browse the website and hit to the write file instead manually tying in index.htm or default.aspx