RE: Permission Denied when writing text file from ASP Site
From: GregRoberts (GregRoberts_at_discussions.microsoft.com)
Date: 04/25/05
- Next message: Dean Kuntz: "Using custom authentication and integrated authentication in the same time in different subsites?"
- Previous message: GregRoberts: "Permission Denied when writing text file from ASP Site"
- In reply to: GregRoberts: "Permission Denied when writing text file from ASP Site"
- Next in thread: David Wang [Msft]: "Re: Permission Denied when writing text file from ASP Site"
- Reply: David Wang [Msft]: "Re: Permission Denied when writing text file from ASP Site"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 25 Apr 2005 08:14:08 -0700
Additional Information:
The export file is a text file created and written using fso.
"GregRoberts" wrote:
> 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: Dean Kuntz: "Using custom authentication and integrated authentication in the same time in different subsites?"
- Previous message: GregRoberts: "Permission Denied when writing text file from ASP Site"
- In reply to: GregRoberts: "Permission Denied when writing text file from ASP Site"
- Next in thread: David Wang [Msft]: "Re: Permission Denied when writing text file from ASP Site"
- Reply: David Wang [Msft]: "Re: Permission Denied when writing text file from ASP Site"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|