Pretty much what the title says really, I followed the instructions on the orchard project website to install v0.9 with the web platform installer.
No error whatsoever until I tried to access it with my browser, when I just got an error 500.19
I have issues finding what s wrong with my install as IIS/ASPX error messages are less than explicative (at least compared to apache/PHP), and enabling error logging leads to the creation of 200+ kb XML files where I can t seem to find anything that points me in the right direction for troubleshooting
Any ideas where I might start looking for what s wrong? Even better, any known installer issues with orchard 0.9?
EDIT:
Error given is:
Compiler Error Message: CS0234: The type or namespace name WebData does not
exist in the namespace WebMatrix (are you missing an assembly reference?)
Line 25: using WebMatrix.WebData;
So it s missing an assembly - how can it be that it s missing Webmatrix.Webdata
if the previous line is using WebMatrix.Data
and it gives no error there?