R
Rico
Hello,
I have a web application that I developed in ASP.NET on one machine and I'm
trying to deploy it on a Windows 2003 Server. The application runs fine on
the development workstation connected to the development SQL Server 2000.
I've deployed the application to the server and it works fine, accesses the
data in the SQL database, but the problem comes when I try to create a
report using a dataset. I get an error "Object reference not set to an
instance of an object". This occurs on every report I try. Any idea what I
should look at?
I also have a second problem; the server does not (and will not) have
VS2003 installed, I have administrator privledges, I have taken all the
advice I can from elsewhere on the net (re: IIS set up, HTTP Keep Alive,
Windows Authentication etc) but I can't debug the ASP.net application from
this workstation, I get the error "Unable to start debugging on the web
server. The debugger is not properly installed. Run setup to install or
repair the debugger." But the problem is, Visual Studio is not going to be
installed on the server and I know debugging can take place without VS
installed, but can't find a solution to this problem.
Any help would be greatly appreciated.
Thanks!
I have a web application that I developed in ASP.NET on one machine and I'm
trying to deploy it on a Windows 2003 Server. The application runs fine on
the development workstation connected to the development SQL Server 2000.
I've deployed the application to the server and it works fine, accesses the
data in the SQL database, but the problem comes when I try to create a
report using a dataset. I get an error "Object reference not set to an
instance of an object". This occurs on every report I try. Any idea what I
should look at?
I also have a second problem; the server does not (and will not) have
VS2003 installed, I have administrator privledges, I have taken all the
advice I can from elsewhere on the net (re: IIS set up, HTTP Keep Alive,
Windows Authentication etc) but I can't debug the ASP.net application from
this workstation, I get the error "Unable to start debugging on the web
server. The debugger is not properly installed. Run setup to install or
repair the debugger." But the problem is, Visual Studio is not going to be
installed on the server and I know debugging can take place without VS
installed, but can't find a solution to this problem.
Any help would be greatly appreciated.
Thanks!