Inhalte aufrufen

Profilbild

Installing SmartStore in Webserver

Install SmartStore WebServer IIS Windows

  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
2 Antworten zu diesem Thema

#1 phaneendravvk

phaneendravvk

    Newbie

  • Members
  • Punkt
  • 1 Beiträge

Geschrieben: 05 May 2015 - 17:40

Hi Team,

 

I'm trying to host smartstore in my amazon hosting.

After upload smartstore and tyring to browse the URl its prompting 

 

"The page cannot be displayed because an internal server error has occurred."

 

Kindly could you assist how can I view the exact error.

 

 

Thanks

Phaneendra



#2 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3799 Beiträge

Geschrieben: 05 May 2015 - 17:52

Wiki: Why do I get "We're sorry, an internal error has occurred"


Marcus Gesing

Smartstore AG


#3 MaaNe707

MaaNe707

    Newbie

  • Members
  • Punkt
  • 9 Beiträge

Geschrieben: 12 May 2015 - 21:46

 
Use the sample code below to display detailed error messages on IIS 7:
 
<configuration>
    <system.webServer>
        <httpErrors errorMode="Detailed" />
        <asp scriptErrorSentToBrowser="true"/>
    </system.webServer>
    <system.web>
        <customErrors mode="Off"/>
        <compilation debug="true"/>
    </system.web>
</configuration>



Auch markiert mit einem oder mehrerer dieser Schlüsselwörter: Install, SmartStore, WebServer, IIS, Windows