I am having problem in installation NopCommerce, i have windows based asp web hosting at GoDaddy
i have successfully uploaded all the files after extracting to FTP of my website ftp://wholesalesonly.com and i can see all the files uploaded there
Now problem is as per installation instructions when i open the link below
www.wholesalesonly.com/Install/install.aspx
i see only the source code.................like below (i have copied here only few lines)
<%@ Page Language="C#" Inherits="NopSolutions.NopCommerce.Web.Install.InstallPage"
Theme="Install" CodeBehind="install.aspx.cs" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>nopCommerce installation</title>
</head>
<body class="container-main">
<form id="Form1" method="post" runat="server">
<table border="0" cellpadding="0" cellspacing="0" class="container-installer">
<tr class="top">
Please How to install .Help how to fix this problem and also please explain where is this problem an dnow how to finish installation
now after following all above steps now i have installed it again from as a fresh start but still i get the same error message as shown below
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
please advise ...thanks in advance