473,397 Members | 2,077 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Referencing separately compiled asp.net apps

In one of my recent projects , I am planning to split the work as a
core asp.net application and 3 separate modules (asp.net applications)
that provide other functionalities.

I want to be able to develop the modules independently and then copy
the aspx pages and the dll into a sub directory of the core webapp.
The core application should be able to call those pages.

Currently calling the module page fails since it cannot find the
codebehind logic in the core dll. How do I programmatically make the
module aspx page get its own dll but still work in the http context of
the core web app.?

thanks,
drew

Apr 10 '06 #1
1 1031
You could always create two multiple web applications that run under a
single domain...
http://www.mydomain.com/app1
http://www.mydomain.com/app2
which can then link to each other.

Otherwise, if you want a single application where parts are developed
as separate projects, then you need a portal framework. You need to
load assemblies containing modules at run time, and load them into a
page. There are numerous open source and commerical portal frameworks
on the market. Each lets you create a custom "module" that defines a
related set of functionality. Then has some way of letting you create
pages dynamically and placing your peices of functionality on those
pages. A portal typically has one physical page on your server,
default.aspx. This page contains a control or some kind of helper that
processes the current request and places the requested content on the
page.

here are a couple of products:
DotNetNuke - the most populate open source option. It is really
popular for hobby / personal sites. but it is also used in business.
http://www.dotnetnuke.com/. Pages Urls look like this:
http://www.dotnetnuke.com/about/trai...0/default.aspx

Rainbow Portal - An alternative to DNN, but functions very similarly.
http://www.rainbowportal.net/

Both DNN and Rainbow are based on Microsoft's IBuySpy.
http://msdn.microsoft.com/library/de...ampibsport.asp
example:
http://www.asp.net/IBS_Portal/DesktopDefault.aspx

XQuiSoft - A commercial framework in in beta. My site runs on this
framework. The urls look like this (which are more friendly than DNN):
http://www.xquisoft.com/products/portal/overview.aspx
http://www.xquisoft.com/products/xogen/overview.aspx

CMS400.Net - Another commerical framework. http://www.ektron.com/

Kentico - http://www.kentico.com/

See each products site for full product details.

Michael Lang
XQuiSoft LLC
http://www.xquisoft.com/

Apr 10 '06 #2

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

Similar topics

6
by: Matthew K Jensen | last post by:
I am a young programmer with his big break on the line. For some reason, small apps that I've written and compiled on an XP machine won't work on anything but XP machines. I can't find any clue as...
26
by: billiejoex | last post by:
Hi all. I'm sorry for a noob question like this but I'll try to ask it anyway. One of the greatest problem that may discourage a new user to choose Python language is it's interpreted nature....
12
by: Pollux | last post by:
I'm having trouble doing someting apparently simple. I'm still not very familiar with Visual Studio 2003, so apologies if I've missed something obvious. Basically my problem is the following. I...
3
by: Andrew | last post by:
Hi all, I am still learning ASP.Net, and .Net in general. Though I feel I have much of the "basics" down, I am running into some gray areas in more advanced topics. My question is how I make...
6
by: Mikey_Doc | last post by:
Hi We are running cms 2002, Framework 1.0 with Visual studio 2002. We have just upgraded to Framework 1.1 and visual studio 2003. All of our database connection strings are stored within the...
4
by: Oenone | last post by:
Another VB6 feature that I'm missing in VB.NET is with regard to referencing projects vs. referencing DLLs. In VB6 I can reference my support library, Support.dll, and call its functions. If...
1
by: Tim F | last post by:
Problem: I'm receiving the error "File or assembly name XXXXX or one of its dependencies, was not found." when trying to execute code in an assmebly that has both a strong-name and has been...
1
by: rmcellig | last post by:
This is the code I am using at the moment for my pull down menu. It works great. I was wondering if it is possible to have the pull down menu reference a list file instead of entering each item...
3
by: =?Utf-8?B?a3lvbmc=?= | last post by:
Quick question. Say I have a project against the 2.0framework. I also have a dll compiled against 3.5. If I reference the 3.5 dll in the 2.0 project, how would that work? So I'm thinking that...
28
by: rahul | last post by:
#include <stdio.h> int main (void) { char *p = NULL; printf ("%c\n", *p); return 0; } This snippet prints 0(compiled with DJGPP on Win XP). Visual C++ 6.0
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.