Open fungus1487 opened 10 years ago
We have a route on a simple controller action like so.
public class Sitemap { [GET("sitemap.xml")] public ActionResult Index() { ... } }
In development it works fine, in IIS 8 on Windows 2012 server we get a 404. Any ideas?
We have a route on a simple controller action like so.
public class Sitemap { [GET("sitemap.xml")] public ActionResult Index() { ... } }
In development it works fine, in IIS 8 on Windows 2012 server we get a 404. Any ideas?