A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » Customizing Windows XP
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Search for Text in .asp Files



 
 
Thread Tools Display Modes
  #31  
Old May 29th 04, 12:53 AM
David Candy
external usenet poster
 
Posts: n/a
Default Search for Text in .asp Files

And please post back the guilty party.

--=20
----------------------------------------------------------
http://home.comcast.net/~wizardofwhimsy/index.html
"Clark Murray" wrote in message =
...
BTW where can I see the audit? There doesn't seem to be anything =

about this
in the registry help text.
--=20
Best Regards,
Clark Murray
=20
"David Candy" wrote in message
...
Changes don't happen straight away. Reboot (or terminate explorer and
restart it).
=20
--=20
----------------------------------------------------------
http://home.comcast.net/~wizardofwhimsy/index.html
"Clark Murray" wrote in message
...
OK, so I denied permission for the SYSTEM to Set Value and turned on
auditing for that key. However, the bottom line is that I'm still =

getting
the same search results--nothing found between % and % in an .asp =

file.

--=20
Best Regards,
Clark Murray

"David Candy" wrote in message
...
Turn auditing on and see what changes it.

--=20
----------------------------------------------------------
And the band played ....
http://www.smh.com.au/articles/2004/...289883713.html
"Ramesh [MVP]" wrote in message
...
Clark,

If {5e941d80-bf96-11cd-b579-08002b30bfeb}has helped you, deny write
permission for this registry key and see if that works well.

--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

The Parasite Fight - Quick Fix Protocol:
http://aumha.org/a/quickfix.htm

------------------------------------------------
"Clark Murray" wrote in message
...
Ramesh,

Something in Windows keeps changing the text filter back to the html

filter.
I looked at my registry yesterday and noticed that the Persistent =

Handler
for HKEY_CLASSES_ROOT\.asp was specified as
{eec97550-47a9-11cf-b952-00aa0051fe20}, the html filter. I thought =

maybe
the registry patch I used didn't work, so I edited the registry to =

change
the Persistent Handler to {5e941d80-bf96-11cd-b579-08002b30bfeb}, =

the text
filter. Today I checked back under HKEY_CLASSES_ROOT\.asp and =

noticed
that
the Persistent Hander had been changed back to
{eec97550-47a9-11cf-b952-00aa0051fe20}. Any idea how or why that =

happens?
--=20
Best Regards,
Clark Murray

"Ramesh [MVP]" wrote in message
...
Clark,

By any chance, does "%" denote a comment entry (like REM). If it is =

a
comment entry, the NLHTML filter (the CLSID you used initially) =

ignores
that
commented area in the ASP file. Apart from this, sorry no idea why =

this
occurs

--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

The Antivirus Defense-in-Depth Guide
http://go.microsoft.com/fwlink/?LinkId=3D28734

"Clark Murray" wrote in message
...
Ramesh,

I'm pretty sure I've found the problem now. There's a filter =

somewhere
which is preventing searches of anything between % and %. I =

created two
files:

FILE1.ASP
set rsESL =3D createobject("adodb.recordSet")
rsESL.open listSQL, Application("pm_dbconstring")

FILE2.ASP
%
set rsESL =3D createobject("adodb.recordSet")
rsESL.open listSQL, Application("pm_dbconstring")
%

Any of the character strings I search for are found in FILE1 and =

none in
FILE2. How can I fix that?

This is also consistent with what I reported earlier, but mistakenly
interpreted as a directory level problem. The string I was =

searching for
earlier sometimes appears in html and other times in vbscript.
--=20
Best Regards,
Clark Murray

"Ramesh [MVP]" wrote in message
...
Clark,

Does it happen with Indexing Service turned Off as well?

--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

The Antivirus Defense-in-Depth Guide
http://go.microsoft.com/fwlink/?LinkId=3D28734

"Clark Murray" wrote in message
...
Ramesh,

I applied the plain text filter and that didn't work either.

This problem appears to have something to do with the levels of the
directory tree. I tried searching for a particular string, and that

string
was found in asp files that were 3 levels down in the folder I =

specified
for
the search. However, asp files 5 levels down which contain that =

same
character string were not listed.

--=20
Best Regards,
Clark Murray

"Ramesh [MVP]" wrote in message
...
Hi Clark,

Make sure that the search keyword is not a comment entry in the ASP =

file.
This filter ignores text that is contained in comments in an HTML =

file. If
not, try using the plain text filter

{5e941d80-bf96-11cd-b579-08002b30bfeb},
rather than {eec97550-47a9-11cf-b952-00aa0051fe20}. But, always =

backup the
appropriate registry key before modifying.

--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

What You Should Know About the Sasser Worm and It Variants:
http://www.microsoft.com/security/incident/sasser.asp


"Clark Murray" wrote in message
...
Ramesh,

I tried both of these fixes. They both were applied successfully.

However,
Search still won't find text in .asp files.
--=20
Best Regards,
Clark Murray


"Ramesh [MVP]" wrote in message
...
Clark,

Type the command in RUN box. This adds the PersistentHandler for =

..asp
files
automatically.

REGSVR32 NLHTML

If not, create and apply the REG fix. From Alex Nichol.

Make the following, after - - start and before - - end into a file =

by
cut/paste
to NotePad. Don't let lines wrap around, and make sure there is a =

blank
line at the end. Save as "Patch.reg" then right-click on this file =

and
take Merge to enter it into the registry.

- - start
REGEDIT4

[HKEY_CLASSES_ROOT\.asp]
@=3D"aspfile"

[HKEY_CLASSES_ROOT\.asp\aspfile]

[HKEY_CLASSES_ROOT\.asp\aspfile\ShellNew]

[HKEY_CLASSES_ROOT\.asp\PersistentHandler]
@=3D"{eec97550-47a9-11cf-b952-00aa0051fe20}"


- - end


--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

What You Should Know About the Sasser Worm and It Variants:
http://www.microsoft.com/security/incident/sasser.asp


"Clark Murray" wrote in message
...
Windows XP V 2002 SP 1:

Search Companion will not find text in .asp files. I have changed =

the
configuration as specified in Microsoft Knowledge Base Article - =

309173
which basically says to turn on "Index files with unknown =

extensions".
Still won't work.

--=20
Best Regards,
Clark Murray






=20

Ads
  #32  
Old May 29th 04, 05:49 PM
Clark Murray
external usenet poster
 
Posts: n/a
Default Search for Text in .asp Files

I checked in the Event Viewer, but I couldn't find any Audit Failure records
relating to this.
--
Best Regards,
Clark Murray
"David Candy" wrote in message
...
And please post back the guilty party.

--
----------------------------------------------------------
http://home.comcast.net/~wizardofwhimsy/index.html
"Clark Murray" wrote in message
...
BTW where can I see the audit? There doesn't seem to be anything about

this
in the registry help text.
--
Best Regards,
Clark Murray

"David Candy" wrote in message
...
Changes don't happen straight away. Reboot (or terminate explorer and
restart it).

--
----------------------------------------------------------
http://home.comcast.net/~wizardofwhimsy/index.html
"Clark Murray" wrote in message
...
OK, so I denied permission for the SYSTEM to Set Value and turned on
auditing for that key. However, the bottom line is that I'm still

getting
the same search results--nothing found between % and % in an .asp

file.

--
Best Regards,
Clark Murray

"David Candy" wrote in message
...
Turn auditing on and see what changes it.

--
----------------------------------------------------------
And the band played ....
http://www.smh.com.au/articles/2004/...289883713.html
"Ramesh [MVP]" wrote in message
...
Clark,

If {5e941d80-bf96-11cd-b579-08002b30bfeb}has helped you, deny write
permission for this registry key and see if that works well.

--
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

The Parasite Fight - Quick Fix Protocol:
http://aumha.org/a/quickfix.htm

------------------------------------------------
"Clark Murray" wrote in message
...
Ramesh,

Something in Windows keeps changing the text filter back to the html

filter.
I looked at my registry yesterday and noticed that the Persistent

Handler
for HKEY_CLASSES_ROOT\.asp was specified as
{eec97550-47a9-11cf-b952-00aa0051fe20}, the html filter. I thought

maybe
the registry patch I used didn't work, so I edited the registry to

change
the Persistent Handler to {5e941d80-bf96-11cd-b579-08002b30bfeb}, the

text
filter. Today I checked back under HKEY_CLASSES_ROOT\.asp and noticed

that
the Persistent Hander had been changed back to
{eec97550-47a9-11cf-b952-00aa0051fe20}. Any idea how or why that

happens?
--
Best Regards,
Clark Murray

"Ramesh [MVP]" wrote in message
...
Clark,

By any chance, does "%" denote a comment entry (like REM). If it is a
comment entry, the NLHTML filter (the CLSID you used initially) ignores

that
commented area in the ASP file. Apart from this, sorry no idea why this
occurs

--
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

The Antivirus Defense-in-Depth Guide
http://go.microsoft.com/fwlink/?LinkId=28734

"Clark Murray" wrote in message
...
Ramesh,

I'm pretty sure I've found the problem now. There's a filter somewhere
which is preventing searches of anything between % and %. I created

two
files:

FILE1.ASP
set rsESL = createobject("adodb.recordSet")
rsESL.open listSQL, Application("pm_dbconstring")

FILE2.ASP
%
set rsESL = createobject("adodb.recordSet")
rsESL.open listSQL, Application("pm_dbconstring")
%

Any of the character strings I search for are found in FILE1 and none in
FILE2. How can I fix that?

This is also consistent with what I reported earlier, but mistakenly
interpreted as a directory level problem. The string I was searching

for
earlier sometimes appears in html and other times in vbscript.
--
Best Regards,
Clark Murray

"Ramesh [MVP]" wrote in message
...
Clark,

Does it happen with Indexing Service turned Off as well?

--
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

The Antivirus Defense-in-Depth Guide
http://go.microsoft.com/fwlink/?LinkId=28734

"Clark Murray" wrote in message
...
Ramesh,

I applied the plain text filter and that didn't work either.

This problem appears to have something to do with the levels of the
directory tree. I tried searching for a particular string, and that

string
was found in asp files that were 3 levels down in the folder I specified

for
the search. However, asp files 5 levels down which contain that same
character string were not listed.

--
Best Regards,
Clark Murray

"Ramesh [MVP]" wrote in message
...
Hi Clark,

Make sure that the search keyword is not a comment entry in the ASP

file.
This filter ignores text that is contained in comments in an HTML file.

If
not, try using the plain text filter

{5e941d80-bf96-11cd-b579-08002b30bfeb},
rather than {eec97550-47a9-11cf-b952-00aa0051fe20}. But, always backup

the
appropriate registry key before modifying.

--
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

What You Should Know About the Sasser Worm and It Variants:
http://www.microsoft.com/security/incident/sasser.asp


"Clark Murray" wrote in message
...
Ramesh,

I tried both of these fixes. They both were applied successfully.

However,
Search still won't find text in .asp files.
--
Best Regards,
Clark Murray


"Ramesh [MVP]" wrote in message
...
Clark,

Type the command in RUN box. This adds the PersistentHandler for .asp

files
automatically.

REGSVR32 NLHTML

If not, create and apply the REG fix. From Alex Nichol.

Make the following, after - - start and before - - end into a file by
cut/paste
to NotePad. Don't let lines wrap around, and make sure there is a blank
line at the end. Save as "Patch.reg" then right-click on this file and
take Merge to enter it into the registry.

- - start
REGEDIT4

[HKEY_CLASSES_ROOT\.asp]
@="aspfile"

[HKEY_CLASSES_ROOT\.asp\aspfile]

[HKEY_CLASSES_ROOT\.asp\aspfile\ShellNew]

[HKEY_CLASSES_ROOT\.asp\PersistentHandler]
@="{eec97550-47a9-11cf-b952-00aa0051fe20}"


- - end


--
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

What You Should Know About the Sasser Worm and It Variants:
http://www.microsoft.com/security/incident/sasser.asp


"Clark Murray" wrote in message
...
Windows XP V 2002 SP 1:

Search Companion will not find text in .asp files. I have changed the
configuration as specified in Microsoft Knowledge Base Article - 309173
which basically says to turn on "Index files with unknown extensions".
Still won't work.

--
Best Regards,
Clark Murray










  #33  
Old May 30th 04, 04:56 PM
David Candy
external usenet poster
 
Posts: n/a
Default Search for Text in .asp Files

So you turned on Auditing in Local Security Policy, then set auditing on =
that particular key in the Permissions - Advanced - Auditing..

--=20
----------------------------------------------------------
http://home.comcast.net/~wizardofwhimsy/index.html
"Clark Murray" wrote in message =
...
I checked in the Event Viewer, but I couldn't find any Audit Failure =

records
relating to this.
--=20
Best Regards,
Clark Murray
"David Candy" wrote in message
...
And please post back the guilty party.
=20
--=20
----------------------------------------------------------
http://home.comcast.net/~wizardofwhimsy/index.html
"Clark Murray" wrote in message
...
BTW where can I see the audit? There doesn't seem to be anything =

about
this
in the registry help text.
--=20
Best Regards,
Clark Murray

"David Candy" wrote in message
...
Changes don't happen straight away. Reboot (or terminate explorer =

and
restart it).

--=20
----------------------------------------------------------
http://home.comcast.net/~wizardofwhimsy/index.html
"Clark Murray" wrote in message
...
OK, so I denied permission for the SYSTEM to Set Value and turned =

on
auditing for that key. However, the bottom line is that I'm still

getting
the same search results--nothing found between % and % in an =

..asp
file.

--=20
Best Regards,
Clark Murray

"David Candy" wrote in message
...
Turn auditing on and see what changes it.

--=20
----------------------------------------------------------
And the band played ....
http://www.smh.com.au/articles/2004/...289883713.html
"Ramesh [MVP]" wrote in message
...
Clark,

If {5e941d80-bf96-11cd-b579-08002b30bfeb}has helped you, deny =

write
permission for this registry key and see if that works well.

--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

The Parasite Fight - Quick Fix Protocol:
http://aumha.org/a/quickfix.htm

------------------------------------------------
"Clark Murray" wrote in message
...
Ramesh,

Something in Windows keeps changing the text filter back to the =

html
filter.
I looked at my registry yesterday and noticed that the Persistent

Handler
for HKEY_CLASSES_ROOT\.asp was specified as
{eec97550-47a9-11cf-b952-00aa0051fe20}, the html filter. I =

thought
maybe
the registry patch I used didn't work, so I edited the registry to

change
the Persistent Handler to {5e941d80-bf96-11cd-b579-08002b30bfeb}, =

the
text
filter. Today I checked back under HKEY_CLASSES_ROOT\.asp and =

noticed
that
the Persistent Hander had been changed back to
{eec97550-47a9-11cf-b952-00aa0051fe20}. Any idea how or why that

happens?
--=20
Best Regards,
Clark Murray

"Ramesh [MVP]" wrote in message
...
Clark,

By any chance, does "%" denote a comment entry (like REM). If it =

is a
comment entry, the NLHTML filter (the CLSID you used initially) =

ignores
that
commented area in the ASP file. Apart from this, sorry no idea why =

this
occurs

--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

The Antivirus Defense-in-Depth Guide
http://go.microsoft.com/fwlink/?LinkId=3D28734

"Clark Murray" wrote in message
...
Ramesh,

I'm pretty sure I've found the problem now. There's a filter =

somewhere
which is preventing searches of anything between % and %. I =

created
two
files:

FILE1.ASP
set rsESL =3D createobject("adodb.recordSet")
rsESL.open listSQL, Application("pm_dbconstring")

FILE2.ASP
%
set rsESL =3D createobject("adodb.recordSet")
rsESL.open listSQL, Application("pm_dbconstring")
%

Any of the character strings I search for are found in FILE1 and =

none in
FILE2. How can I fix that?

This is also consistent with what I reported earlier, but =

mistakenly
interpreted as a directory level problem. The string I was =

searching
for
earlier sometimes appears in html and other times in vbscript.
--=20
Best Regards,
Clark Murray

"Ramesh [MVP]" wrote in message
...
Clark,

Does it happen with Indexing Service turned Off as well?

--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

The Antivirus Defense-in-Depth Guide
http://go.microsoft.com/fwlink/?LinkId=3D28734

"Clark Murray" wrote in message
...
Ramesh,

I applied the plain text filter and that didn't work either.

This problem appears to have something to do with the levels of =

the
directory tree. I tried searching for a particular string, and =

that
string
was found in asp files that were 3 levels down in the folder I =

specified
for
the search. However, asp files 5 levels down which contain that =

same
character string were not listed.

--=20
Best Regards,
Clark Murray

"Ramesh [MVP]" wrote in message
...
Hi Clark,

Make sure that the search keyword is not a comment entry in the =

ASP
file.
This filter ignores text that is contained in comments in an HTML =

file.
If
not, try using the plain text filter

{5e941d80-bf96-11cd-b579-08002b30bfeb},
rather than {eec97550-47a9-11cf-b952-00aa0051fe20}. But, always =

backup
the
appropriate registry key before modifying.

--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

What You Should Know About the Sasser Worm and It Variants:
http://www.microsoft.com/security/incident/sasser.asp


"Clark Murray" wrote in message
...
Ramesh,

I tried both of these fixes. They both were applied successfully.

However,
Search still won't find text in .asp files.
--=20
Best Regards,
Clark Murray


"Ramesh [MVP]" wrote in message
...
Clark,

Type the command in RUN box. This adds the PersistentHandler for =

..asp
files
automatically.

REGSVR32 NLHTML

If not, create and apply the REG fix. From Alex Nichol.

Make the following, after - - start and before - - end into a file =

by
cut/paste
to NotePad. Don't let lines wrap around, and make sure there is a =

blank
line at the end. Save as "Patch.reg" then right-click on this file =

and
take Merge to enter it into the registry.

- - start
REGEDIT4

[HKEY_CLASSES_ROOT\.asp]
@=3D"aspfile"

[HKEY_CLASSES_ROOT\.asp\aspfile]

[HKEY_CLASSES_ROOT\.asp\aspfile\ShellNew]

[HKEY_CLASSES_ROOT\.asp\PersistentHandler]
@=3D"{eec97550-47a9-11cf-b952-00aa0051fe20}"


- - end


--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

What You Should Know About the Sasser Worm and It Variants:
http://www.microsoft.com/security/incident/sasser.asp


"Clark Murray" wrote in message
...
Windows XP V 2002 SP 1:

Search Companion will not find text in .asp files. I have changed =

the
configuration as specified in Microsoft Knowledge Base Article - =

309173
which basically says to turn on "Index files with unknown =

extensions".
Still won't work.

--=20
Best Regards,
Clark Murray








=20

  #34  
Old August 17th 04, 11:23 PM
Clark Murray
external usenet poster
 
Posts: n/a
Default Search for Text in .asp Files

David,

Sorry, moved on to something else and haven't check up on this thread for
awhile. I'm pretty sure I've set the PermissionsAdvancedAuditing
correctly. However, I cannot find Local Security Policy. Is that something
that's only in XP Pro and not XP Home?

--
Best Regards,
Clark Murray
"David Candy" wrote in message
...
So you turned on Auditing in Local Security Policy, then set auditing on
that particular key in the Permissions - Advanced - Auditing..

--
----------------------------------------------------------
http://home.comcast.net/~wizardofwhimsy/index.html
"Clark Murray" wrote in message
...
I checked in the Event Viewer, but I couldn't find any Audit Failure

records
relating to this.
--
Best Regards,
Clark Murray
"David Candy" wrote in message
...
And please post back the guilty party.

--
----------------------------------------------------------
http://home.comcast.net/~wizardofwhimsy/index.html
"Clark Murray" wrote in message
...
BTW where can I see the audit? There doesn't seem to be anything about

this
in the registry help text.
--
Best Regards,
Clark Murray

"David Candy" wrote in message
...
Changes don't happen straight away. Reboot (or terminate explorer and
restart it).

--
----------------------------------------------------------
http://home.comcast.net/~wizardofwhimsy/index.html
"Clark Murray" wrote in message
...
OK, so I denied permission for the SYSTEM to Set Value and turned on
auditing for that key. However, the bottom line is that I'm still

getting
the same search results--nothing found between % and % in an .asp

file.

--
Best Regards,
Clark Murray

"David Candy" wrote in message
...
Turn auditing on and see what changes it.

--
----------------------------------------------------------
And the band played ....
http://www.smh.com.au/articles/2004/...289883713.html
"Ramesh [MVP]" wrote in message
...
Clark,

If {5e941d80-bf96-11cd-b579-08002b30bfeb}has helped you, deny write
permission for this registry key and see if that works well.

--
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

The Parasite Fight - Quick Fix Protocol:
http://aumha.org/a/quickfix.htm

------------------------------------------------
"Clark Murray" wrote in message
...
Ramesh,

Something in Windows keeps changing the text filter back to the html

filter.
I looked at my registry yesterday and noticed that the Persistent

Handler
for HKEY_CLASSES_ROOT\.asp was specified as
{eec97550-47a9-11cf-b952-00aa0051fe20}, the html filter. I thought

maybe
the registry patch I used didn't work, so I edited the registry to

change
the Persistent Handler to {5e941d80-bf96-11cd-b579-08002b30bfeb}, the

text
filter. Today I checked back under HKEY_CLASSES_ROOT\.asp and noticed

that
the Persistent Hander had been changed back to
{eec97550-47a9-11cf-b952-00aa0051fe20}. Any idea how or why that

happens?
--
Best Regards,
Clark Murray

"Ramesh [MVP]" wrote in message
...
Clark,

By any chance, does "%" denote a comment entry (like REM). If it is a
comment entry, the NLHTML filter (the CLSID you used initially)

ignores
that
commented area in the ASP file. Apart from this, sorry no idea why

this
occurs

--
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

The Antivirus Defense-in-Depth Guide
http://go.microsoft.com/fwlink/?LinkId=28734

"Clark Murray" wrote in message
...
Ramesh,

I'm pretty sure I've found the problem now. There's a filter

somewhere
which is preventing searches of anything between % and %. I created

two
files:

FILE1.ASP
set rsESL = createobject("adodb.recordSet")
rsESL.open listSQL, Application("pm_dbconstring")

FILE2.ASP
%
set rsESL = createobject("adodb.recordSet")
rsESL.open listSQL, Application("pm_dbconstring")
%

Any of the character strings I search for are found in FILE1 and none

in
FILE2. How can I fix that?

This is also consistent with what I reported earlier, but mistakenly
interpreted as a directory level problem. The string I was searching

for
earlier sometimes appears in html and other times in vbscript.
--
Best Regards,
Clark Murray

"Ramesh [MVP]" wrote in message
...
Clark,

Does it happen with Indexing Service turned Off as well?

--
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

The Antivirus Defense-in-Depth Guide
http://go.microsoft.com/fwlink/?LinkId=28734

"Clark Murray" wrote in message
...
Ramesh,

I applied the plain text filter and that didn't work either.

This problem appears to have something to do with the levels of the
directory tree. I tried searching for a particular string, and that

string
was found in asp files that were 3 levels down in the folder I

specified
for
the search. However, asp files 5 levels down which contain that same
character string were not listed.

--
Best Regards,
Clark Murray

"Ramesh [MVP]" wrote in message
...
Hi Clark,

Make sure that the search keyword is not a comment entry in the ASP

file.
This filter ignores text that is contained in comments in an HTML

file.
If
not, try using the plain text filter

{5e941d80-bf96-11cd-b579-08002b30bfeb},
rather than {eec97550-47a9-11cf-b952-00aa0051fe20}. But, always backup

the
appropriate registry key before modifying.

--
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

What You Should Know About the Sasser Worm and It Variants:
http://www.microsoft.com/security/incident/sasser.asp


"Clark Murray" wrote in message
...
Ramesh,

I tried both of these fixes. They both were applied successfully.

However,
Search still won't find text in .asp files.
--
Best Regards,
Clark Murray


"Ramesh [MVP]" wrote in message
...
Clark,

Type the command in RUN box. This adds the PersistentHandler for .asp

files
automatically.

REGSVR32 NLHTML

If not, create and apply the REG fix. From Alex Nichol.

Make the following, after - - start and before - - end into a file by
cut/paste
to NotePad. Don't let lines wrap around, and make sure there is a

blank
line at the end. Save as "Patch.reg" then right-click on this file and
take Merge to enter it into the registry.

- - start
REGEDIT4

[HKEY_CLASSES_ROOT\.asp]
@="aspfile"

[HKEY_CLASSES_ROOT\.asp\aspfile]

[HKEY_CLASSES_ROOT\.asp\aspfile\ShellNew]

[HKEY_CLASSES_ROOT\.asp\PersistentHandler]
@="{eec97550-47a9-11cf-b952-00aa0051fe20}"


- - end


--
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

What You Should Know About the Sasser Worm and It Variants:
http://www.microsoft.com/security/incident/sasser.asp


"Clark Murray" wrote in message
...
Windows XP V 2002 SP 1:

Search Companion will not find text in .asp files. I have changed the
configuration as specified in Microsoft Knowledge Base Article -

309173
which basically says to turn on "Index files with unknown extensions".
Still won't work.

--
Best Regards,
Clark Murray












 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 05:29 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.