OK, I have copied the following four files to the wwwRoot directory. When I run the .aspx, nothing happens:
TTA_Plan_Versioning_Web.dl
TTA_Plan_Versioning_Web.as
TTA_Plan_Versioning_Web.as
TTA_Plan_Versioning_Web.as
I have looked at the error and it appears that there is an error with the .Default name I have used. Here is the error message:
Server Error in '/wwwroot' 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 'TTA_Plan_Versioning_Web._
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="TTA_Plan_Versi
Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtm
Source File: /wwwroot/TTA_Plan_Versioni
--------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
I think I caused this error by renaming the "Default.aspx" form to "TTA_Plan_Versioning_Web.a
Main Topics
Browse All Topics





by: locke_aPosted on 2009-09-29 at 09:07:40ID: 25450524
When you build the project, the dll is created in the bin folder. In addition there will be aspx files in the parent folder. These aspx files and the dll will need to be deployed to the web server where the company's site is hosted.
You can then point a browser at the aspx file and it should render.