Pat Tum

Pat Tum

  • NA
  • 16
  • 0

Cannot Get ASPX.Net Page to Resolve on Server

Jul 14 2007 8:55 PM
Gentleman: I have an extensive background in HTML and good experience writing C# desktop applications, but I only recently moved onto ASPX. I just created my first aspx website, which includes an access database, and everything works perfectly when it is on the desktop. However, when I try to make it work from a web server, there are several issues. First, none of the labels show up. Second, the link labels do show up, but are not active as links. Third, the text boxes do not appear. Fourth, the graphics will not come up. I checked all spelling and changed all the cases to lower, but no difference. And finally, the program opens with an (index.htm) page, and then links to the first aspx page as it should, but the following line of code appears at the top of that page and none of the links on that page work: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="intro.aspx.cs" Inherits="_Default" %> All other text, besides the labels, that is typed directly into tables is as it should be. I uploaded the program using an ftp application, but I also tried the included upload from the Visual Studio 2005 application, and the result was exactly the same. Because it works perfectly on the desktop using the installed IIS, I have to believe that there is a single flaw that is causing all the crap to happen. Any help would be greatly appreciated. Pat