This may be a stupid question, but I have a problem that is really stumping me. The question is how come Analysis/Site Reporting software such as WebTrends, or DeepMatrix cannot spider any of our dynamic sites.
For example, our sites use ASP's "Server.Execute" to get to the sections of the site.
mypage.asp?Section=News&SubSection=Home
When we run a report, any software we use cannot spider past mypage.asp.
This has to be a problem for many people I would think. If anyone knows how to get around this, please let me know.
Becuase if your using Server.Execute then mypage.asp is actually the ONLY page thats every truly being served according to both the browser and the webserver.
Server.Execute at a simple level is really just a <!--#include file=""--> with a little more fleixibility in that it can be done dyncamically from within a page with the added bonus that the page being Executed, also has access to the Variables of the calling page.