Thursday, March 12, 2015

The request matched a wildcard mime map. The request is mapped to the static file handler. If there were different pre-conditions, the request will map to a different handler.

To get around seeing this error when visiting an .aspx web page a ASP.NET 3.5 web site at Windows Server 2012 R2...

  1. run Command Prompt as Administrator
  2. navigate to C:\Windows\Microsoft.NET\Framework64\v2.0.50727\
  3. run "aspnet_regiis -ir" to register the 2.0/3.5 stuff which is not yet registered

No comments:

Post a Comment