Access network resources from aspx page

  • Thread starter Thread starter Mark Goldin
  • Start date Start date
M

Mark Goldin

Is it possible to access files on the network from an aspx page?
I need to read a bunch of word docs. that are stored on the network.

Thanks
 
Hi Mark,

It is possible, however you need to give the ASPNET user access to those file shares, make them public to anyone, or run the ASP.NET process under a different identity.

Matt Hawley, MCAD .NET http://www.eworldui.net Is it possible to access files on the network from an aspx page?
I need to read a bunch of word docs. that are stored on the network.

Thanks
 
Back
Top