Newbie: error loading Hello World

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hello,

Help! I've been developing an ASP 2.0 app locally. Now when I want to
upload to a web hosting company, I am getting errors. I have never dealt
with the web hosting company before and this is my first ASP venture.

I created a small Hello world program and uploaded Default.aspx and
Default.aspx.cs to the domain.
When I run I get an error ( see below).
It complains about inheriting "_Default" which is in the Default.aspx.cs
file. ( I put both of these in the domain folder.).
Is this correct? Do they belong in some special folder ( there is a bin
folder but not sure what it is).

Thanks,
bruce

Error ----------------------------------------->

Server Error in '/' Application
Parser Error

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 '_Default'.

Line 1: <%@ Page Language="C#" AutoEventWireup="true"
CodeFile="Default.aspx.cs" Inherits="_Default" %>



.



Relevant Pages

  • Re: Newbie: error loading Hello World
    ... I've been developing an ASP 2.0 app locally. ... upload to a web hosting company, ... with the web hosting company before and this is my first ASP venture. ... Do they belong in some special folder (there is a bin ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Send and recive files
    ... > I've created a submit form where the user can select a file to upload. ... > When the user press the button for submit the selected file, how my asp ... > How can i send file to the client? ... - When I have to send file from server to client, ...
    (microsoft.public.inetserver.asp.general)
  • Re: Confirmation message instead of page
    ... Do you mean replace the whole upload page with ASP or something in the ... > Since you can use ASP, consider writing your own form handler in ASP, ... >> Jonathan Blitz ... >>> Can't be done using FrontPage extensions. ...
    (microsoft.public.frontpage.programming)
  • Re: Send and recive files
    ... Set objFSO = Server.CreateObject ... > I've created a submit form where the user can select a file to upload. ... > When the user press the button for submit the selected file, how my asp ... Normally the server ...
    (microsoft.public.inetserver.asp.general)
  • Re: Need some fresh ideas
    ... I have an upload form that allows a user to browse and select ... asp server script validates the input ... SQL Server to it ... * editFile updates the form data. ...
    (comp.lang.javascript)