deployment question

  • Thread starter Thread starter Paulg
  • Start date Start date
P

Paulg

I ran into a minor problem trying to deploy a .NET
project. The project interfaces with a database on a
server, and works fine from my local machine. Anyhow I
get an (assembly not found) error. I copied over the aspx
files along with the bin directory that contains the
dlls. Wondering if I need to copy the web.config file
over as well? I think at run time you basically just have
webform.aspx and a temp.dll files that provides output to
the browser. I found a system.data assembly on my local
machine and then copied it to the server machine, but then
get an incorrect manifest error. Thanks Paul.
 
-----Original Message-----
I ran into a minor problem trying to deploy a .NET
project. The project interfaces with a database on a
server, and works fine from my local machine. Anyhow I
get an (assembly not found) error. I copied over the aspx
files along with the bin directory that contains the
dlls. Wondering if I need to copy the web.config file
over as well? I think at run time you basically just have
webform.aspx and a temp.dll files that provides output to
the browser. I found a system.data assembly on my local
machine and then copied it to the server machine, but then
get an incorrect manifest error. Thanks Paul.

.Just a bit more information
It looks like from the error log that it may be looking
on the local machine for the .NET framework classes.
 
Back
Top