Compatible Support Forums: IIS/Windows Media Encoder question

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

IIS/Windows Media Encoder question

#1 User is offline   ThC 129 

  • veteran
  • Group: Members
  • Posts: 1578
  • Joined: 06-December 99

Posted 18 February 2002 - 01:32 PM

I dont know if the problem is with IIS or with my remote software for Windows Media Encoder.

Anyway when i connect to my computer to try and start the encoder whenever one of the ASP pages load up i get an "object not found" box then nothing works right. Is this an error with the crappy MS default pages or is it something to do with IIS?
0

#2 User is offline   clutch 

  • Carpal Tunnel
  • Group: Moderators
  • Posts: 3859
  • Joined: 29-March 00

Posted 18 February 2002 - 06:46 PM

It could be many things (something missing from the page, something you forgot to setup, etc). The easiest way to find out, is to setup your IIS logging to include "cs-uri-stem", which will then give you (hopefully) the actual line in your code that has the failure. This line might have something to do with you calling access from an object that wasn't even created yet, or something similar. Once setup, try restarting your site and then hitting those pages. Afterward, check the logs and you might see something like this:

Code:
#Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status cs(User-Agent)
2001-08-08 15:53:31 200.1.1.100 - 200.1.1.211 80 GET /default.asp |[b]35[/b]|800a0411|Name_redefined 500 Mozilla/4.0+(compatible;+MSIE+5.5;+Windows+NT+5.0)


The number in bold is the line number in "default.asp" that should be referenced for debugging purposes.

HTH
0

#3 User is offline   ThC 129 

  • veteran
  • Group: Members
  • Posts: 1578
  • Joined: 06-December 99

Posted 19 February 2002 - 12:17 AM

cool thx for the info, i will do that and see what it comes up with. laugh
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users