Discussion:
Cannot index aspx files
(too old to reply)
ThatsIT.net.au
2007-07-04 12:05:08 UTC
Permalink
I have used the fix listed at mdsn here
http://support.microsoft.com/default.aspx?scid=kb;en-us;311521

But this does not seem to work for me.

I have even tried setting the index unknown extensions but still I can not
index aspx files.
I set up a test I hade a htm , asp and a spx file and put the string xxxx in
each, the index server picked up the htm and asp pages but not the aspx file
--
Dim Alan as ThatsIT.net.au.Staffmember = New ThatsIT.net.au.Staffmember
Alan.signature = "Thank You"
Dim you as NewsgroupReader = New NewsgroupReader
Response.Write Alan.signature.toString()
Response.Write you.getName()
__________________________________________
Hilary Cotter
2007-07-04 22:05:31 UTC
Permalink
Only text data in html tags in your aspx files will be indexed. The ifilter
will not process the aspx code.
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
Post by ThatsIT.net.au
I have used the fix listed at mdsn here
http://support.microsoft.com/default.aspx?scid=kb;en-us;311521
But this does not seem to work for me.
I have even tried setting the index unknown extensions but still I can not
index aspx files.
I set up a test I hade a htm , asp and a spx file and put the string xxxx in
each, the index server picked up the htm and asp pages but not the aspx file
--
Dim Alan as ThatsIT.net.au.Staffmember = New ThatsIT.net.au.Staffmember
Alan.signature = "Thank You"
Dim you as NewsgroupReader = New NewsgroupReader
Response.Write Alan.signature.toString()
Response.Write you.getName()
__________________________________________
Loading...