Upload Permission/Owner

Whenever I upload a file to a resource folder on my IIS server the Owner is shown as being SERVERIUSR_SERVER whereas when I manually put a file in the same folder the Owner is SERVERChris.

The problem comes when I go to delete a file using the FileSystemObject DeleteFile method or similar I get a Permission Denied error.

When I try to delete a file thats been uploaded/created using ASP such as createTextFile I have no problems.

View Replies


ADVERTISEMENT

Impersonate Permission On Upload

When I use the upload file I get the following error message:

The following error occurred: Can't open file for writing.

I understand this to be because of permissions for the directory. I have looked at the user guide for the script and it mentions this problem and say that you can temporaraly impersonate user while the script is being run and then change back to the default afterwards. It says in the user guide to add the following lines:

UploadObject.ImpersonateUser(UserName As String, Password As String, [Domain As String], [Type As Long = 2])

UploadObject.ImpersonationTerminate()

My question is where in the following code do I need to put this and does this not open up the possibility for someone to get hold of my user name and password. Code:

View Replies View Related

Upload Excel With Macros Using HTML File Upload

We face problems uploading excel (with macros) documents using HTML
File Upload.

The file contents are corrupted while viewing the same. However, we
are able to upload excel (w/o. macros) documents successfully. Is
there anything we have to take care of, while handling uploads of
excel documents with macros?

View Replies View Related

ASP Upload Error - Persits.Upload.1 (0x800A001C)

I keep getting the following error message when attempting to run the below script.

Persits.Upload.1 (0x800A001)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
line 42.

line 42 is "File.ToDatabase Connect, SQL"

Code:

View Replies View Related

Persits Upload ( ASP Upload ) AND Database Integration

I need some help with aspupload and a database. I have used the same script before and it worked fine, but now it wont upload. Code:

View Replies View Related

Permission

I will develop asp application(IIS) and have mdb database access(insert new records through ado). The database file will be: c:myAppdatamyData.mdb . The IIS default settings will work, or I need to specify special Privilege?

View Replies View Related

Permission

I have created a .NET dll and I am trying to use from ASP pages. But its not doing so, due to some permission issue.

View Replies View Related

Pure ASP Upload - Upload To 2 Directories?

I have been using pure asp upload for uploading pictures and files fo rome time now.
I have a question about it thou - Is there any chance that the pure asp upload can upload a file to a directory and then copy it to a backup directory?

If anyone ever come accross this issue please let me know how u resolve it.

View Replies View Related

Permission Denied

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:

View Replies View Related

'Permission Denied'

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

View Replies View Related

SQL Permission Confusion

Our ASP code uses an ADO connection string, which refers to a System DSN. The DSN is set to "Windows NT auth. using network login ID". The code connects to SQL Server and reads data OK. Anonymous browsing is enabled in IIS and uses the IUSR account. We have never added the IUSR account to SQL Server.

I ran SQL Profiler and saw that the ASP was connecting as the local Administrator (I was browsing locally). Is this "integrated" security at work? What would happen if I browsed from another machine?

Now the confusing part. I change the passwords for IUSR and IWAM (correctly for Win, IIS, and MTS). Now the ASP page gets a database access error! SQL Profiler shows it connecting as the IUSR account. Obviously there's no ref to the IUSR account in SQL Server so it fails. Why did it change from Administrator to IUSR? All I did was set the password.

View Replies View Related

Permission Denied

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).

set WshShell = server.createobject("wscript.shell")
strZipIt = "wzzip -a " & ZIPFILE_PATH & " " & FOLDER_TO_ZIP & "*.*"
WshShell.run strZipIt, 0, true

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:

View Replies View Related

Permission Denied

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)

View Replies View Related

Permission Denied

The following line

Set UserObj = GetObject("WinNT://" & replace(request.servervariables("REMOTE_USER"),"","/"))

was working on Windows 2003. I moved the code to a different computer, same Windows 2003, but now I'm getting

Microsoft VBScript runtime error '800a0046'

"Permission denied: 'GetObject'" error.

What needs to be done to fix the problem?

The page is under "Integrated Windows Authentication" security.

View Replies View Related

Permission Denied

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 )

View Replies View Related

Permission Denied

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.

View Replies View Related

Permission Denied

Microsoft VBScript runtime error '800a0046'Permission denied

for line
'set writedata = fso.OpenTextFile(file_to_open3, 8, True)'.
this line should be correct right?? can anyone tell me why??

mapPathName="/Data/"
localdir =server.MapPath(mapPathName)
file_to_open3 = localdir & "" & serial_no &".txt"

Set fso = CreateObject("Scripting.FileSystemObject")

set writedata = fso.OpenTextFile(file_to_open3, 8, True)

View Replies View Related

Via FSO ASP, With Write Permission

1. Files to be browsed
2. Anonymous upload to this directory
3. Allow uploaded files to over-write the existing file

I use the following to create new folders, but all above options are off.
Set fs = CreateObject("Scripting.FileSystemObject")
set b = fs.CreateFolder(newFolder)

View Replies View Related

Permission Denied

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.

View Replies View Related

NTFS Permission

How can I check NTFS permission and how to give the IUSR account sufficient privileges to update the databasewhich is in MSACCESS.It's always give error operation must use updatable query.

View Replies View Related

Permission Problem

I'm struggling with this problem: in a website I developed, XML files are created by users of the site. The creation is OK, the (new) file is present, but it can not be read by any website visitor.How can the default permission become at least readable.

View Replies View Related

Permission Denied

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

View Replies View Related

Permission Folder

i want to view a share folder that just for people have permission only to open this folder. so, i must key in a domain password to view share folder. now, how to i post password to server and check in server. if password collect,i will view this folder.

View Replies View Related

Vbscript Permission

I'd consider myself a newbie to ASP using VBSCRIPT with WMI, but I've been using Scriptomatic and learning lots. I have an ASP page with over 1K of code retrieving many objects from user defined remote computer: CDROM, CPU, Chassis, Products, RAM, Shares and more.

Why do some computers return nothing while others return results? No rhyme nor reason to this. Some Win3k return nothing for certain objects and other Win3k return a result set.

Why can't anyone else run this page? My XP IIS has the following authentication: Integrated, Digest, Basic. When anybody else, even somebody with the same access as myself, access the ASP page and they are authenticated against the domain, they can't get the objects listed above.

View Replies View Related

Permission Denied

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.

View Replies View Related

Permission Denied

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 .

View Replies View Related

Permission Denied

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

View Replies View Related

Permission Denied

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 ?

View Replies View Related

Permission Denied

I have created a dll to read the mails from inbox folder and to send the mail-using outlook. Code:

View Replies View Related

Permission Denied

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.

View Replies View Related

Permission Denied

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.

View Replies View Related

SAPI Permission

This my code in asp :

<%
set spvoice = server.createobject("SAPI.SpVoice")
set spfilestream = server.createobject("SAPI.SpFileStream")
rem spfilestream .Format.Type = 6

spfilestream.open Server.MapPath("test02.wav"),3
'spfilestream.open "test01.wav",3
Set spvoice.AudioOutputStream = spfilestream
spvoice.Speak "Hello World"
spfilestream.close
%>

This code genere a error :
Microsoft VBScript runtime error '800a0046'
Permission denied
test.asp, line 10

View Replies View Related

Write Permission

I would like to determine whether or not given folder in my server has write permission or not. I used fso object option and used Attributes object bur always I get number 16, regardless if it has write permission, read permission or nothing at all. What is the correct object that gives me that information. Currently, I have the following code to display information on the folder:

Set fso = CreateObject("Scripting.FileSystemObject")
Set a = fso.GetFolder(Server.MapPath("") & folder_directory)
Response.Write ("Attributes: " & a.Attributes & "<BR>")

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved