-
Notifications
You must be signed in to change notification settings - Fork 18
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
Problem with routes #51
Comments
Hmm, I'm using |
Is the error that the URL is like |
yes, url is like /mysiteFoo without slash |
This should be fixed by e327483. Can you please try the latest development version and see if it works properly for you? You can add https://ci.appveyor.com/nuget/routejs to your NuGet package sources to get a newer package. |
Thank you for quick response. Now it works fine! |
Great, thanks for confirming! I'll push an update to NuGet soon. |
Fix pushed with 2.1 release. |
I have published my mvc6 site on IIS. Path to my site looks like http://mydomain/mysite.com. So, in my Startup.cs I made a trick:
All my urls are correct when I use @Url.Action("SomeAction", "SomeController") helper, but Router.action("SomeController", "SomeAction") gives me wrong url
The text was updated successfully, but these errors were encountered: