473,405 Members | 2,379 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,405 software developers and data experts.

Questions on ASP.NET Starter Kits: Community

I've studied Portal, Report, whose whitepaper can tell the mechanism at the
first time, but Community is different.

I succeeded in localizing the page to chinese, but that experience didn't
make it clear to me, what's the mechanism of request handling?

browsers request for http://localhost/community/default.aspx , in fact it
doesn't return the true default.aspx content(because this file is designed
to one installtion error page, if installation failed, user got it)

I checked the file: web.config, there is something like:
<pagePaths>
<add key="basePage" value="/communityDefault.aspx" />
</pagePaths>

in my opinion, Community has some great feature over Portal and other kits,
however, drawbacks accompany of course.

I hope somebody will help me. thanks.

Nov 18 '05 #1
1 1166
Hi Edward:

Here is the executive summary:

Most of the content for the community starter kit resides in the
database. The CSK uses an HttpHandler to intercept incoming requests.
It inspects the URL trying to be reached and determines what
community, section, and piece of content the request is trying to
reach. Using a technique called URL rewriting, it then internally
processes the request using the communityDefault.aspx page by
dyamically loading content and user controls into the page and sending
a response back to the user.

The CSK approach extremely flexible but it does take some time to get
your head around what is going on. The site in my signature is built
using the CSK with some modifications. There is also a book available
about the CSK (I'm a co-author):

http://www.amazon.com/exec/obidos/ASIN/1904811000/

Feel free to post more questions if you want some more detail.

--
Scott
http://www.OdeToCode.com

On Tue, 25 May 2004 10:22:43 +0800, "Edward" <zi***@citiz.net> wrote:
I've studied Portal, Report, whose whitepaper can tell the mechanism at the
first time, but Community is different.

I succeeded in localizing the page to chinese, but that experience didn't
make it clear to me, what's the mechanism of request handling?

browsers request for http://localhost/community/default.aspx , in fact it
doesn't return the true default.aspx content(because this file is designed
to one installtion error page, if installation failed, user got it)

I checked the file: web.config, there is something like:
<pagePaths>
<add key="basePage" value="/communityDefault.aspx" />
</pagePaths>

in my opinion, Community has some great feature over Portal and other kits,
however, drawbacks accompany of course.

I hope somebody will help me. thanks.


Nov 18 '05 #2

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

Similar topics

1
by: Bob | last post by:
I'm looking at the docs in VS2005 regarding starter kits and I noticed that the starter kits to download from the site are in vsi files (compressed), all except the shareware starter kit. MS docs...
6
by: Paul Aspinall | last post by:
Hi I know it may be a little early in the proceedings, and ASP.NET 2.0 is not yet released, but does anyone know if there are any ASP>NET 2.0 versions of the Starter kits that were released with...
8
by: Jensen Bredahl | last post by:
Hello, This should be very basic but i'm having hard time finding the C# version of the starter kits. There is a link in the Visual Web Developer 2005 Express Edition but that only opens the VB...
1
by: beaverme | last post by:
Hi, I found this and wondered if/when Microsoft planned to release this starter kit: http://www.goldmandesign.com/folio/microsoft-starter-kit-classifieds.shtml Regards, B
4
by: Darko Konrad | last post by:
hi guys, i'm about to build an companies intranet portal and i saw on couple of pages that there has been an intranet SK available for VS 2005 beta. In my version of VS2005 i cannot find it any...
1
by: oldgent | last post by:
I am having a problem installing the starter kits. I have reinstalled VS 2005, think that might be the problem. I then installed both 'Personal Website" and the "Club Website" starter kits. I...
1
by: rodriguez | last post by:
Hi, Yes, I'm one of the lonely ones who hasn't upgraded to VS2005.NET. Does anyone know where in MSDN, the code for the Starter-Kits for VS2003.NET? It seems like MSDN is very nicely ignoring...
7
by: Mr. SweatyFinger | last post by:
I downloaded t he time tracker starter kit. Now where the hell is it? honest to god what is the problem. And no it is not under "n ew project/ starter kits" I mean how much of a hassle can...
1
by: Dan | last post by:
Hi, Is anyone aware of a free starter kit for a small software company? I'm looking for something similar to the Small Business Starter Kit available at...
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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,...
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...
0
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.