473,616 Members | 2,800 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Deployment help needed

Jon
We have a asp.net app that runs like the following in a single-site
scenario.

Directory structure:
c:\inetpub\wwwr oot\myapp - aspx files, global.asax and web.config
c:\inetpub\wwwr oot\myapp\bin - myapp.dll, strings.dll (localized strings),
library.dll
c:\inetpub\wwwr oot\myapp\UserC ontrols - ascx files
c:\inetpub\wwwr oot\myapp\TextB locks - large localized text blocks in html
format
c:\inetpub\wwwr oot\myapp\Image s - site images

We would like to be able to deploy 5 copies of the web app on one IIS server
and do the following: (essentially, we want to share the aspx, ascx, site's
class dll, and images between all the sites and also have each site get its
own web.config and strings.dll and textblocks). Is this possible to do?
I'm assuming we could use the GAC for the site dll, but I wasn't sure about
sharing the aspx and ascx files, etc...

shared things:
c:\inetpub\wwwr oot\myapp_base - aspx files, global.asax and web.config
c:\inetpub\wwwr oot\myapp_base\ bin - myapp.dll, library.dll
c:\inetpub\wwwr oot\myapp_base\ UserControls - ascx files
c:\inetpub\wwwr oot\myapp_base\ Images - site images

each individual site:
c:\inetpub\wwwr oot\myapp_01 - web.config
c:\inetpub\wwwr oot\myapp_01\bi n - only strings.dll (localized strings)
c:\inetpub\wwwr oot\myapp_01\Te xtBlocks - large localized text blocks in html
format

c:\inetpub\wwwr oot\myapp_02 - web.config
c:\inetpub\wwwr oot\myapp_02\bi n - only strings.dll (localized strings)
c:\inetpub\wwwr oot\myapp_02\Te xtBlocks - large localized text blocks in html
format

Thanks for any help on this!
Nov 19 '05 #1
0 980

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
1538
by: Joshua Sprague | last post by:
Recently i tested an application i was developing on another P.C. with the same harware. It was a new P.C. though and did not have the .NET framework installed on it, so i first installed Dotnetfx.exe. When i ran my application i got a few errors about libraries and J-I-T Debugging. Also, registry functions and such did not work. I searched the MSDNKB and google :) and still couldn't find anything that explained how i would go about...
2
1115
by: msnews.microsoft.com | last post by:
Hi Every Body, I build an application using vb.net. Now i m deploying on the client system. I know that the deployment automatically check the .net framework on the client system at startup. I include the .net framework in the deployment setup. I want that if the framework is not installed on the client system then my deployment wizared automatically install the framework which i include in the deployment package. How can i do this....
3
2753
by: al | last post by:
Hi, Can someone please tell me what is exactly zero deployment in VB.NET. Is it that .NET doesn't need to deal with the registry? If that is the case, then why MS introduced class registry? MTIA, Grawsha
8
2603
by: BobAchgill | last post by:
I have looked and looked for on the property pages for my Window form project and do not see where they are saying I should find the place to set deployment properties like: Manufacturer ManufacturerUrl ARPURLINFOABOUT URL for an application's home page. ARPURLUPDATEINFO URL for application-update info. Where are they hiding?
4
319
by: John Smith | last post by:
I am just learning about deployment (setup projects) in vb.net. Is there a way to run an Executable during an Installation or at the end of an installation? I am trying to install a windows service through a deployment wizard just so that I don't have to go through the trouble of running InstallUtil for every server that I need to install it on. During installation I would like to run an executable or batch file that would run the...
1
2774
by: moondaddy | last post by:
I need to have multiple deployment profiles for a .net 2.0 winforms project. This is my requirement: 1) Re-use same project for multiple ClickOnce deployment profiles. 2) Each profile will have it's own custom deployment properties such as Publish Version Number, Start Menu and application Name in start menu. For example, in the past (before ClickOnce deployment) I had to build Setup.exe files and distribute them to various...
4
1274
by: Steve Long | last post by:
Hello, I 'm not sure if this is the correct forum to post this question in but, I using MS' suggested method of using their setup.exe and settings.ini to deploy dotnetfx.exe with my deployment package. My question is, there are settings in the Config.ini file that I'd like to know how to change but can't find any info on. For instance, I would like to change the following line: IDS_SETUP_SUCCEEDED=Setup succeeded. to keep the setup...
13
2428
by: Matt Fielder | last post by:
First off, if this is better posted in another group that qualifies as a manged group, please let me know. I currently have an application written in VB.Net using MSDE as the database. Current install is via InstallShield. As I've just found out that MSDE is not supported under Vista, I need to migrate to SQLExpress. I am also potentially interested in migrating to using an installer built in Visual Studio. I have a few questions:
1
988
by: apondu | last post by:
Hello friends.. I needed some help on ASP.Net web application along with its web service deployment I have a situation where i am not able to understand and confused a bit on how to proceed with the deployment. I have a Web Application and a Web Service associated with the Web Application and each of these have a ther own web.config files. Now i want to deploy both the application together but the problem is the there are database...
1
8127
by: =?Utf-8?B?Q2lhcmFuIE8nJ0Rvbm5lbGw=?= | last post by:
On reflection, you could possibly make the app a self extracting zip file which extracts the EXE and a settings file and then starts the app, then when you app closes, it can repack the settings file and itself into the exe. You would probably want a tool for this bit which could be in the zip too. So the app isnt single exe when running but when not running, it is. Just an idea for you to think about. Another option would possibly be to...
0
8199
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8145
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8642
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8592
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8448
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7118
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5550
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4060
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
1759
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.