Re: [ADVANCED-DOTNET] A complicated debug scenario

2003-07-02 Thread Ben Callister
Hi Seref: i recently had the same frustration as you debugging my ASP.NET web service and then on into my vb6 COM DLL. after much much frustration and research, i was actually willing to expire an MSDN incident to learn how to do this. so, i opened a case with MS and i learned that there is no way

[ADVANCED-DOTNET] security passes question: IIS -> ASP.NET -> COM Interop ...

2003-06-29 Thread Ben Callister
hello! i have an ASP.NET web service with a web method that passes a path to a network drive ('\\tron\Versioning'), on *another* box, to a classic in-proc VB COM component that, internally, using the 'MS Scripting' component to create a FileSystemObject and calls GetFolder() on that object to r