Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The MVC router is not routing page requests #4

Open
tonineumann opened this issue Jan 18, 2019 · 0 comments
Open

The MVC router is not routing page requests #4

tonineumann opened this issue Jan 18, 2019 · 0 comments

Comments

@tonineumann
Copy link

Browsing to http://localhost/Witsml.Web/ will display the pds witsmlstduio home page as expected. Browsing to http://localhost/Witsml.Web/Home which should be routed to the same HomeController results in this xml error message:

{
"message": "No HTTP resource was found that matches the request URI 'http://localhost/Witsml.Web/Home'.",
"messageDetail": "No type was found that matches the controller named 'Home'."
}

How has the routing been altered to prevent additional pages to be added to the MVC router?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant