views:

21

answers:

0

I copied all my resource into the main path with my aspx files.

I also copied my js folder in there. With linux my webpage loads /test.js but not /js/jquery.js. How do i make mono find the path to query?

-edit-

Nevermind, i found a solution with rewrite. ~/App_Data doesnt work though.

HttpContext.Current.RewritePath("/App_Data/" + fn);