I am having trouble getting my .aspx pages to run on the server.
The website is a .NET site that is in a folder called 'Ford' which is located within the wwwroot folder.
It was originally bringing up an error concerning the database connection to the original database.
Following help on the forum I found I needed a new database that was created from within the database manager in the helm, after doing this I modified the connection strings on the home page as a tester and received a new error questioning the existance of the ALUMINIUM database that I had created. I have had a further play around with the database and that error has gone but now is replaced with an application error for the website folder and is displaying issues with the page header
"Line 5: <html xmlns="http://www.w3.org/1999/xhtml">
Line 6: <head id="Head1" runat="server">
Line 7: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Line 8: <link rel="stylesheet" type="text/css" href="stylesheet.css" />"
Any idea what is causing this and how to solve it?


Reply With Quote

Bookmarks