Permission Denied when writing text file from ASP Site
From: GregRoberts (GregRoberts_at_discussions.microsoft.com)
Date: 04/25/05
- Next message: GregRoberts: "RE: Permission Denied when writing text file from ASP Site"
- Previous message: Sk Thilakan: "access only through Local groups"
- Next in thread: GregRoberts: "RE: Permission Denied when writing text file from ASP Site"
- Reply: GregRoberts: "RE: Permission Denied when writing text file from ASP Site"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 25 Apr 2005 07:59:02 -0700
We currently have a custom ASP front end application for our SQL 2000
database. The ASP is running on a Windows 2000 Advanced Server with SP-4 and
IIS 5. The ASP files are physically located on the IIS server. The export
files must be written to a file server in the domain.
Configuration:
Domain
|- IIS Server
| |- ASP Web Site (C:\wwwroot)
|
|- File Server
|- Export Share
The application requires Anonymous Authentication be disabled, and ONLY
Window Intergated Authentication be enabled. The appliaction requires the NT
UserID for internal security and feature sets. Different deparments have
different permissions and modules available.
Permissions on the export share allow Full Control to Authenticate Users.
Everyone does not have permission to the share. (That's an issue to take up
with the network admin. :) )
When the user selects the export function the following error is displayed.
Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied
/{ModuleDir}/{ExportModule}.asp, line 436
- Next message: GregRoberts: "RE: Permission Denied when writing text file from ASP Site"
- Previous message: Sk Thilakan: "access only through Local groups"
- Next in thread: GregRoberts: "RE: Permission Denied when writing text file from ASP Site"
- Reply: GregRoberts: "RE: Permission Denied when writing text file from ASP Site"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|