Hi,
I have a dotnetnuke website hosted using godaddy. The website was not created by me and I am new to dotnetnuke. I downloaded all the files with the database "datafile.bak" from the hosting site.
The rootname was like "filemain"
I wanted to run the website on my computer using a command like "http://localhost/filemain"
I did the following:
I made a new database and then restored it using the backup database file and changed the web config with the path to this database.
Also made a virtual directory "DOTNETNUKE" and assigned the physical path to the location "C:\filemain".
In the browser when I insert url "
http://localhost/DotNetNuke/Default.aspx"
It gives the following error:
*************************************************************************************************************************************************************************
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
A name was started with an invalid character. Error processing resource 'http://localhost/DotNetNuke/Default.aspx'. Line 1...
<%@ Page Language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.Framework.DefaultPage" CodeFile="Defa...
*************************************************************************************************************************************************************************
Please help with this error or kindly guide me on how to proceed to get a live website to run on local machine using localhost.