Ask a Question related to ASP.NET General, Design and Development.
-
Abhi #1
Cannot create a text file
I have a simple guestbook application which writes all the entries made on
the guestbook on a text file which I save at Request.PhysicalApplicatinPath
Now when I run the application it tells me that
Exception Details: System.IO.IOException: The process cannot access the file
"C:\MyPhysicalPath\guestbook.txt" because it is being used by another
process.
Then I tried changing the path to something else, well then I got an error
saying that MachineName\Asp.NET does not enough privilages to access the
path, well then I added the user ASP.NET to the adminsitrators group, but
still it says that the account does not have enough privilages.
Any clues what is going on ???
Abhi
Abhi Guest
-
How to create PDF with SDK using text andposition extracted from another file
I extract some text and their position from a PDF file. Now, need to creat a pdf with these text and put them to their position. 1. How to create... -
Create text file from query
I wantto create a simple text file from the requlsts of a query, but I can't seem to escape thequotes right. I am trying to run... <cfset... -
Create a table regarding a text file
Hello, I have this .txt file : Roger|tow25$rank259 Isabelle|tow36$rank24 Pascal|tow12$rank29 Sergeď|tow45$rank5 Michel|tow1245$rank45478... -
How to create and populate a text file in unix C programming
I am trying to have my parent process create two text files in my current directory write its pid in ecah file and close them. I don't know how to... -
Create text file from CD-ROM projector
Hi, You need to write the file to a temporary location on the user's hard disk and then open that file to print.... Vj -
Abhi #2
Cannot create a text file
I have a simple guestbook application which writes all the entries made on
the guestbook on a text file which I save at Request.PhysicalApplicatinPath
Now when I run the application it tells me that
Exception Details: System.IO.IOException: The process cannot access the file
"C:\MyPhysicalPath\guestbook.txt" because it is being used by another
process.
Then I tried changing the path to something else, well then I got an error
saying that MachineName\Asp.NET does not enough privilages to access the
path, well then I added the user ASP.NET to the adminsitrators group, but
still it says that the account does not have enough privilages.
Any clues what is going on ???
Abhi
Abhi Guest



Reply With Quote

