Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Griff #1
Control deployment question
Hi - complete newbie question, so please bear with me...
With classic ASP, I could have a folder containing "common code" that was
accessed by ALL the different websites on my server. As the "common code"
was improved, I would create a new folder for each upgrade (v1.0, v2.0, v3.0
etc) and simply change the virtual directory mapping in each web site as I
wanted to upgrade the sites.
With ASP.NET 2.0, I envisage writing a set of compiled n-tier components.
Again, I'd want these to be common to all the web sites on my server and
again, I'd like to be able to follow a similar upgrade path. Is it possible
to follow the Classic ASP example by creating a new folder and simply
changing the virtual directory over, or is this something that is controlled
by the web.config file? What's the most sensible way of achieving this?
Thanks in advance.
Griff
PS - obviously the interfaces would have to remain constant so as to not
have to change the actual web sites themselves...
Griff Guest
-
Control Deployment
Hi, I have developed a custom control, which is in the form of a DLL. Now I have to deploy it .. My control uses some javascripts and images and... -
web service deployment question
hi, i have a web service which does xyz stuff...i have a reference of it in my asp.net web application. i call the web service asynchronously and... -
Server Control Deployment and Client Scripts?
Barry, You shouldn't create that folder with your deployment. That folder is part of the Framework, and it already exists on the box. Jim... -
Custom Web Control Deployment Issue
I have a custom web control in which I have created a setup project in the same solution. In the setup project, I have created a custom folder in... -
Question about ASP.NET Application Deployment
In the help file, there is a section called Deploying .NET Applications: Lifecycle Guide. This guide will help with custom installers and may answer... -
Mark Rae #2
Re: Control deployment question
"Griff" <howling@the.moon> wrote in message
news:%23Zzul266GHA.3644@TK2MSFTNGP03.phx.gbl...
[url]http://www.codeproject.com/aspnet/EWSWebPt1.asp[/url]> What's the most sensible way of achieving this?
Mark Rae Guest



Reply With Quote

