I want to remove the file-extension (like .html
) for users of IE, FF and google Chrome.
I have a hyperlink like : www.coco/New.html
.
When I type www.coco/New
I receive a 404 error.
I want users to only type www.coco/New
in all browsers.
What can I do in ASP " visual web developer "?
Is it possible to adding some code in project "Web.config"?