IIS-ASP to access network resource
From: Jacky Lu (lujacky@hotmail.com)
Date: 11/01/02
- Next message: Stefan Schachner[MS]: "RE: 500 error for localstart"
- Previous message: Karl Levinson [x y] mvp: "Re: New Server Secure Enough?"
- Next in thread: IT Community: "RE: IIS-ASP to access network resource"
- Reply: IT Community: "RE: IIS-ASP to access network resource"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Jacky Lu" <lujacky@hotmail.com> Date: Fri, 1 Nov 2002 11:35:27 -0500
I'm trying to access source safe database from ASP, the source safe database
is on different machine with web server.
I'm using W2k, IIS 5.0, and source safe is 6.0.
When start, inside my global.asa, I will do:
objVSSDb = new ActiveXObject("SourceSafe");
objVSSDb.Open("\\ssserver\VSSDb\srcsafe.ini", "UserName", "pwd");
But it failed at open method, my guess is web access to that source safe's
file is denied. The error message sometimes are "Out of memory" or "can't
find database UserName,...". I tried different security config, but I'm
still out of luck. I only got once worked(it only worked at web server, not
the other machine to browse it.), but I can't remember what exactly I did,
since I can't get it back, but I do remember that time I removed the check
for anonymous access.
I can run it from script on my local desk, which works fine.
I'm not too much concern about security issue here, since it only works at
our local network, but I'd like to know about how to setup security on
browser, web server, IIS config, to make this works.
Thanks,
Jacky Lu
Microsoft Certified Solution Developer
- Next message: Stefan Schachner[MS]: "RE: 500 error for localstart"
- Previous message: Karl Levinson [x y] mvp: "Re: New Server Secure Enough?"
- Next in thread: IT Community: "RE: IIS-ASP to access network resource"
- Reply: IT Community: "RE: IIS-ASP to access network resource"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|