[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
How can I stop the machine debugger from starting when an asp page is
started?
- Subject: How can I stop the machine debugger from starting
when an asp page is started?
- From: "mkanet" <mkanet@xxxxxxxxx>
- Date: Mon, 14 Nov 2005 00:08:52 -0000
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 Main Index |
xPL Thread Index |
xPL Home |
Archives Home
|