Click here to Skip to main content
15,860,972 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Regarding Web Application Pin
badgrs13-Mar-07 2:51
badgrs13-Mar-07 2:51 
GeneralRe: Regarding Web Application Pin
John.L.Ponratnam13-Mar-07 3:36
John.L.Ponratnam13-Mar-07 3:36 
GeneralRe: Regarding Web Application Pin
badgrs14-Mar-07 0:52
badgrs14-Mar-07 0:52 
GeneralRe: Regarding Web Application Pin
John.L.Ponratnam14-Mar-07 2:45
John.L.Ponratnam14-Mar-07 2:45 
QuestionRe: Regarding Web Application Pin
Sandeep Akhare13-Mar-07 21:19
Sandeep Akhare13-Mar-07 21:19 
AnswerRe: Regarding Web Application Pin
John.L.Ponratnam13-Mar-07 22:53
John.L.Ponratnam13-Mar-07 22:53 
GeneralRe: Regarding Web Application Pin
RichardGrimmer15-Mar-07 6:43
RichardGrimmer15-Mar-07 6:43 
QuestionIUSR_ Security Issue Pin
Programm3r13-Mar-07 0:44
Programm3r13-Mar-07 0:44 
Hi all,

I'm trying to access the contents of a remote file on a server using the IUSR, I have set all the security access that I know of on the server for the IUSR. (Unless I forgot something.)
(I'm using old school ASP)
I tried the following:
fsDB=Server.CreateObject("Scripting.FileSystemObject");
var fileName = "\\" + "\\" + <server_name>+ "\\<dir>\\<dir>\\testfile.txt"
var remFileDB=fsDB.OpenTextFile(fileName, 1,false);

But I keep receiving the following:

Error Type:
Microsoft JScript runtime (0x800A0046)
Permission denied

Can anyone please help me.
Many Thanx
Regards,


The only programmers that are better than C programmers are those who code in 1's and 0's..... Smile | :)

Smile | :) Programm3r

My Blog: ^_^

AnswerRe: IUSR_ Security Issue Pin
JUNEYT13-Mar-07 2:50
JUNEYT13-Mar-07 2:50 
QuestionRe: IUSR_ Security Issue Pin
Programm3r13-Mar-07 3:16
Programm3r13-Mar-07 3:16 
QuestionRe: IUSR_ Security Issue Pin
Programm3r13-Mar-07 3:22
Programm3r13-Mar-07 3:22 
AnswerRe: IUSR_ Security Issue Pin
Paddy Boyd13-Mar-07 4:39
Paddy Boyd13-Mar-07 4:39 
QuestionRe: IUSR_ Security Issue Pin
Programm3r13-Mar-07 4:45
Programm3r13-Mar-07 4:45 
AnswerRe: IUSR_ Security Issue Pin
Paddy Boyd13-Mar-07 4:47
Paddy Boyd13-Mar-07 4:47 
GeneralRe: IUSR_ Security Issue Pin
Programm3r13-Mar-07 5:00
Programm3r13-Mar-07 5:00 
QuestionWeb Service Proxies Pin
DanChin13-Mar-07 0:35
DanChin13-Mar-07 0:35 
Questionusing nonstatic function in thread Pin
EEmaan12-Mar-07 18:08
EEmaan12-Mar-07 18:08 
QuestionChanging values... Pin
Tom Mat12-Mar-07 15:45
Tom Mat12-Mar-07 15:45 
AnswerRe: Changing values... Pin
Bradml12-Mar-07 18:53
Bradml12-Mar-07 18:53 
GeneralRe: Changing values... Pin
Tom Mat14-Mar-07 15:16
Tom Mat14-Mar-07 15:16 
Questioncan javascript method call another method in a c# script? Pin
r_jaz12-Mar-07 5:22
r_jaz12-Mar-07 5:22 
AnswerRe: can javascript method call another method in a c# script? Pin
Paddy Boyd12-Mar-07 5:32
Paddy Boyd12-Mar-07 5:32 
QuestionWeb Printing Pin
Andre Trollip12-Mar-07 4:52
Andre Trollip12-Mar-07 4:52 
AnswerRe: Web Printing Pin
badgrs12-Mar-07 5:56
badgrs12-Mar-07 5:56 
Generalhci Pin
mbithi12-Mar-07 4:14
mbithi12-Mar-07 4:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.