Re: ASP.NET Deployment
From: Rick Strahl [MVP] (rickstrahl_at_hotmail.com)
Date: 02/24/05
- Next message: Rob Diamant: "Re: Crystal Reports Cascading parameters don't get preserved between postbacks"
- Previous message: LP: "Re: Crystal Reports Cascading parameters don't get preserved between postbacks"
- In reply to: Ann Marinas: "ASP.NET Deployment"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 24 Feb 2005 12:19:40 -1000
Hi Ann,
Are you copying the assemblies in the BIN directory? index.aspx.cs will be
in your Web Project assembly and must exist on the server.
Also, make sure you set up your application properly as a virtual
directory/application in IIS. Sometimes these types of errors occur because
the root application directory is up a few levels. I notice the app is
showing the root directory of the server? Is that where your bin directory
lives?
That's where ASP.NET will look for the support assemblies.
+++ Rick ---
-- Rick Strahl West Wind Technologies http://www.west-wind.com/ http://www.west-wind.com/weblog/ http://www.west-wind.com/wwThreads/ ---------------------------------- Making waves on the Web "Ann Marinas" <ka_marinas.noSPAM@xtra.co.nz> wrote in message news:#qWTuKrGFHA.2588@TK2MSFTNGP09.phx.gbl... > Hello, all! > > I am having troubles deploying my ASP.NET Deployment on a virtual webserver. > The webserver has 3 different web applications installed (all of them are > ASP.NET web apps), and whenever I install my app, it keeps on showing the > message below. > > Tried compiling and removing the unecessary files for deployment, removed > the old web app files and replaced it with a new one, but still this error > keeps on showing up. > > Please help! > > Many Thanks! > > > --Ann > > ================================================ > 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 'NZTravelSite.index'. > > Source Error: > > > Line 1: <%@ Page Language="c#" ContentType="text/html" > ResponseEncoding="gb2312" CodeBehind="index.aspx.cs" AutoEventWireup="false" > Inherits="NZTravelSite.index" %> > Line 2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > Line 3: <html xmlns="http://www.w3.org/1999/xhtml"> > > > Source File: E:\wwwroot\content\n\z\t\nztravelsite_com\index.aspx Line: 1 > > > > -------------------------------------------------------------------------- ------ > > Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET > Version:1.1.4322.2032 > ============================================== > > > > >
- Next message: Rob Diamant: "Re: Crystal Reports Cascading parameters don't get preserved between postbacks"
- Previous message: LP: "Re: Crystal Reports Cascading parameters don't get preserved between postbacks"
- In reply to: Ann Marinas: "ASP.NET Deployment"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|