3

I noticed in my application event log some errors:

Exception message: A potentially dangerous Request.QueryString value was detected from the client (term="DTİNST32")

Request URL: http://domain.com/url.aspx?term=DTNT AUTHORITY\NETWORK SERVICE%233043/6/2010 6:41:33 PMBNST32

What is this kind of request trying to do?

Brian
  • 303
  • 1
  • 3
  • 15

1 Answers1

2

The term "DTİNST32" is actually referring to dpinst32.exe which is a driver.

So IMHO, the log entry is fine. But you may want to check the device settings and try to update the driver.

You may want to see this document from Microsoft discussing driver installation for 32-bit and 64-bit platforms

Rich

Fergus
  • 1,313
  • 9
  • 19