[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
RE: How can I stop the machine debugger from starting when an asp page
is started?
- Subject: RE: How can I stop the machine debugger from
starting when an asp page is started?
- From: "Michael Avanessian" <mkanet@xxxxxxxxx>
- Date: Mon, 14 Nov 2005 12:41:18 -0800
FYI: For clarification, the Machine Debugger (mdm.exe) is launched when I
execute .asp files like this one (ie
http://www.url.com/x-10/x-10send/fish-lighton.asp)
All I have in the fish-lighton.asp file is:
<%
Set Objxplasp = Server.CreateObject("xPL_ASP.xPLASP")
objxplasp.send
"xpl-cmnd","*","x10.basic","device=A3\ncommand=on"
Set objxplasp = Nothing
%>
Where and how am I supposed to specify disable debugging?
I swear, I tried as hard as I could to figure this out on my own before
bothering you guys!
Thanks so much in advance,
Michael
-----Original Message-----
From: ukha_xpl@xxxxxxx [mailto:ukha_xpl@xxxxxxx] On Behalf
Of Michael Avanessian
Sent: Monday, November 14, 2005 4:35 AM
To: ukha_xpl@xxxxxxx
Subject: RE: [ukha_xpl] How can I stop the machine debugger from starting
when an asp page is started?
Ooops... I meant to say, ...have the xPL web interface installed in a
directory called... :)
-----Original Message-----
From: ukha_xpl@xxxxxxx [mailto:ukha_xpl@xxxxxxx] On Behalf
Of mkanet
Sent: Sunday, November 13, 2005 4:09 PM
To: ukha_xpl@xxxxxxx
Subject: [ukha_xpl] How can I stop the machine debugger from starting when
an asp page is started?
Hi Everyone,
I currently have the xPL web interface installed in a directly called
"x-10". In it's root directory, I created a sub-directory called
"x-10send". Within x-10send's subdirectly, I have several simple
.asp
files to send x-10 command (ie, fish-lightoff.asp, fish-lighton.aps).
When I execute "www.url.com/x-10/x-10send/fish-lighton.aps" from
my
web browser, the machine debugger is started as a default on the web
server.
I want to stop the machine debugger from being started on the web
server when I execute ASP apps.
I tried adding the "<compilation debug="false"
/>" element in the
web.config file in my xPL web interface's root directory, but I didn't
prevent the machine debugger from being started 'mdm.exe". Can
somebody please help? I already know that I can turn off the machine
debugger service from services.msc, but I'm trying to do it the right
way to prevent windows event viewer errors.
Thanks so much in advance!
-Michael
----------- web.config---------------------------
<configuration>
<system.web>
<compilation debug="false" />
<identity impersonate="true" />
</system.web>
<appSettings>
<add key="xplHalServer" value="localhost" />
</appSettings>
</configuration>
------------------------------------------------
xPL Links: http://www.xplproject.org.uk http://www.xplhal.com
http://www.xpl.myby.co.uk
To Post a Message: ukha_xpl@xxxxxxx
To Subscribe: ukha_xpl-subscribe@xxxxxxx
To Unsubscribe: ukha_xpl-unsubscribe@xxxxxxx
xPL Main Index |
xPL Thread Index |
xPL Home |
Archives Home
|