Hi,
I'm relatively new to ASP.NET, and I am sure many of you have already
figured this out.
I am trying to create a file, called count.dat in my web folder.
The problem is I cannot get the path right.
If I try to create it using the path: "count.dat" I get an error saying
access to C:\winnt\system32\count.dat is denied!
I can create it using the path: "/count.dat" and it works like it is supposed
to but I have no clue where it got created and cannot find it!
If I use a path like: /username/domain/count.dat it tells me it
cannot find the path in the C: drive!
Any clue anyone can give me about this problem would be much appreciated.
Thanks!
Raj
I'm relatively new to ASP.NET, and I am sure many of you have already
figured this out.
I am trying to create a file, called count.dat in my web folder.
The problem is I cannot get the path right.
If I try to create it using the path: "count.dat" I get an error saying
access to C:\winnt\system32\count.dat is denied!
I can create it using the path: "/count.dat" and it works like it is supposed
to but I have no clue where it got created and cannot find it!
If I use a path like: /username/domain/count.dat it tells me it
cannot find the path in the C: drive!
Any clue anyone can give me about this problem would be much appreciated.
Thanks!
Raj