Can any one help me to find how to implement the public content folder. ie when i deploy the application to live server my path goes like this www.abcd.com\myapplication, but in local system it www.myapplication.com, in local system its work file. but when i move to live server it does work.
how to handle the routing, ie I have uses Redirect(/login/ user.castle). It take me to the view currently in local system . but when i move to live server it doesn't work properly. It should take me to www.abcd.com/myapplicationmy/login/user.castle. But this doesn't work . I think if i have deployed the application directly to the root ie www.abcd.com/login/user.castle then it may have worked . but i need to deploy it to sub domain. I am new to the framework, can any one help me. I have see the 'Public content ' implementation in other mvc. ie the instance will be created in a separate location and all the resources (images, css and other third party resource will be under that folder). Or is there any other solution with monorail. like routing ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
