Installation problem at godaddy i cannot see the page only the source code

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
15 yıl önce
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
15 yıl önce
Looks like an Linux apache server to me not a windows server. This is probably your problem.

Apache/1.3.33 Server at www.wholesalesonly.com Port 80
15 yıl önce
you need to find an appropriate hosting service such as

[url= http://tinyurl.com/NOP-hosting ]softsys hosting[/url]
15 yıl önce
thanks for your reply
my hosting account says it is windows based hosting as this is information i can see in hosting.

Economy Hosting - Windows -
ASP.NET v1.0/2.0/3.0/3.5
please help whats wrong
thanks in advance
15 yıl önce
i still think you should contact your hosting support to clear up that question about the apache server
15 yıl önce
haydie wrote:
i still think you should contact your hosting support to clear up that question about the apache server




Looks like he has a windows server now.
15 yıl önce
ok altafacma,

now we are getting somewhere

read this topic
https://www.nopcommerce.com/boards/topic.aspx?topicid=3847

and we'll take it from there
15 yıl önce
Many thanks for your reply
i have read that article and have done these steps and replaced web.config  customerror mode tag as below


<customErrors mode="Off" />
  
<!--    <customErrors mode="RemoteOnly" defaultRedirect="ErrorPage.htm">
      <error statusCode="403" redirect="BannedAddress.htm"/>
      <error statusCode="404" redirect="FileNotFound.htm"/>
    </customErrors>
-->

and have also done like that as below

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

and have also tried the code change as below

<customErrors mode="Off" />
  
<!--    <customErrors mode="RemoteOnly" mycustompage.htm="ErrorPage.htm">
      <error statusCode="403" redirect="BannedAddress.htm"/>
      <error statusCode="404" redirect="FileNotFound.htm"/>
    </customErrors>
-->



still i get same error message   at    http://www.wholesalesonly.com/Install/install.aspx

please advise
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.