using file system in web site

  • Thread starter Thread starter asherLaci
  • Start date Start date
A

asherLaci

Hi,

This is may be a strange question, but I started just now to develop
Web services.

I try to develope a ASP.NET Web service. This service uses a normal
file system of .NET and work well in my computer (at localhost). When I
copied this service to my WEB site, i can't use any file system
function (FreeFile, FileOpen e.t.c).

What should I use instead??

Thanks

Asher
 
Goofy said:
When you say you cant use it, what happens ?

hi Goofy ,

thanks for your quick response.
I have a little progres in my investigation. By using 'CurDir' in the
server I found out, that the default directory is
"c:\windows\system32\inetrsrv\", where I am definitly not allowed to
write anything. How can I find out the full path name of my Web site
in this server?

thanks

asher
 
Back
Top