Security as the first guess. You don want to expose this data from a page. In vs20xx you would use the framework to do it.
Sent from my iPhone Stephen Russell 901.246-0159 On Jul 21, 2011, at 12:11 PM, "Jarvis, Matthew" <[email protected]> wrote: > This is the line of code I want to run - works fine when ran from a form > on my local machine in MS Access: > > > > Set GroupObj = GetObject("WinNT://us/MWMC IT Department") > > > > After I get the object I iterate through it to see if a certain username > is contained in the group. Works great. > > > > But that was just for testing purposes and now I want it to run from an > ASP page on our intranet web server. The code fails with: > > > > error '80070035' > > The network path was not found. > > Googling finds a number of hits on this but none seem to address my > situation. > > > > I suspect that there is something related to WinNT installed on my > machine (Win XP) vs the web server (Win2K), but the dates of forum > topics etc suggests to me that WinNT is common to both OS's. > > > > Is WinNT a service? A program? How do I activate this thing on the web > server? > > > > > > Thanks, > > > > Matthew Jarvis || Business Systems Analyst > IT Department > McKenzie-Willamette Medical Center > 1460 G Street, Springfield, OR 97477 || Ph: 541-744-6092 || Fax: > 541-744-6145 > > > > > > -------------------------------------------------------------------------- > Disclaimer: This electronic message may contain information that is > Proprietary, Confidential, or legally privileged or protected. It > is intended only for the use of the individual(s) and entity named > in the message. If you are not an intended recipient of this > message, please notify the sender immediately and delete the > material from your computer. Do not deliver, distribute or copy > this message and do not disclose its contents or take any action in > reliance on the information it contains. > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (text body -- kept) > text/html > --- > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

