Move an application to another machine....

From: Gianluigi (Gianluigi_at_discussions.microsoft.com)
Date: 09/02/04


Date: Thu, 2 Sep 2004 01:23:09 -0700

Ok, I don't understand this kind of problem...

I have for example a machine called "pippo". I put an ASP.NET application
called "WORK" in pippo\d\application.

Then I create a new web site which has as home directory called
"pippo\d\application".
I can find the folder WORK. If I set for pippo's IIS it as an ASP.NET
application, my application will work fine!!!!

If I try to put the same application in a different machine called "paperino"
in its folder called "Applications". Then I set in pippo's IIS a new web
site with home directory "\\paperino\Applications" .
 I find the folder WORK and I set it as an ASP.NET application.. but now it
doesn't work. Why?

The error message is like this:

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 'WORK.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="WORK.Global" %>
Source File:
\\paperino\Applications\WORK\global.asax
Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573

 

Could someone know what I have to do , please???

Thanks a lot!!!



Relevant Pages

  • ASP.NET Question
    ... it seems to load but boms out with 404 error. ... machine 2 Error message ... details and modify your source file appropriately. ... Parser Error Message: ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Problem with global.asax
    ... An error occurred during the parsing of a resource required to ... details and modify your source file appropriately. ... Parser Error Message: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Microsoft Please Help??
    ... 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: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Parser error in Global.asax
    ... end of the file), save it and rebuild. ... In every project I try to compile and run, I'm getting a parser error on ... details and modify your source file appropriately. ... Parser Error Message: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: msproject 2003 - 2007 save errors
    ... As a first step -- please confirm you have Project 2007 Service Pack ... will not open and give an error message of too many ... because the source file contains invalid project data or the ...
    (microsoft.public.project)

Loading