hello,
I need to get a application page which is deployed as farm solution and its path is http://host/sites/sitename/layouts/applicationpage/applicationpage.aspx
and i am calling it with path like this ../_layouts/applicationpage/applicationpage.aspx and if i want to call from sub site i am using the href as ../../_layouts/applicationpage/applicationpage.aspx ,but i need to use same method to call that file.
thankyou