G
Guest
Can we run an asp.net application on a shared drive from another server? We
have Server1 which is running IIS6 and ASP.NET. It has a website who's home
directory is on Server2. When we browse to checkforupdate.aspx in the web
root folder, we get the following error
************************************************************
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 'checkforupdate.Main'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
codebehind="checkforupdate.aspx.dll" Inherits="checkforupdate.Main"
validateRequest="false"%>
Source File: \\br-sql-01\drive_f\web\vtstudio\checkforupdate.aspx Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
************************************************************
It appears that it does not see the bin folder on the shared drive. When we
move the home directory and files to a local drive it works fine.
Any ideas?
have Server1 which is running IIS6 and ASP.NET. It has a website who's home
directory is on Server2. When we browse to checkforupdate.aspx in the web
root folder, we get the following error
************************************************************
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 'checkforupdate.Main'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
codebehind="checkforupdate.aspx.dll" Inherits="checkforupdate.Main"
validateRequest="false"%>
Source File: \\br-sql-01\drive_f\web\vtstudio\checkforupdate.aspx Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
************************************************************
It appears that it does not see the bin folder on the shared drive. When we
move the home directory and files to a local drive it works fine.
Any ideas?