I need to access the website url in Application_Start event. Since HttpRequest in context will not be valid, I am unable to retrieve URL. Are there any alternative to retrieve URL of the application?
For example, I need to fetch https://somehost/root/, assuming the app is hosted under root in IIS.
Thanks In Advance