Author: tom1330 | Posted on: 6/1/2009 5:02:32 AM | Views : 962

Hi,
I am a novice at .net and am trying to get to the bottom of a problem with a website application that has been developed for myself.
As a background, the website is hosted on a shared windows host.  It speaks to a MSSQL2008 database and currently we are unable to get the index.aspx to work.  There are other pages which at least present errors when you directly enter their URL, however the index.aspx tries to download a file rather than process the file with .NET. 
The hosts have informed us that the problem lies with our code.  The index.aspx has the following code:
<%@ Page Language="C#" AutoEventWireup="true" Inherits="domainname.Controller" Trace="false" Codebehind="index.aspx.cs" MasterPageFile="~/templates/domainname.master" %>
There is no index.aspx.cs!!!!!!!! i thought this was the problem but our develioper has informed us that i ...

Go to the complete details ...