N
Nus Pieds
Hi,
I create and develop my ASP.NET apps locally on my PC,
which is running IIS. Now I want to deploy those apps on
another web server (application run-time only), so what
exactly are the steps?
The target web server is a User Test web server which has
the .NET Framework only, no VS .NET of course. My first
attempt was to copy the bin directory and the .ASPX files
and that initially worked until I invoked a feature in my
app, which creates an Access database. That feature
rquires ADODB.DLL, and it was not on the User Test web
server, so the application crashed.
What are the steps in deploying a web app from a dev
server to a run-time server? Besides the bin directory,
how do I know and how can I ensure that all the dependent
files are also deployed?
Thanks,
NP
I create and develop my ASP.NET apps locally on my PC,
which is running IIS. Now I want to deploy those apps on
another web server (application run-time only), so what
exactly are the steps?
The target web server is a User Test web server which has
the .NET Framework only, no VS .NET of course. My first
attempt was to copy the bin directory and the .ASPX files
and that initially worked until I invoked a feature in my
app, which creates an Access database. That feature
rquires ADODB.DLL, and it was not on the User Test web
server, so the application crashed.
What are the steps in deploying a web app from a dev
server to a run-time server? Besides the bin directory,
how do I know and how can I ensure that all the dependent
files are also deployed?
Thanks,
NP