No database and no other controls. It works fine on my machine. I have an account with a popular online hosting service. I can upload a normal HTML page to this site and it works just fine. If i up load my ASP project I get the error below. I run the page on my machine and it works fine. I simply cut and paste the files to the commercial site. Is there something I need to do to make it work?
Thank in advance
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 'ASP1.WebForm1'.
Source Error:
Line 1: <%@dotnet.itags.org. Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="ASP1.WebForm1"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>
Source File:e:\kunden\homepages\28\d155136641\asp1\webform1.aspx Line:1
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
1. Is the application a virtual IIS application on that server?
2. Is there a bin folder with the application dll included inside of the virtual application?
NC...
Sorry so long on the reply my first one must not have gone out.
Your 1st question I can not answer as I am trying to post this test ASP page on a commercial server.www.1and1.com
2nd question Yes there is a bin folder with a dll in it
If I go to the site and click on... Webform1.aspx the page comes up fine but I can not do type in the web address to see the same page.
I am new to ASP
Shoudl I be able to just upload my file and it works or is there something I need to do to make it work like modify a file or something/
If I up load a normal HTML page to the same place it works fine.
The error is telling you that the dll in the /bin doesn't contain the type "ASP1.WebForm1". It could be that you have a dll with this type in your wwwroot/bin on your machine and this that dll is not present on the server. Also that is not the typical error message when you don't have the application set up, so i think you are OK on that front.
0 comments:
Post a Comment