On 23 September 2002 16:29, Mark A. Gregory wrote:
> What I'm interested in is ideas about how to handle the situation
where
> your
> Website has only one aspx page and many ascx pages.  This appears to
> Introduce a layer of confusion where you have to load the appropriate
> Ascx page.
>
> Mark

Apologies - I didn't see the original post in this thread. What you
describe seems like a dynamic site and the majority of search engines
won't crawl dynamic content - I'm not sure I understand why you would
have multiple ascx pages in this fashion and yet want to free text
search them. If the ascx files contain static content, then I guess you
can index them using Index Server and then post-process the query
results to construct a URL that gives you the relevant page.
Alternatively, if your ascx pages produce dynamic content then you
probably need to consider an application specific mechanism to search
your data.

Regards,

Adrian.

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to