Friendly Urls on the Development Web Server shipped with Visual Studio 2005
Vote:
The release notes of 4.61 states how to run EPiServer on the development web server in VS2005...
That works well for development, but I have found that the friendly url functionality is broken probably due to handling of custom errors and the difference between Cassini and IIS.
Is there a way to make the Cassini server handle custom errors like IIS does to make the friendly Urls work?
/Per Salmi
XMS
From the release notes:
"ASP.NET Development Server
The built-in Web server in .NET 2.0 (ASP.NET development server) does not support friendly URL in the default configuration. In order for this to work, you must have an extension that is mapped to ASP.NET for the URL. For example:
"
Have you tried the extension? Exactly what is broken? Can you elaborate?