N
nfedin
I have a web app that I have written on a test server. I have written
my own classes and compiled them in several DLL files, which are
located in the /bin directory.
I am now trying to move the project to a production server. I have
copied all the files from the test server to the production server and
set up the directory as an Application with IIS. When I open my first
page, I get a compilation error when it tries to create on of my
custom classes in the DLL.
It is acting like it didn't even load the DLLs into memory. Is there a
setup issue I am having here or would it be a coding problem.
Thanks for the help,
Neil
my own classes and compiled them in several DLL files, which are
located in the /bin directory.
I am now trying to move the project to a production server. I have
copied all the files from the test server to the production server and
set up the directory as an Application with IIS. When I open my first
page, I get a compilation error when it tries to create on of my
custom classes in the DLL.
It is acting like it didn't even load the DLLs into memory. Is there a
setup issue I am having here or would it be a coding problem.
Thanks for the help,
Neil