File System Search on an asp file yields not results

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rafael Nenninger

    File System Search on an asp file yields not results

    This question has to do with MS file search but it is happening only with
    ..asp pages, so I though someone programming with .asp pages has experienced
    the same situation.

    I'm trying to find .asp pages with a certain table name (i.e.
    "renewalInf o" )

    When I ran the search I get no results. I know that I have that string in a
    couple of pages. My file system search engine is working fine with other
    file types, like Word documents, Excel spreadsheets, etc.

    I tried typing the string outside the <% %> tags and when I do the search I
    get the file results, so it seems like if the search engine in my file
    system was not searching inside the <%%> tags.

    I'm running XP Professional.

    Has anyone experienced this situation?

    Sorry I'm posting the question here, I'm also posting the question in
    microsoft.publi c.windowsxp.gen eral newsgroup, but I think one of you guys
    might have experienced this.

    Thank you for your time.

    Rafael


  • Mark Schupp

    #2
    Re: File System Search on an asp file yields not results

    It's a new "feature" masquerading as a bug. Had the same thing happen at
    home but I cannot find the KB article now for some reason. Here is a
    reference to the fix:



    Cause is that "find in files" no longer does a "text" search on all file
    types. It uses search filters. The filter for ASP files does not look in
    code, it tries to search what the script might output (html filter does the
    same).

    --
    Mark Schupp
    Head of Development
    Integrity eLearning



    "Rafael Nenninger" <rnenninger@res ortime.com> wrote in message
    news:ulvcw8EwEH A.3624@TK2MSFTN GP09.phx.gbl...[color=blue]
    > This question has to do with MS file search but it is happening only with
    > .asp pages, so I though someone programming with .asp pages has[/color]
    experienced[color=blue]
    > the same situation.
    >
    > I'm trying to find .asp pages with a certain table name (i.e.
    > "renewalInf o" )
    >
    > When I ran the search I get no results. I know that I have that string in[/color]
    a[color=blue]
    > couple of pages. My file system search engine is working fine with other
    > file types, like Word documents, Excel spreadsheets, etc.
    >
    > I tried typing the string outside the <% %> tags and when I do the search[/color]
    I[color=blue]
    > get the file results, so it seems like if the search engine in my file
    > system was not searching inside the <%%> tags.
    >
    > I'm running XP Professional.
    >
    > Has anyone experienced this situation?
    >
    > Sorry I'm posting the question here, I'm also posting the question in
    > microsoft.publi c.windowsxp.gen eral newsgroup, but I think one of you guys
    > might have experienced this.
    >
    > Thank you for your time.
    >
    > Rafael
    >
    >[/color]


    Comment

    • Aaron [SQL Server MVP]

      #3
      Re: File System Search on an asp file yields not results

      I find Visual Studio's "find in files" feature much better. As Mark
      indicates, there is a problem with the filter that makes the search engine
      treat ASP files different than .INC or .TXT...


      Comment

      Working...