Click to See Complete Forum and Search --> : Deploying IIS app to IIS server


dmbyer
July 16th, 2001, 11:50 PM
I've created a fully functioning IIS application that uses a database for a crude login system. However, it requires running within the visual basic run-time environment. I've tried to install the compiled application on the local server, and access it with an http request, but all I get is error after error. The deployment wizard did NOT help, as it properly installed the components on the server, but I then received database accessing errors (the DSN was not found, although it is registered with the system). How can I properly deploy my IIS application to a server so that it may run independantly? Anything should be of use here, and I thank you in advance for any help I receive.

=====
Dan