Bad line numbers in error msgs

K

Kerry

When IIS returns an execution error it reports the line
number the error occured on.

i.e.

Microsoft VBScript runtime error '800a0046'

Permission denied

/shopcart/jobmanagement/modifyprojects.asp, line 741
the trouble is that page does not have a line 741, it is
only 725 lines long.

I believe the problem is with Frontpages form field
validation code. That code is hidded in html view and
therefore FP is not showing the line numbers correctly.

Does anyone know of a way to correct this?

Thanks

Kerry
 
J

Jon Spivey

Hi Kerry,

I don't think you can. However permission denied should be fairly easy to
fix - it would be something like trying to create a file in a directory iusr
doesn't have access to.

Don't post up all 725 lines of your code :) But what do you think might
cause this - are you trying to access the file system, create an object etc
somewhere in your code. That will probably be the culprit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top