3

It seems to me the first biggest hurdle of fitting javascriptmvc into asp.net mvc, is the folder structure. Has anyone adapted the asp.net mvc folder structure to serve up content files from the folder structure javascriptmvc expects?

Trent
  • 2,122
  • 1
  • 24
  • 38

1 Answers1

2

using routes.IgnoreRoute("javascriptmvc-3.0.5/{*pathInfo}"); in your route definitions things should work as expected.

hunter
  • 62,308
  • 19
  • 113
  • 113
  • I don't this this answered the question. Could you elaborate on the folder structure of an asp.net mvc web app that uses javascriptmvc? – Victor P Oct 19 '12 at 00:55
  • Downvoting the answered question 10 months later? I could explain it but now I won't – hunter Oct 19 '12 at 12:59