Dear all,
How do I deploy my ASP application so that the same web directories are created on the resultant machine. Thanks in advance.
Printable View
Dear all,
How do I deploy my ASP application so that the same web directories are created on the resultant machine. Thanks in advance.
First what are you developing in Visual Interdev, Frontpage.
Well if you are developing in these utils.
There is a publishing tool and it will create the same directory structure that your development has.
Well I was wondering if one could create a setup.exe sort of installable.
what you are talking about i have seen before. In VB you can create a DHTML Application and then use the Package & Deployment Wizard.
No I have designed my web application in Interdev. It is not a DHTML application. But in interdev u have the option of remotley deploying ur application. I would like to be able to do the deployment myself by running some setup.exe that I can create using Interdev.
Well.. yes and no.
You can't do it with Interdev.
You can do it with Installshield. Interdev only supports web publishing using Frontpage extensions.
I have got some components running in MTS. Will InstallShield handle those stuff also.
YOu may have to write some scripts in installshield to do this
Sonia
Can u give me some clues on these scripts.