PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Site not indexing ASPX pages - internal server error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Site not indexing ASPX pages - internal server error

    My current site uses and combination of Classic ASP and .NET (ASPX).

    But when indexing, the ASPX pages give an internal server error. The pages display correctly when displayed in IE7, IE6, Mozilla.

    Any ideas of how i can get the aspx pages to index?

  • #2
    An internal server error, as you might expect, is an error on the server. Not an error in Zoom. it is highly unlikely that you can do anything in Zoom to fix it, as the problem is on the server.

    Maybe your ASPX pages are doing browser sniffing and failing for everything but the common web browsers. Or maybe the site fails under moderate load (the Zoom indexer will place more load on your server than a single user using IE to browse).

    Can you give us an example URL from one of your ASPX pages?

    Comment


    • #3
      I could not give you an example url as its an internal only web site.

      However after some investigation i have managed to track down the problem.
      The global.asax file sets up the culture information (for displaying dates, times, numbers etc in the local langauge format), adding some error handling to this code solved the problem and everything now appears to be indexing correctly.

      Thank you for your help.

      Comment

      Working...
      X