Re: IIS 7 - Error Messages Not Displayed tho Debugging Options set



I should add this occurs on Windows Vista Business Edition running IIS 7

"race4space" wrote:

Juan, Thanks for your message. However VBScript is a server programming
language.

See this Microsoft site for confirmaiton of this:

http://msdn2.microsoft.com/en-us/library/1kw29xwf(VS.85).aspx
Microsoft Visual Basic Scripting Edition brings active scripting to a wide
variety of environments, including Web client scripting in Microsoft Internet
Explorer and Web server scripting in Microsoft Internet Information Service.

"Juan T. Llibre" wrote:

re:
!>IIS is not displaying run time errors
!> <%@ Language=VBScript %>

VBScript is not a server programming language. It's a client-side programming language.

IIS doesn't even know any error occurred in that script.
You need to debug VBScript client-side.





Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"race4space" <race4space@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:04339B06-0A90-44A9-993D-1FE288847365@xxxxxxxxxxxxxxxx
Hi, IIS is not displaying run time errors - the various debugging options
(Enable Server Side Debugging, Send Errors to Browser) have been set to true
in the IIS console.

No Errors are sent to browser and the script stops running at the error.

This occurs for instance with an Option Explicit error - ie a non
dimensioned variable is referenced in code with Option Explicit set.

<%@ Language=VBScript %>
<% Option Explicit %>
<%
Dim testMe
testMe = "Hello World!"
Response.Write "testMy : " & testMy
Response.End
%>

Any comments , please ?






.



Relevant Pages

  • Re: Visual J# and database programming
    ... Microsoft IIS and Apache. ... It says that IIS ... Java is one language. ...
    (comp.lang.java.programmer)
  • Re: What programming language
    ... You could check out the scripting section on MSDN.COM and TECHNET.COM. ... > link speaks with regard to Unix/Linux administration you of course ... > know that to become a more capable admin a development language is ... > I say Microsoft because I am now trying to use system administrative ...
    (microsoft.public.dotnet.faqs)
  • Re: What programming language
    ... You could check out the scripting section on MSDN.COM and TECHNET.COM. ... > link speaks with regard to Unix/Linux administration you of course ... > know that to become a more capable admin a development language is ... > I say Microsoft because I am now trying to use system administrative ...
    (microsoft.public.dotnet.general)
  • Re: IIS 7 - Error Messages Not Displayed tho Debugging Options set
    ... Microsoft Visual Basic Scripting Edition brings active scripting to a wide ... VBScript is not a server programming language. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: enabling and disabling list boxes
    ... I have never done it for PHP itself but the Microsoft architecture allows for other Active scripting engines, I have tested that with some Windows Perl some years ago. ... It is mainly meant to allow Windows Script Host automation with other languages than JScript and VBScript that Microsoft provides but with that Perl installation I had you could then also uses Perl as a client-side scripting language in HTML documents in IE. ...
    (comp.lang.javascript)