473,385 Members | 1,661 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

404 errors with No-Touch Deployment

How come applications accessed via No-touch deployment generate alot of 404 errors in the IIS Logs?

For example (the application is TRIS.EXE -- there is NO TRIS.DLL):

14:56:17 127.0.0.1 GET /tris/application/bin/tris.exe 304
14:56:19 127.0.0.1 GET /tris/application/bin/tris.exe 304
14:56:19 127.0.0.1 GET /tris/application/bin/TRIS.DLL 404
14:56:19 127.0.0.1 GET /tris/application/bin/TRIS/TRIS.DLL 404
14:56:19 127.0.0.1 GET /tris/application/bin/bin/TRIS.DLL 404
14:56:19 127.0.0.1 GET /tris/application/bin/bin/TRIS/TRIS.DLL 404
14:56:19 127.0.0.1 GET /tris/application/bin/TRIS.EXE 304
14:56:19 127.0.0.1 GET /tris/application/bin/Data.DLL 304
14:56:20 127.0.0.1 GET /tris/application/bin/en-US/TRIS.resources.DLL 404
14:56:20 127.0.0.1 GET /tris/application/bin/en-US/TRIS.resources 404
14:56:20 127.0.0.1 GET /tris/application/bin/bin/en-US/TRIS.resources.DLL 404
14:56:20 127.0.0.1 GET /tris/application/bin/bin/en-US/TRIS.resources 404
14:56:20 127.0.0.1 GET /tris/application/bin/en-US/TRIS.resources.EXE 404
14:56:20 127.0.0.1 GET /tris/application/bin/en-US/TRIS.resources 404
14:56:20 127.0.0.1 GET /tris/application/bin/bin/en-US/TRIS.resources.EXE 404
14:56:20 127.0.0.1 GET /tris/application/bin/bin/en-US/TRIS.resources 404
14:56:20 127.0.0.1 GET /tris/application/bin/en/TRIS.resources.DLL 404
14:56:20 127.0.0.1 GET /tris/application/bin/en/TRIS.resources 404
14:56:20 127.0.0.1 GET /tris/application/bin/bin/en/TRIS.resources.DLL 404
14:56:20 127.0.0.1 GET /tris/application/bin/bin/en/TRIS.resources 404
14:56:20 127.0.0.1 GET /tris/application/bin/en/TRIS.resources.EXE 404
14:56:20 127.0.0.1 GET /tris/application/bin/en/TRIS.resources 404
14:56:20 127.0.0.1 GET /tris/application/bin/bin/en/TRIS.resources.EXE 404
14:56:20 127.0.0.1 GET /tris/application/bin/bin/en/TRIS.resources 404
14:56:31 127.0.0.1 GET /tris/application/bin/tris.exe.config 200
14:56:34 127.0.0.1 GET /tris/application/bin/tris.exe.config 200
14:57:42 127.0.0.1 GET /tris/application/bin/tris.exe 304
14:57:43 127.0.0.1 GET /tris/application/bin/TRIS.DLL 404

Jul 21 '05 #1
0 1268

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Shabam | last post by:
A web application of mine developed using C# + MS SQL runs fine normally. However when I stress test it with a load testing software (using about 60 simultaneous users) some instances start...
4
by: atv | last post by:
Whatis the proper way to handle errors from function calls? For example, i normally have a main function, with calls to mine or c functions. Should i check for errors in the functions called...
2
by: Marty McDonald | last post by:
Many of our apps are in production and they do not have proper error logging in them - unhandled errors are seen by the users in the form of error messages and stack traces. I know how to make...
0
by: Charles Law | last post by:
I thought I would pass this on, as I have oft' seen this problem reported, with no solution. The problem is that in a solution containing several projects, the compiler will sometimes report a...
4
by: johnb41 | last post by:
I have a form with a bunch of textboxes. Each text box gets validated with the ErrorProvider. I want the form to process something ONLY when all the textboxes are valid. I found a solution,...
2
by: Samuel R. Neff | last post by:
Within the past few weeks we've been getting a lot of compiler errors in two classes when no errors actually exist. The error always reports as Name '_stepResizeRelocator' is not declared. ...
9
by: guy | last post by:
VB2005 ASP.NET the application i have been working on for some time has just started to give me a 'Build failed' but it does not display the errors window. if i display the errors window manually...
8
by: ImOk | last post by:
I just have a question about trapping and retrying errors especially file locking or database locks or duplicate key errors. Is there a way after you trap an error to retry the same line that...
0
by: Gregory Gadow | last post by:
We have a number of development machines in our IT department, all running the same version of VS 2005 sp 1. Our company website and several compiled components were all written in VB.Net 2.0 using...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.