IIS6 Indexing Service indexing asp.net codebehind (.aspx.cs) files
Posted
by Patrick F
on Server Fault
See other posts from Server Fault
or by Patrick F
Published on 2009-08-12T16:15:52Z
Indexed on
2010/03/15
20:10 UTC
Read the original article
Hit count: 612
I've setup a few catalogs on an Windows Server 2003 IIS6 install, each tracking files within a website. In the Properties -> Generation Dialog for each catalog, 'Index files with unknown extensions' is turned OFF. 'Inherit above settings from Service' in that dialog is also turned off.
However, the index is returning results for .cs files, along with abstracts for those files. I've emptied and restarted the catalogs but the files are still appearing.
My understanding was the Indexing Service would by default only index HTML, ASCII, and Office Documents. What's going on?
© Server Fault or respective owner