Dear all, here are the situation 1. Server A (network share) resides asp.net: \\192.168.11.111\ASPNET_APP 2. Server B (IIS 6.0) create virtual directory pointed to \\192.168.11.111\ASPNET_APP 3. enable internal debug for log4net and capture the message via DebugView. 4. Log4net v1.2.9 and .NET 1.1 5. Then I try to request one asp.net page for instance: http://192.168.11.150/ASPNETAPP/abc.aspx. The page do successfully loaded in browser, but nothing get logged, and in DebugView as follows: =================== log4net:ERROR LogLog: Exception while reading ConfigurationSettings. Check your .config file is well formed XML. System.Configuration.ConfigurationException: The XML file \\192.168.11.111\ASPNET_APP\web.config could not be loaded. Logon failure: unknown user name or bad password. (\\192.168.11.111\ASPNET_APP\web.config) ---> System.IO.IOException: Logon failure: unknown user name or bad password. . . at log4net.Util.LogLog..cctor() =================== It seems that log4net cannot access web.config on the remote share. What should I do? Please help me out on this
Thanks in advance, Johan -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ .
