I am on a team with some other folks working on an asp.net mvc2 web app and are utilizing portable areas from the mvccontrib library to seperate sections of our app into different projects. My question is: is it possible to access images, .css and .js files that are inside the portable area开发者_Python百科? and if so how?
we tried embedding them as resources but where unsure how to access them from our views, so for right now we have them in the container project but it drives us crazy having code and resources for a function scattered between projects.
any ideas?
Found what i was looking for Here
精彩评论