473,394 Members | 1,645 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,394 software developers and data experts.

ASP.NET web app works on some, not all, workstations

I have a client that has contracted with a bank to process checks over the
Internet. The solution includes a check scanner and APS.NET web application.

The application does not work for all workstations at the client site.
There are two laptop computers than can run the web application and all it's
functions w/o failure. They have been able to do this from day one w/o
modification.

No other PC workstations can run all of the web application functions. Some
page return an 'Internal Server Error' message. The page displayed is a
custom error page with no other details.

For some reason the owners of the web application have no clue why their
application will work for some, but not others.

Some facts:
All workstations are XP SP2
There is a mix of IE6 and 7 but this does not seem to be an issue because
each laptop has a different version (1 has IE7, the other has IE6).
Application will not allow browsers other than IE5.5 or higher (Firefox is
out)
The application requires an ActiveX control to interface with the scanner.
Check scanning is not an issue.

I have tried the following:
Disabling local Windows Firewall, Defender, AV
Running as local administrator

Has anyone seen something like this before?
Jun 27 '08 #1
2 1034
I have a scanning application that used to give me odd errors on posting
scanned images. The culprit was the browser who would take a cached version
of one of the pages instead of going for it to the server.

Start from finding out what server error causes the 'Internal Server Error'.
For that, you may need to ask the developers to provide better error
reporting or at least put the exception messages into the http response.
With that, you can use an http analyzer tool to see the errors. You can also
look in the server's http logs but they are not always helpful.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"JG@HG" <JG**@discussions.microsoft.comwrote in message
news:38**********************************@microsof t.com...
>I have a client that has contracted with a bank to process checks over the
Internet. The solution includes a check scanner and APS.NET web
application.

The application does not work for all workstations at the client site.
There are two laptop computers than can run the web application and all
it's
functions w/o failure. They have been able to do this from day one w/o
modification.

No other PC workstations can run all of the web application functions.
Some
page return an 'Internal Server Error' message. The page displayed is a
custom error page with no other details.

For some reason the owners of the web application have no clue why their
application will work for some, but not others.

Some facts:
All workstations are XP SP2
There is a mix of IE6 and 7 but this does not seem to be an issue because
each laptop has a different version (1 has IE7, the other has IE6).
Application will not allow browsers other than IE5.5 or higher (Firefox is
out)
The application requires an ActiveX control to interface with the scanner.
Check scanning is not an issue.

I have tried the following:
Disabling local Windows Firewall, Defender, AV
Running as local administrator

Has anyone seen something like this before?


Jun 27 '08 #2
I'm going down that route as well. The challenge is that the bank does not
own the web app. I recently found out they have outsourced this piece. They
are working with that vendor at this time.

As for the cached scenario: My client claims they just tested the web
application on a brand new workstation that had never navigated to the site
before and still got the failure. Since I have not seen this test (plus it
was performed by an end user) I'm taking their results with a grain of salt
at this time. I will have someone a bit more technical than the receptionist
test before I come to any conclusions.

Thanks for the input!

"Eliyahu Goldin" wrote:
I have a scanning application that used to give me odd errors on posting
scanned images. The culprit was the browser who would take a cached version
of one of the pages instead of going for it to the server.

Start from finding out what server error causes the 'Internal Server Error'.
For that, you may need to ask the developers to provide better error
reporting or at least put the exception messages into the http response.
With that, you can use an http analyzer tool to see the errors. You can also
look in the server's http logs but they are not always helpful.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"JG@HG" <JG**@discussions.microsoft.comwrote in message
news:38**********************************@microsof t.com...
I have a client that has contracted with a bank to process checks over the
Internet. The solution includes a check scanner and APS.NET web
application.

The application does not work for all workstations at the client site.
There are two laptop computers than can run the web application and all
it's
functions w/o failure. They have been able to do this from day one w/o
modification.

No other PC workstations can run all of the web application functions.
Some
page return an 'Internal Server Error' message. The page displayed is a
custom error page with no other details.

For some reason the owners of the web application have no clue why their
application will work for some, but not others.

Some facts:
All workstations are XP SP2
There is a mix of IE6 and 7 but this does not seem to be an issue because
each laptop has a different version (1 has IE7, the other has IE6).
Application will not allow browsers other than IE5.5 or higher (Firefox is
out)
The application requires an ActiveX control to interface with the scanner.
Check scanning is not an issue.

I have tried the following:
Disabling local Windows Firewall, Defender, AV
Running as local administrator

Has anyone seen something like this before?


Jun 27 '08 #3

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

Similar topics

0
by: Aws | last post by:
Hi Friends How to programmatically read The Names of a Network Domains, The Number and Names of the Workstations Connected to a specific Domain! I am using the WMI in VS.NET, and want to know...
1
by: fr33dom101 | last post by:
I am by no means a "Database Expert" and have recently been asked to assist with a SQL 2000 database move to a new server. I was wondering if there was an easy way to reconfigure the ODBC pointers...
2
by: Lee Moody | last post by:
Is there a way to find all of the workstations on a network via VB code? I want to write a utility to be able to update all workstations on the network. Thanks.
0
by: Bilge TUTAK | last post by:
Hi, I have W2K machine and an Active Directory on it, and I have 150 workstations authenticating from that machine using AD. I want to write a code that is responsible for checking the users...
6
by: Bas | last post by:
I'm using If File.Exists("c:\docs\myfile.txt") msgbox("Found") End This work fine on machine with Vb.Net installed but NOT on regular workstations ie. when deployed!! Any ideas?
10
by: Bob | last post by:
This a bit of a second post on same subject, my apologies. IsinRole function only works with built-in roles. If I create a new group on my domain controller then add an existing user to that...
4
by: MLH | last post by:
Would like to bury an obscure text file in a DIR on workstation onto which a A97 runtime app is being installed: CustLog.txt. I'm thinking c:\program files. In environments running MS windows...
8
by: MLH | last post by:
I'm using Albert Kallall's code to set printers in A97. I find that on some machines, the code locks up and on others, it does not. I would like to overcome this and was wondering about the...
16
by: Jon Davis | last post by:
We ordered new systems with fast hardware and great specs, but Visual Studio takes longer to build a project than on the old workstation. Msbuild is faster, csc.exe is faster, file copy is faster....
2
by: =?Utf-8?B?SkdASEc=?= | last post by:
I have a client that has contracted with a bank to process checks over the Internet. The solution includes a check scanner and APS.NET web application. The application does not work for all...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.