System.Web.HttpException in asp.net mvc 2 on images and javascript files?

You could define routes to ignore files in the Content folder RouteTable.Routes. IgnoreRoute("{folder}/{*pathInfo}", new { folder="content" }).

You could define routes to ignore files in the Content folder. RouteTable.Routes. IgnoreRoute("{folder}/{*pathInfo}", new { folder="content" }).

Thanks for this. Does this handle all files in /content including all sub dirs and files? – Rippo May 8 '10 at 9:38 I believe so as it will ignore anything after /content/* – David Liddle May 8 '10 at 10:51 +1 Thanks for this, have accepted this as answer as it appears to have stopped all errors coming out of this dir – Rippo May 10 '10 at 10:07 Good tip.

+1 point – Syd Jun 9 '10 at 3:38.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions