How do I configure extensionless URLs with the Visual Web Development server?
Posted
by Gabe
on Stack Overflow
See other posts from Stack Overflow
or by Gabe
Published on 2009-01-19T21:20:13Z
Indexed on
2010/06/18
2:53 UTC
Read the original article
Hit count: 433
I'm using Visual Studios' built-in ASP.NET Development Server (VWD) to test my web site during development.
I would like this ASP.NET web site to use extensionless URLs (pages don't require the aspx extension). Ordinarily I would configure a custom 404 in IIS that directs to an ASPX page. How would I do this with VWD?
P.S. This is not an ASP.NET MVC web site.
© Stack Overflow or respective owner