Running ASP.NET application from network share
From: Robert Remen (robert_at_remen.at)
Date: 07/25/03
- Next message: Cowboy \(Gregory A. Beamer\): "Re: Running ASP.NET application from network share"
- Previous message: Tian Min Huang: "RE: Sharing Authentication cookies between 1.0 and 1.1"
- Next in thread: Cowboy \(Gregory A. Beamer\): "Re: Running ASP.NET application from network share"
- Reply: Cowboy \(Gregory A. Beamer\): "Re: Running ASP.NET application from network share"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 25 Jul 2003 13:24:41 +0200
Hi,
i'm trying to run an asp.net application wich is located on network share. i
use an win2003 server configured as domain controller running IIS. I have
created and shared a directory, wich contains the application files. If i
configure the root of the virtual directory to point to this network share
and i try to access this application with a webbrowser, i get following
error:
Server Error in '/' Application.
----------------------------------------------------------------------------
---- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type 'Test.Global'. Source Error: Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="Test.Global" %> But if i configure the root of the virtual directory to point to local directory (wich ist in fact the shared directory), everything works fine. To be sure, the problem are not the share permissions or ntfs permissions i have set the share permission and also ntfs permissions for everyone to full control, but it doesn't help. This really doesn't seem to be share or ntfs permissions problem, because i can access static pages in this application wihout problems. Does anybody have an idea what's wrong? Thank you for your help. Robert
- Next message: Cowboy \(Gregory A. Beamer\): "Re: Running ASP.NET application from network share"
- Previous message: Tian Min Huang: "RE: Sharing Authentication cookies between 1.0 and 1.1"
- Next in thread: Cowboy \(Gregory A. Beamer\): "Re: Running ASP.NET application from network share"
- Reply: Cowboy \(Gregory A. Beamer\): "Re: Running ASP.NET application from network share"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|