Re: [Firebird-net-provider] ASP.NET and application path

2010-06-05 Thread Jiri Cincura
On Mon, May 24, 2010 at 10:11, Jiri Cincura wrote: > Use reflection to conditionally load assembly and get the information. As nobody mentioned anything, I'm going with this option. DNET-318 -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/ | http://www.ID3renamer.com -

[Firebird-net-provider] ASP.NET and application path

2010-05-24 Thread Jiri Cincura
Hi *, to support showing process name in monitoring table we have a special handling for ASP.NET applications, where in most cases the process name is useless, but the application path could be helpful (though it may be wrong under special conditions). But this adds dependency to System.Web, which