Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: RE: access network shares


Message #1 by "vasu" <vasu@a...> on Mon, 24 Feb 2003 12:44:17 -0000
Many thanks John and sorry for not being clear in my earlier mail, I
solved the problem now...


-----Original Message-----
From: JohnRLick@h... [mailto:JohnRLick@h...] 
Sent: Monday, February 24, 2003 3:34 PM
To: professional vb
Subject: [pro_vb] RE: access network shares


You haven't supplied much information, but one thing that you need to
keep 
in mind is who the users will be logged in as when running your ASP
page. 

If it is an anonymous logon, there is a specific user configured in IIS 
that is who the ASP page will act as. If this user doesn't have access
to 
the share (in your network settings) you could fail there. 

You should also keep in mind that you probably do not want to use a
mapped 
drive (like M:\) as this may not be available. You will want to use the 
form \\ServerName\ShareName\TheRestOfYourPath...

John.

> 

Hi All

I have a requirement to access network shares thru COM which is used in
an ASP page. I am using the SHELL command in the COM dll which in turn
uses the NET USE command. But for some reason it is not getting executed
on the browser... Could someone point out where i am going wrong
please...

Thanks
vasu





  Return to Index