Ask a Question related to ASP.NET Web Services, Design and Development.
-
Steve #1
ASP.NET project deployment
Hi,
My issue is the same as posted by someone else here, and is unanswered.
I urgently need help. I am deploying an asp.net application, and the issue
is that I need to create the installer such that when my client runs it, he
can make the virtual directory at whichever location he wants. In general,
when the installation wizard is run, the VD is created by the given name in
inetpub > wwwroot. But supposedly I want it to be there at the same place
where my user wants, say C:\Program files. How do I create such a setup
project ?
Thanks for any ideas.
Steve Guest
-
Deployment
What's the best way in ASP .Net to deploy an app from a development machine to a production machine? Also, do all files (.vbproj, etc) need to be... -
Deployment Q
If you have an ASPX app which calls a WebSvc do you need to deploy the WebReference folder or not? bin\foo.dll foo.aspx webREference? needed or... -
Deployment Project
Hi, I need to make deployemnt project for my Web service in Visual Studio .NET. But I do not know how I can set custom DNS name for my web... -
Large PHP Project... Need Project Manager
Hey, I've got a nice CMS (in quite stable 2.0 form) that I need a Project Manager who can just deal with some bugs/answer questions for the next... -
Web App Deployment
I ran into this problem, and tried everything that everyone suggested. After carefully debugging the installer with a series of message boxes, I... -
Helene Day #2
Re: ASP.NET project deployment
I did it, you need to create a setup deployment project, not a Web setup
project.
So they are prompt for the installation folder....
Then use a custom actions during the install and uninstall events, to create
and delete the Virtual Directory.
You will need to pass TARGETDIR to your custom actions...if you want to
know where they are installing the application to, so the Virtual Directory
is pointing to TARGETDIR, etc...etc..
Helene
"Steve" <anonymous@discussions.com> wrote in message
news:eh5HoGJSEHA.1216@TK2MSFTNGP10.phx.gbl...he> Hi,
> My issue is the same as posted by someone else here, and is unanswered.
> I urgently need help. I am deploying an asp.net application, and the issue
> is that I need to create the installer such that when my client runs it,in> can make the virtual directory at whichever location he wants. In general,
> when the installation wizard is run, the VD is created by the given name> inetpub > wwwroot. But supposedly I want it to be there at the same place
> where my user wants, say C:\Program files. How do I create such a setup
> project ?
> Thanks for any ideas.
>
>
Helene Day Guest



Reply With Quote

