Skip to content

Route For Sitemap.xml Not Working in Production #286

Description

@fungus1487

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions