Bogus requests
So I'm digging in more with .NET smart client deployment. I'm using HREF EXE's. So a boot link looks like this: <a href="myclient.exe">. After viewing the web logs I found the following:
23:29:16 127.0.0.1 GET /smartclient/myclient.exe 304
23:29:18 127.0.0.1 GET /smartclient/myclient.exe.config 403
23:29:18 127.0.0.1 GET /smartclient/myclient.exe 304
23:29:18 127.0.0.1 GET /smartclient/myclient.DLL 404
23:29:18 127.0.0.1 GET /smartclient/smartclient/myclient.DLL 404
23:29:18 127.0.0.1 GET /smartclient/bin/myclient.DLL 404
23:29:18 127.0.0.1 GET /smartclient/bin/smartclient/myclient.DLL 404
23:29:18 127.0.0.1 GET /smartclient/myclient.exe 304
23:29:18 127.0.0.1 GET /smartclient/myclient.exe.config 403
23:29:20 127.0.0.1 GET /smartclient/en-US/myclient.resources.DLL 404
23:29:20 127.0.0.1 GET /smartclient/en-US/myclient.resources 403
23:29:20 127.0.0.1 GET /smartclient/bin/en-US/myclient.resources.DLL 404
23:29:20 127.0.0.1 GET /smartclient/bin/en-US/myclient.resources 403
23:29:20 127.0.0.1 GET /smartclient/en-US/myclient.resources.EXE 404
23:29:20 127.0.0.1 GET /smartclient/en-US/myclient.resources 403
23:29:20 127.0.0.1 GET /smartclient/bin/en-US/myclient.resources.EXE 404
23:29:20 127.0.0.1 GET /smartclient/bin/en-US/myclient.resources 403
23:29:20 127.0.0.1 GET /smartclient/en/myclient.resources.DLL 404
23:29:20 127.0.0.1 GET /smartclient/en/myclient.resources 403
23:29:20 127.0.0.1 GET /smartclient/bin/en/myclient.resources.DLL 404
23:29:20 127.0.0.1 GET /smartclient/bin/en/myclient.resources 403
23:29:20 127.0.0.1 GET /smartclient/en/myclient.resources.EXE 404
23:29:20 127.0.0.1 GET /smartclient/en/myclient.resources 403
23:29:20 127.0.0.1 GET /smartclient/bin/en/myclient.resources.EXE 404
23:29:20 127.0.0.1 GET /smartclient/bin/en/myclient.resources 403
Looks like the resolver is going wild with my HTTP connection. I'm researching this behavior. Any feedback would be much appreciated.

0 Comments:
Post a Comment
<< Home