Hi I am developing an ASP.net web application.
I need to find the current location (physical) of the web site (or the bin directory containing the assemblies).
You need System.Web.HttpRuntime.BinDirectory (physical path to the bin folder) and System.Web.HttpRuntime.AppDomainAppPath (physical path to the top-level ASP.NET application folder).