Quantcast
Channel: Adobe Community: Message List - ColdFusion
Viewing all articles
Browse latest Browse all 21760

Re: New CF10, Server 2012, Default Document 404

$
0
0

Hi Rick,

 

Please try adding the following information in web.config:-

 

<configuration>

   <system.webServer>

    <defaultDocument>

        <files>

            <add value="index.htm" />

        </files>

    </defaultDocument>

   </system.webServer>

</configuration>

 

Alternatively, enter the following at the command prompt:

appcmd set config /section:defaultDocument /+files.[value='index.htm']

 

where index.htm is the default document to be added. You may try restarting IIS after the above steps.

 

Regards,

Anit Kumar


Viewing all articles
Browse latest Browse all 21760

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>