How to get the current site url in sharepoint, I am using SPContext.Current.Site.Url but this returns package site url, if i create a new site in existing site and activate my feature in it, and call it, it doesn't returns me current site url, it returns me the parent site url.
any idea?