I'd like to include the ASP.net Web Admin tool in a web site when a user logs in as an local manager of the web site, this will be on the LAN and not public.
I can obtain the link in Visual Studio ie
http://localhost:54397/asp.netwebadminfiles/default.aspx?applicationPhysicalPath=D:\DATA\Projects\WebIV\WebSite\&applicationUrl=/WebSite
However this changes from server to server and the physical path will change
is there a way to launch it via a relative link? or some other way to get its URL at run time?
http://msdn.microsoft.com/en-us/library/yy40ytx0%28VS.85%29.aspx