I'm getting permission denied when I try to create a new folder. I gave the everyone group write permissions to the folder and I still get permission denied. Here is my code:
I have an ASP script which does numerous writes via FSO using ...
Function LogActivity(strText) Dim fso, f Dim strTime strTime = ABCNOW() Set fso = CreateObject("Scripting.FileSystemObject") Set f = fso.OpenTextFile((ABC_OS_ROOT_PATH & "ABCMAINLOG.txt"), 8, True) f.WriteLine strTime & " " & strText f.close End Function
.... We have recently tripled the number of users using the app have found that IIS is intermittently reporting 'Permission Denied' while writing to the log. You can try again a moment later and all will be well. Has anyone seen this ? It seems very strange that W2K can't deal with multiple processes/threads writing to the same file without getting itself confused
I am running a web application on a Win 2003 Std (Active Directory). Everything works fine. I have installed same application on another server Win 2003 R2 Std (No Active Directory). On that server I get “Permission denied” using the following code (used to zip folder content).
If I run web application under Administrator account it works fine. I have also tried to change from Winzip command to run a simple bat- file. Still permission denied.
I have added read & execution rights to for instance IUSR_Machine, IWAM_Machine on cmd.exe, wscript.exe, cscript.exe. Still permission denied. Code:
I get problems using scripting.FileSystemObject.I am writing an application that should do the following: A user must be able to upload files and create folders on the server as well as delete them. At the moment the user can create folders, upload files and delete files without any problems. The problem is the following: If I try to delete a folder I get the 'permission denied error'. I thougt the problem was with permission settings on the server itself, but it doesn't seem to be the problem especially since I can delete the files but not the folders they are in. I then tried to delete the folders manually on the server, but I get the "sharing violation" error. Soon as the application is run the folders become undeletable. How do I "close" the folders making it possible to delete them from my server??? It doesn't matter if I run the other scripts on the buttons. If I create a folder manually on the server and run this page, the folder can not be deleted(client- or sever side)
I found this calendar script. http://www.planet-source-code.com/v...&txtCodeId=6178 - see the attachement
This is what I need for my project. I try to Submit the new event from the admin.asp page, but I got this error message: Permission denied /event/admin.asp, line 19
Which is at this line:
'open the text file
Set FileOut = FileObject.opentextfile(FilePath, 8, true )
I have a web server running Windows NT and IIS 4.0. My users that are using Windows 98 2nd edition have no problem uploading their files into the server via ASP but those users that are using Windows 2000 Professional will have the below error :
Microsoft VBScript runtime error '800a0046'
Permission Denied
/project/maintain/result.asp, line 91
I have tried quite a lot of suggestion on the folder permission but to no avail.Please let me know what I should do to solve this problem.
when i upload my excel file to server got msg that permission denied ,Microsoft VBScript runtime (0x800A0046) line no 121 and that line is Set oFile = oFS.CreateTextFile(sPath & FileName,8, True)I have checked the properties of the folder for the anonymous user the access is full.
i got an asp page that allow me to upload file into server,i try to test it under wwwroot its working fine i upload file using my asp page into my own pc derectory.
when using the same way to upload my file into another pc using LAN by just change the file destination path and i get permission denied error messages.What will be the error i done to create this error messages?thx a million
when i upload file into my own pc i using this bariable,
DestinationPath = server.mappath("/files/")
when i upload file into other pc using this variable also,
DestinationPath = "123.123.1.1"+"/files"
then the error message come out,i did set the file permission of write and read to full control to everyone on PC that IP address 123.123.1.1
I am getting "Microsoft VBScript runtime (0x800A0046) Permission denied" error at Code:
set file = fs.OpenTextFile(fileName, openMethod, true) I have given permission IUSR_<computername> user to read/modify the directory by adding it to the security tab. I have even given permission to Everyone but still I am getting the same error.
I am struggling to create a file using FileSystemObject on my os. (Win Xp pro) I know my code is working because when I upload to the server it works.
I have done the obvious by setting permission to the IUSR_Computer name and Disabled My Anti-virus App. Also Right clicked on the folder and web shared it. But there is one thing that is odd. When I de-select the "Read Only" checkbox and Click Apply and go the the properties again the Read Only is Selected again? I thought it might be the System Restore but it wasn't that.... anyone know what it could be .
I am using Server.createobject("Adodb.connection") on a local server, when i am doing this from my machine its ok but when i try it from other machine it gives the error that permission denied server.createobject, I am not getting through exactly , what happening ,
The problem,,, is
when i use http:localhost est est.asp it runs but when i try from other machine http:abc est est.asp then error , abc is my machine name
With my script ASP, I display list of folders and files in a directory. My problem is : when the directory is protected, I have a message an error page with "permission denied" message when my ASP script try to read its content. How can i read the content ? Or How Can I get permission ?
i'm trying to put some verification onto some pages so that a msgbox pops up to say "added" or "removed" etc etc when i submit a form, but when i use the msgbox code i get a "permission denied" error
do i need a .inc file to use the msgbox code or something?
also tried it with <script language="vbscript"> and got the following error:
Expected statement /Remove Patient2.asp, line 25 <script language="vbscript">
it doesn't matter which page i use the msgbox code on, i always get the permission denied error! and the expected statement error when i use the <script....> code.
I cannot execute the batch file through my ASP page.
The code is below:
Set WShShell = Server.CreateObject("WScript.Shell") s=WshShell.Run("c:aayush est.bat",1,False)
the drive c: is a network drive (shared) also the application is kept on a folder which is shared too (but i think this dosent makes any difference). I have set Execute permission for the application in IIS, Restarted the server many times.
Really need your assistance since I have been struggling with a problem long time now.
I am running a web application on a Win 2003 Std (Active Directory). Everything works fine. I have installed same application on another server Win 2003 R2 Std (No Active Directory). On that server I get “Permission denied” using the following code (used to zip folder content). Code:
We have a Visual Basic 6 project and asp pages loaded "through it" clicking on a node/link loads a page,recently certain users are getting error "Permission denied" but only when they try to access this web page by clicking on the link the first time, every other time it is fine, and the web page looks exactly the same and we have no problems working/using it but it very annoying not being able to get to the bottom of this error. I am not getting the errror and never have, some machines have SP2 and some don't so that is not the problem or solution.
I am not sure if I need to check for some files I might have on my pc, some sort of web components or something like that?
I'm building an ASP app that uses Windows Authentication (IWA).
I have an authentication routine that assesses if & how the user can use the application (see code snippet below). Users of a particular group have full permissions (configured via IIS) and all other users have read/execute permissions.
When I call the authentication page from the server on my own PC, everything seems to work, but I guess this is not a respresentative test. So I installed the page on my development server and called it again from my own PC. This time a got an error: Permission denied: 'GetObject' .
The error occurs on the second GetObject call. It seems to point to a permissions issue, but I'm not sure where to look.
We use two COM components in our ASP pages which run fine for weeks at a time, but occasionally we get a permission denied message when calling a function on their interfaces. But strangely the next call works fine!
We think it may be load related but wanted to know if there were any other reasons people are aware of...
I'm having a problem sending an email message using the CDONTS object because of a "permission denied" error. Assume the following variables are in the ASP file....
txtSubject = "This is a test" txtToEmail = "rmsuffy@hotmail.com" txtFromEmail = "rmsuffy@hotmail.com" txtMessage = "Some message"
Here is my ASP code...
'Create mail object and send the email message... set objMail = server.CreateObject("CDONTS.NewMail") objMail.To = txtToEmail objMail.From = txtFromEmail objMail.Subject = txtSubject objMail.Body = txtMessage objMail.Send
I am using CDONTS object to send mail from my ASP Page that lies on a windows 200 server. While sending mail i get HTTP 500.100 error - Microsoft VBRuntime error - Permission Denied. The same works from my system which has IIS and which is the development site. Could anyone help me out on this as soon as possible.
I want to create an onClick event that displays the user with a prompt to let them know that they're leaving a secure site. The prompy will have a Yes/No option. The error says:
"Permission denied: 'MsgBox'"
Below is my code: Code:
Dim warning warning = MsgBox("You will be leaving the secure site." & Chr(13) & Chr(10) & "Continue anyway?",4, "WARNING!!!")
I sometimes get a Permission denied error when running the following piece of code, its not related to user permissions but (i think) the high load on the script and it being executed too many times at once and blocking each other. Code:
I'm getting an errror,Permission Denied when I'm trying to send mail from an asp page. I looked in the IIS settings.The SMTP server is not started when I try to start it gives a message RPC server problem.