Change Default web page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 年 前
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>
11 年 前
Solved.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.