Change Default web page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 11 años
Does anyone know how to change the default web page of a NopCommerce installation?  Tried using this in the web.config but had no luck.

<defaultDocument enabled="true">    
         <files>      
            <clear/>                  
            
             <add value="home.htm" />                    
            
         </files>
      </defaultDocument>
Hace 11 años
Solved.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.