N
Nathan Truhan
Hello,
I am developing a web-based application for filtering rows
of data in a datagrid and am running into a problem with
deployment of the app.
The application has a DropDownList that is populated from
an SQLReader from a SQL 2000 Database. Once an item is
selected from the DropDownList, the web site performs a
postback then populates a DataGrid from another SQLReader
that is filtered on the SelectedItem.value from the
DropDownList. It is a fairly simple application and it
works fine on my test box. However, when I copy the
project to the server and try to execute it, the
DropDownList does not populate, it is just blank, I do not
get any warnings, errors, etc...
My Machine is a 3.2Ghz, 1GB Ram, Windows XP Pro SP1 with
Visual Studio .NET 2003, Framework 1.1. It also has an
installation of Macromedia ColdFusion 5 Server, but that
is not used often. It also has VirusScan 7.1 Enterprise
for Scanning.
The server is Dual 1Ghz with 2GB Ram, Windows 2000
server, .NET Framework 1.1, and ColdFusion 5 Server.
Unlike my box, this version of ColdFuction is highly
utilized. It also has VirusScan 4.5.1 for Scanning.
I am stumped since the configurations are so similar.
Also both boxes are at the latest system patches and have
ADO 2.7 SP1 and the Microsoft SQL 2000 Client tools
installed.
If anyone has any ideas, I would greatly appriciate any
input.
Thanks in advance,
Nathan
The server
I am developing a web-based application for filtering rows
of data in a datagrid and am running into a problem with
deployment of the app.
The application has a DropDownList that is populated from
an SQLReader from a SQL 2000 Database. Once an item is
selected from the DropDownList, the web site performs a
postback then populates a DataGrid from another SQLReader
that is filtered on the SelectedItem.value from the
DropDownList. It is a fairly simple application and it
works fine on my test box. However, when I copy the
project to the server and try to execute it, the
DropDownList does not populate, it is just blank, I do not
get any warnings, errors, etc...
My Machine is a 3.2Ghz, 1GB Ram, Windows XP Pro SP1 with
Visual Studio .NET 2003, Framework 1.1. It also has an
installation of Macromedia ColdFusion 5 Server, but that
is not used often. It also has VirusScan 7.1 Enterprise
for Scanning.
The server is Dual 1Ghz with 2GB Ram, Windows 2000
server, .NET Framework 1.1, and ColdFusion 5 Server.
Unlike my box, this version of ColdFuction is highly
utilized. It also has VirusScan 4.5.1 for Scanning.
I am stumped since the configurations are so similar.
Also both boxes are at the latest system patches and have
ADO 2.7 SP1 and the Microsoft SQL 2000 Client tools
installed.
If anyone has any ideas, I would greatly appriciate any
input.
Thanks in advance,
Nathan
The server