>> The problem is that IIS 6.0 is ignoring the default document (index.html)

In the IIS manager right click on the website in questions and select
properties then the Documents tab.  Be sure to check "Enable Default Content
Page" then sort the list in the order you want IIS to serve the files.  

For example my list is 

index.cfm
index.htm
index.html

So IIS will first look for the .cfm then default to .htm then .html before
giving a 404.  In your application be sure that index.html is first at the
top of the list.


Dennis Powers
UXB Internet - A website Design and Hosting Company
P.O. Box 6028, Wolcott, CT 06716 - T:203-879-2844
W: http://www.uxbinternet.com
W: http://www.ctbusinesslist.com



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346133
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to