what a waste of time… i was getting this error:
Error 1
The virtual path ‘/Views/Shared/Site.Master’ maps to another application, which is not allowed. C:\temp\Views\Cart\New.aspx
this didn’t really help me, some searching said stuff about IIS mappings etc… anyways it turns out to be very simple… one of my views had a missing tilde ~
“/Views/Shared/Site.Master” i changed it to “~/Views/Shared/Site.Master” and the problem was gone…
as i said what a waste of time !!!!
1 response so far ↓
ASP.NET MVC Archived Blog Posts, Page 1 // August 11, 2009 at 5:09 AM |
[...] to Voteasp.net mvc – The virtual path maps to another application, which is not allowed (8/6/2009)Thursday, August 06, 2009 from http://www.mickdelaney.comwhat a waste of time… i was getting this error: [...]