installing or transfering site to Arvixe ~~ HELP

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Has anyone installed nopCommerce on Arvixe, I transfered all file from Redfox as they only allow medium trust, not supprising ly the site would not work.
the following code is contained in a default web.config I assume I would have to add this to nopCommerce web.config???


<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <directoryBrowse enabled="false" />
        <defaultDocument>
            <files>
                <clear />
                <add value="Default.htm" />
                <add value="Default.asp" />
                <add value="index.htm" />
                <add value="index.html" />
                <add value="Default.aspx" />
                <add value="index.php" />
                <add value="index.pl" />
                <add value="default.html" />
            </files>
        </defaultDocument>
    </system.webServer>
</configuration>


Any help appreciated

Thanks

Steve
13 years ago
All done
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.