When I deleted PortalCfg.xsd,the Portal Starter Kit can still work normally.Then What is the use of PortalCfg.xsd in Portal Starter Kit?
Thanks!
The purpose of PortalCfg.xsd is to make the layout and validate the PortalCfg.xml!
The struct of PortalCfg.xml is based on PortalCfg.xsdregards João Martins...
IBuySpy Portal vs. Portal Starter Kit
I am new to portals and relatively new to ASP.NET and I would appreciate some clarification about IBS and the Portal Starter Kit.
I have read existing postings and come away with the impression that the Portal Starter Kit is a more updated version of IBS, which is not being further developed.
But then I notice a lot of developer activity on the forums for both IBS and Portal Starter Kit and Microsoft features both prominently and independently on the ASP.NET site.
I have been leaning toward IBS because I have the Wrox book Building an ASP.NET Intranet to guide my initial work in add...
use portal starter kit with community starter kit
I am using the portalvbsdk and community starterkit but both have different user login database, is it possible to connect both starter kits with only one user login panel?
Sorry, I am very new with ASP.NET
I don't think so.
The permissions in portal are different than permissions in community. If a person only logs in one and not the other, the permission settings will always be wrong for the one which has no login.
...
IBuySpy Portal and Portal Starter Kit Security Issue
Yesterday we became aware of a security vulnerability in two of our sample applications: the IBuySpy Portal and the Portal Starter Kit. We have temporarily removed the IBuySpy Portal sample download and are actively working on an update. An updated Portal Starer Kit sample (version 1.0b) is now available which fixes the problem for that sample.
This email provides the steps to immediately fix existing sites and mitigate the potential for a malicious attack.
Who is vulnerable?
-- Any version of the VB.NET IBuySpy Portal sample configured to use html forms authentication.
-- A...
I Buy Spy Portal vs Portal Starter Kit
There seems to be lots of confusion between the IBS Portal and the Portal Starter Kit. Lots of people publish quastions relating to the IBS here, and lots of people answer to questions about the Portal Starter Kit as if it was the IBS. It might be a good idea if a few people that are well familiar with both versions post some info as to the differences. This will help many not only with their confusion but also chose which one to use, based on these differences.
Thanks
When I started this thread I was sure it will be flooded with opinions and comparisons between IBS Portal and Portal St...
IBuySpy Portal and Portal Starter Kit Security Issue #2
Yesterday we became aware of a security vulnerability in two of our sample applications: the IBuySpy Portal and the Portal Starter Kit. We have temporarily removed the IBuySpy Portal sample download and are actively working on an update. An updated Portal Starer Kit sample (version 1.0b) is now available which fixes the problem for that sample.
This email provides the steps to immediately fix existing sites and mitigate the potential for a malicious attack.
Who is vulnerable?
-- Any version of the VB.NET IBuySpy Portal sample configured to use html forms authentication.
-- A...
Using VS.NET to create NEW module for Portal Starter Kit
I'm trying to build my 1st NEW module for the portal starter kit, but I'm not sure what VS.NET is doing...it seems to be creating the wrong 'inherits from'
This is the beginning of my new module codebehind file
Public Class Charts
Inherits System.Web.UI.Page
.................................................................................
This is the beginning of an existing module codebehind (that works)
Namespace ASPNET.StarterKit.Portal
Public MustInherit Class Announcements
Inherits ASPNET.StarterKit.Portal.PortalModuleControl
.....................
Portal Starter Kit / .NET 2.0 Version / Web Client Software Factory Version
I have started to refactor the initial starter kit.
The database schema is still the same for compatibility reasons.
http://www.codeplex.com/ASPNETPortal
Features
Dynamic Portal Infrastructure
10 basic portal modules for common types of content
2 extra portal modules: RSS Feed and Wiki
A "pluggable" framework that is simple to extend with custom portal modules
Online administration of portal layout, content and security
XML based definition of portal layout
Database based definition of portal layout
Roles-based security for viewing content, editing content, ...
How to do this in Portal Starter Kit
Hi, I designed a website (let's call it WebSiteA) using the Portal Starter Kit, one of the tabs is only visible to users that are logged in. Within this tab, I had a quick link or a button, when the user click on it, another website (WebSiteB) will be launched. That is no problem. The problem is if the user did not log in WebSiteA, he/she should not be allowed to view WebSiteB if he/she tried to launch WebSiteB directly from the web browser. How to implement this? I want to use Cookies, but not sure if this is the right solution. Any help is appreciated!
cookies could work or check th...
Portal Starter Kit
I'm trying to download the portal starter kit, but I keep getting an error message from download.microsoft.com. Does anyone have the installer that I can download?
Thanks
Did you ever get it to download??No Animals were harmed in the making of the Application
Hammer12...
Portal starter Kit
I'm getting ready to use the Portal starter Kit to for a large school web site. Has anybody had any problems with the starter kits and if so what where they
I think they are all great solutions! I personally love the DotNetNuke portal and feel it is the most superior solution out there for several reasons:
1) there is a team of 30 programmers constantly developing future versions
2) there is a great community forum here (dotnetnuke forum) for help/support/questions
3) there are over 500 add-on modules available for almost any need - some are free and some are for money
4) ope...
Import portal template into root portal
I have just got an installation of a new portal - done as root under the domain name's main hosting directory. So under Portals I just have _default and 0. The installation was meant to be from a template but the host administrator started the install without selecting the template so it just installed DotNetNuke template. Now I need to import the template into the same portal so that the domain works that way... Is this possible? The only trick I can think of is to install another child portal - say as www.domain.com/newportal from template so all content is in there, then move the alias ww...
How to post a portal starter kit here?
Hi Moderator,
What are the requirements to post a starter kit? I built an open source CMS with restriction. Anybody can reverse engineer the entire app if they want to. Can someone take a look at this portal and evaluate if it qualify with your standard? Maybe there are someone here who wants to expand this portal. Please let me know if you this portal qualify.
XD Portal V 1.0 is an ASP.NET 2.0 N-Tier open source web application written in C# and SQL stored procedure. XD Portal provides content management capabilities and administration tools to create a dynamic interactive database dr...
Mangage Child portals + Independant portal from Master portal
I was just thinking that if you had a table consisting of PortalID,connectionstring you could modify the Getdatabaseconnectionstring function to accept a portalid parameter. Inside that function just return the connectionstring for that portalId the Host account could then have modules that allow maint. and reports whatever ya thought up, form one source without having to go directly to the site because the authintication would be valid, the only thing changing is where the data is coming and going. I have not implemeneted this at all yet but the concept seems valid. It sure would help for ...