I am trying to use the ASP.NET View Engine with ASP.NET 2.0 and I am failing when the PageParser tries to obtain the complied page.
I have a ManagerController and the following Views directory
Views/Manager/Index.aspx(.cs)
When the PageParser tries to resolve the compiled page it fails saying that
Parser Error Message: The file /rbtng/manager/manager/Index.aspx.cs does not exist.
rbtng is the app virtual directory
Something funky is happending with the new ASP.NET 2.0 compilation model. Has anyone gotten this to work?
craig
_______________________________________________ CastleProject-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/castleproject-users
