ASP.NET Problems

J

Jim Lu

Hi,

I've just started writing in ASP.NET. I'm a bit new to this, so forgive me
for any newbie mistakes. I have a few questions. I'm trying to create a
logfile of people that visit my site, storing some info like IP, username,
and time. I'm trying to use streams in the code-behind page to append the
file, however I'm getting access denied errors and
System.UnAuthorizedAccessExceptions thrown. How do I set the permissions to
allow access to that file?

My second issue is this, when I want to access a file; How do I use relative
addressing? I tried using this (it is in the aspx.cs file which is located
in "C:\inetpub\wwwroot\testweb")
StreamWriter outStream = new StreamWriter("./logfile.txt",true);

to access a file that is physically located at
"C:\inetpub\wwwroot\testweb\logfile.txt". I would assume it would access
files relative to the location of the page (aspx and aspx.cs), but whenever
I run it, it goes to the C:\windows\system32 directory. Is there anyway to
change it so that the paths are relative to where the page is run from?

Thanks,
Jim
(e-mail address removed)
 
E

Evertjan.

Jim Lu wrote on 31 aug 2004 in microsoft.public.inetserver.asp.general:
I've just started writing in ASP.NET.

This is a classic ASP NG,
Please see an aspnet or dot.net group.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top