<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Wilson WebPortal Forums : Initial Setup</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=rss&amp;id=12&amp;key=bwY6CgSb8wI%2fTgoFvYoRjg%3d%3d</link><description>Wilson WebPortal Forums : Initial Setup</description><item><title>How do you delete a part from a page?</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2120&amp;key=O8HB8rMJMqdXKvAzqHLzHQ%3d%3d&amp;post=7356</link><pubDate>Mon, 18 Dec 2006 00:23:16 GMT</pubDate><description>&lt;P&gt;I would expect if you deleted a part all content would be deleted as well.&lt;/P&gt;
&lt;P&gt;DJ&lt;/P&gt;</description></item><item><title>HelloWorld module in a seperate project.</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2395&amp;key=0sLgcaldNvSDflcAjGqiow%3d%3d&amp;post=7334</link><pubDate>Sun, 03 Dec 2006 01:56:18 GMT</pubDate><description>&lt;P&gt;I actually have my modules already split across several projects: Modules, Admin, and Extras.&amp;nbsp; So simply make yours look like any one of these, as there isn't anything special about any of these.&amp;nbsp; Or another possiblility if you don't need more is to simply create a user control and nothing more.&amp;nbsp; Many of mine do have user controls so you can easily modify the look and feel, while the logic is in a project, but some are pure user controls and nothing else.&amp;nbsp; Take a look at the various user modules: UserPrefs, UserPassword, UserLogin, and UserEmail.&lt;/P&gt;
&lt;P&gt;Thanks, Paul Wilson&lt;/P&gt;</description></item><item><title>HelloWorld module in a seperate project.</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2395&amp;key=0sLgcaldNvSDflcAjGqiow%3d%3d&amp;post=7273</link><pubDate>Sun, 03 Dec 2006 01:49:53 GMT</pubDate><description>&lt;P&gt;Hi Paul&lt;/P&gt;
&lt;P&gt;Any suggestions how to setup a HelloWorld Module in a seperate project not part of your&lt;/P&gt;
&lt;P&gt;source project so that in the future i could continue to use your codebase without any modifications to mine.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description></item><item><title>Aliases</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2388&amp;key=nycqCoeIM2uV14wsMThoIw%3d%3d&amp;post=7333</link><pubDate>Sun, 03 Dec 2006 01:49:07 GMT</pubDate><description>&lt;P&gt;Hi Frans:&lt;/P&gt;
&lt;P&gt;Ah, I believe you are correct.&amp;nbsp; I always set things up the second way, probably mostly&amp;nbsp;because I don't have a lot of control over it when using shared hosts.&lt;/P&gt;
&lt;P&gt;Thanks, Paul Wilson&lt;/P&gt;</description></item><item><title>Aliases</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2388&amp;key=nycqCoeIM2uV14wsMThoIw%3d%3d&amp;post=7282</link><pubDate>Sun, 03 Dec 2006 01:47:35 GMT</pubDate><description>&lt;P&gt;Paul,&lt;/P&gt;
&lt;P&gt;I have the same problem. Can you comment on the following, what is the correct setup?&lt;/P&gt;
&lt;P&gt;a. 2 different domains pointing to the same IIS website, configured these domains as hostheaders&amp;nbsp;on this website&lt;/P&gt;
&lt;P&gt;b. 2 separate websites in IIS, pointing to the same&amp;nbsp;root folder containing the portal files. Each website contains the&amp;nbsp;corresponing hostheaders.&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;think option a gives the problems as mentioned below as the portal is only initialized during application startup. In other words; the alias (hostheader)&amp;nbsp;is not checked each request&amp;nbsp;to determine the matching portal. This could be added to the code obviously but asking you; will it break your current caching mechanism?&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;Frans&amp;nbsp;&lt;/P&gt;</description></item><item><title>Beginner questions.</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2394&amp;key=H2l48IwY%2brOJP7GNm7iN9w%3d%3d&amp;post=7272</link><pubDate>Wed, 08 Nov 2006 10:37:14 GMT</pubDate><description>1.&amp;nbsp;&amp;nbsp;  Yes.&amp;nbsp; The use of the ORMapper means you can use almost any database.&amp;nbsp; I'm currently using SQL 2000 on my webhost and SQL 2005 on my dev machine so either of these are trivial, while others would require creating the matching schema but once that's done they will work too.&lt;br&gt;&lt;br&gt;2.&amp;nbsp;&amp;nbsp;  A module is reusable control, often a user control, that is registered in the portal and can thus be dynamically added to any page.&amp;nbsp; A part on the other hand is simply one instance of a module on a specific page -- kind of like an object is an instance of a class.&amp;nbsp; A webpart is a special type of control that ASP.NET gives you as a building block for its "portal" framework -- originally a SharePoint thing but not necessarily so anymore.&amp;nbsp; Note that webparts are not used in my portal.&lt;br&gt;&lt;br&gt;3.&amp;nbsp;&amp;nbsp;  The database will only set itself up the first time, so if you have it working in VS2005 then you'll need to use that first admin portal itself to configure additional portals.&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>Beginner questions.</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2394&amp;key=H2l48IwY%2brOJP7GNm7iN9w%3d%3d&amp;post=7271</link><pubDate>Wed, 08 Nov 2006 02:24:12 GMT</pubDate><description>&lt;P&gt;1. Will WWPortal work with SQL server 2000.&lt;/P&gt;
&lt;P&gt;2. What is the difference between PagePart and Module and WebPart.&lt;/P&gt;
&lt;P&gt;3. I created a vir dir to WebRoot and when i browse to the page default.aspx from IIS i&lt;/P&gt;
&lt;P&gt;get page not found message, but it works fine when i bring it up in VS2005 as a website.&lt;/P&gt;
&lt;P&gt;Any help will be appreciated.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description></item><item><title>Aliases</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2388&amp;key=nycqCoeIM2uV14wsMThoIw%3d%3d&amp;post=7260</link><pubDate>Tue, 31 Oct 2006 15:03:04 GMT</pubDate><description>Hi Magnus:&lt;br&gt;&lt;br&gt;You certainly can set aliases to point to sub-domains, and even completely different domains -- that is something I use myself a lot.&amp;nbsp; You need to make sure you have that domain or subdomain pointing to the portal's webroot folder, and you need to make sure it is configured for ASP.NET v2.0.&amp;nbsp; I can't think of any other requirement or issue to be aware of, and I haven't seen this behavior myself so I'm at a loss to explain it.&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>Aliases</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2388&amp;key=nycqCoeIM2uV14wsMThoIw%3d%3d&amp;post=7250</link><pubDate>Tue, 31 Oct 2006 14:57:29 GMT</pubDate><description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;Does the aliases have to point to a subfolder on the same domain? Becasue I'm trying to set it up with subdomains but can't get it to work.&lt;/P&gt;
&lt;P&gt;Example:&lt;BR&gt;mydomain.com&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Main Portal&lt;BR&gt;admin.mydomain.com&amp;nbsp;&amp;nbsp;Admin Portal&lt;BR&gt;port1.mydomain.com&amp;nbsp;&amp;nbsp;&amp;nbsp;Portal 1&lt;BR&gt;port2.mydomain.com&amp;nbsp;&amp;nbsp;&amp;nbsp;Portal 2&lt;BR&gt;&lt;BR&gt;All added on the same single IIS web site.&lt;/P&gt;
&lt;P&gt;If I do an iisreset and then surf to portal 1 I will end up on portal 1 as it should. But if I after that type any other subdomain it will still end up on portal 1. It is cached somehow. To be able to reach the admin portal again, I have to iisreset and make sure that the first domain I visit to is admin.mydomain.com.&lt;BR&gt;&lt;BR&gt;Regards,&lt;BR&gt;Magnus&lt;/P&gt;</description></item><item><title>Initial setup - Object reference not set to an instance of an object.</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2262&amp;key=u6qjPDeBIoR1pAQpiNbAVQ%3d%3d&amp;post=7123</link><pubDate>Mon, 11 Sep 2006 23:45:01 GMT</pubDate><description>I do need to do a better job with some error messages, like the database wasn't setup, in my next build.&amp;nbsp; Maybe I can even come up with a few others and/or more details.&amp;nbsp; Some things are going to always be hard to diagnose at runtime though, but I'll try to get it better.&lt;br&gt;&lt;br&gt;So far though the problems that get resolved seem to be of two types.&amp;nbsp; First, it has to be setup correctly in IIS, which means marked as an IIS app and pointing to the right folder.&amp;nbsp; If this is not setup correctly then there's nothing I can do, since the portal code will never even be configured to try to run correctly.&amp;nbsp; The other main problem scenario is the database connection string, and that is something that I should be able to provide at least a little better message.&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>Initial setup - Object reference not set to an instance of an object.</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2262&amp;key=u6qjPDeBIoR1pAQpiNbAVQ%3d%3d&amp;post=7120</link><pubDate>Mon, 11 Sep 2006 23:34:48 GMT</pubDate><description>&lt;P&gt;Hi Paul,&lt;/P&gt;
&lt;P&gt;More information since the previous post in this thread...&lt;/P&gt;
&lt;P&gt;If I execute iisreset before each time I run the portal from within Visual Studio, the real error shows up. Apparently I have a problem with my database setup, but I only ever saw that error one time, and thought I had fixed it, because during the next run through the error was different. This lead me to believe&amp;nbsp;something else was&amp;nbsp;wrong.&amp;nbsp;Hence my confusion.&lt;/P&gt;
&lt;P&gt;What I think is&amp;nbsp;happening&amp;nbsp;is that during the first run through the portal code runs&amp;nbsp;Framework.Controller Initialize() the first time, hits the database error and raises it. All is as expected. The developer then attempts to fix the&amp;nbsp;error. But the next time the portal runs, something is cached (or otherwise causing the code to think it's already been initialized) and it is trying to execute a code path that assumes there is data and goes and tries to load a theme and display the home page. This is where the confusion occurs, because it's acting as though there's data in the database, when there isn't any. At least that's the theory, anyway.&lt;/P&gt;
&lt;P&gt;Sorry for the rambing post, but I hope this helps someone else out who might be having the same problem. Now to figure out why SQL Express is refusing to create a valid user login account... which is a really simple thing, theoretically, and I've done it many times before in 2000 and msde, so not a clue as to why I'm botching it up all of a sudden. Oh well.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description></item><item><title>Initial setup - Object reference not set to an instance of an object.</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2262&amp;key=u6qjPDeBIoR1pAQpiNbAVQ%3d%3d&amp;post=7119</link><pubDate>Mon, 11 Sep 2006 23:34:45 GMT</pubDate><description>&lt;P&gt;I am running the same configuration and am getting the same error as reported by Dean.&lt;/P&gt;
&lt;P&gt;As I look at the call stack where the error is being thrown, the entry point is OnPreInit in PageBase.cs. I am baffled since I can't dig anywhere to see where the glitch may be. There's nothing else earlier in the call chain (as far as I can tell) for me to go look at. Also, I saw mentioned elsewhere that on first hit an entry is written to wp_Config table. I checked and there are no records there.&lt;/P&gt;
&lt;P&gt;I must be an idiot, because it is not obvious to me how the portal code can be where it is looking for a theme to load without a single record in any of the tables. I ran the setup db script and it created everything fine, but loaded no data, and that's ok because there aren't any sql insert statements to do so. So the portal somehow knows it's not set up and "does something". I just can't get to where that "something" is in the code&amp;nbsp;so I can't tell where it's failing. Or else I'd set up the records myself.&lt;/P&gt;
&lt;P&gt;Can anyone shed a little light on how the portal goes about setting itself up? I've been at this for hours, and this framework is so very very promising and cool, but trying to&amp;nbsp;get this to even run&amp;nbsp;makes me feel like an idiot. (And I've been coding for over twelve years.)&lt;/P&gt;</description></item><item><title>Initial setup - web configuration</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2263&amp;key=CRVKRo2Eppzdx242fldszA%3d%3d&amp;post=6987</link><pubDate>Fri, 04 Aug 2006 18:26:29 GMT</pubDate><description>Hi Dean:&lt;br&gt;
&lt;br&gt;
Are you running it inside of VS 2005?&amp;nbsp; If so, did you run it the first
time directly from your browser so that it setup everything correctly?&amp;nbsp;
And is that database and url the exact same that you're using in VS
2005?&amp;nbsp; I don't have VS 2005 Standard, but I do know that I've heard
that running web apps inside VS 2005 with Sql Express can reset your
database everytime in some cases.&amp;nbsp; In other words, I'm just guessing as
there's obviously a setup problem, and I suspect its something to do
with VS 2005, Sql Express, and/or your IIS Setup -- all the things that
are really tough to debug without being there to see it for myself, so
I'm not real sure what to tell you.&lt;br&gt;
&lt;br&gt;
Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>Initial setup -- web root config</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2264&amp;key=AEK8ZpXKP0JT6IfNEvVg9w%3d%3d&amp;post=6986</link><pubDate>Fri, 04 Aug 2006 18:26:12 GMT</pubDate><description>Hi Dean:&lt;br&gt;
&lt;br&gt;
Are you running it inside of VS 2005?&amp;nbsp; If so, did you run it the first
time directly from your browser so that it setup everything correctly?&amp;nbsp;
And is that database and url the exact same that you're using in VS
2005?&amp;nbsp; I don't have VS 2005 Standard, but I do know that I've heard
that running web apps inside VS 2005 with Sql Express can reset your
database everytime in some cases.&amp;nbsp; In other words, I'm just guessing as
there's obviously a setup problem, and I suspect its something to do
with VS 2005, Sql Express, and/or your IIS Setup -- all the things that
are really tough to debug without being there to see it for myself, so
I'm not real sure what to tell you.&lt;br&gt;
&lt;br&gt;
Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>Initial setup - Object reference not set to an instance of an object.</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2262&amp;key=u6qjPDeBIoR1pAQpiNbAVQ%3d%3d&amp;post=6985</link><pubDate>Fri, 04 Aug 2006 18:25:48 GMT</pubDate><description>Hi Dean:&lt;br&gt;&lt;br&gt;Are you running it inside of VS 2005?&amp;nbsp; If so, did you run it the first time directly from your browser so that it setup everything correctly?&amp;nbsp; And is that database and url the exact same that you're using in VS 2005?&amp;nbsp; I don't have VS 2005 Standard, but I do know that I've heard that running web apps inside VS 2005 with Sql Express can reset your database everytime in some cases.&amp;nbsp; In other words, I'm just guessing as there's obviously a setup problem, and I suspect its something to do with VS 2005, Sql Express, and/or your IIS Setup -- all the things that are really tough to debug without being there to see it for myself, so I'm not real sure what to tell you.&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>Initial setup -- web root config</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2264&amp;key=AEK8ZpXKP0JT6IfNEvVg9w%3d%3d&amp;post=6984</link><pubDate>Fri, 04 Aug 2006 04:39:05 GMT</pubDate><description>&lt;P&gt;Hi Paul,&lt;/P&gt;
&lt;P&gt;As a followup, I am running VS2005 Standard.&amp;nbsp; When I try to set IIS as the webserver (and create an IIS application on WebRoot) and then run the solution, I get an error in the controller class, at&lt;/P&gt;
&lt;P&gt;internal static void Initialize() {&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HttpContext context = HttpContext.Current;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; string appPath = context.Request.ApplicationPath.TrimEnd('/');&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; string aliasPath = context.Request.Url.Host + appPath;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; initialized = Core.Config.Initialize(aliasPath);&lt;/P&gt;
&lt;P&gt;An exception of type 'System.TypeInitializationException' occurred in WilsonWebPortalFramework.DLL but was not handled in user code&lt;/P&gt;
&lt;P&gt;Additional information: The type initializer for 'Wilson.WebPortal.Core.Config' threw an exception.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;I guess the bottom line is&lt;/EM&gt;&lt;/STRONG&gt;, I am missing something basic on how to set this up using VS2005 Standard, SqlSqerver 2005 Express, and IIS.&amp;nbsp; For info, this is my connection string:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;lt;add name="Wilson.WebPortal.Connection" providerName="Sql2005" connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|_wportal.mdf"/&amp;gt; &lt;/P&gt;
&lt;P&gt;with the database in the WebRoot\App_Data folder.&lt;/P&gt;
&lt;P&gt;Any insights would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;--Thanks, Dean&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Initial setup - web configuration</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2263&amp;key=CRVKRo2Eppzdx242fldszA%3d%3d&amp;post=6983</link><pubDate>Fri, 04 Aug 2006 04:09:37 GMT</pubDate><description>&lt;P&gt;Hi Paul,&lt;/P&gt;
&lt;P&gt;One more question...&lt;/P&gt;
&lt;P&gt;I am using VS2005 and SqlExpress.&amp;nbsp; I followed the steps in your readme file for setting things up and have partial success.&amp;nbsp; while running the website in VS2005, I added a Basic: HtmlText part to the initial page and when I try to edit it I get:&lt;/P&gt;
&lt;P&gt;Failed to map the path '/aspnet_client/FreeTextBox/Languages/en-US.xml'. &lt;/P&gt;
&lt;P&gt;Stack Trace: &lt;/P&gt;
&lt;P&gt;[InvalidOperationException: Failed to map the path '/aspnet_client/FreeTextBox/Languages/en-US.xml'.]&lt;BR&gt;&amp;nbsp;&amp;nbsp; System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath virtualPath, Boolean permitNull) +483&lt;BR&gt;&amp;nbsp;&amp;nbsp; System.Web.Hosting.HostingEnvironment.MapPathInternal(VirtualPath virtualPath) +48&lt;BR&gt;&amp;nbsp;&amp;nbsp; System.Web.VirtualPath.MapPathInternal() +25&lt;BR&gt;...&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;Did I miss a step?&lt;/P&gt;
&lt;P&gt;On a related note, when you use VS2005, the WebRoot is a website "project".&amp;nbsp; Have you tried converting it to an ASP.Net WEb Application (ala &lt;A href="http://msdn.microsoft.com/asp.net/reference/infrastructure/wap/" name=Intro&gt;Visual Studio 2005 Web Application Projects &lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;--Thanks, Dean&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Initial setup - Object reference not set to an instance of an object.</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2262&amp;key=u6qjPDeBIoR1pAQpiNbAVQ%3d%3d&amp;post=6982</link><pubDate>Fri, 04 Aug 2006 04:02:12 GMT</pubDate><description>&lt;P&gt;Hi Paul,&lt;/P&gt;
&lt;P&gt;I am using VS2005 and SqlExpress.&amp;nbsp; I followed the steps in your readme file for setting things up and have partial success.&amp;nbsp; When I run the website in VS2005, it starts fine and I can login in with AdminUser, etc.&amp;nbsp; However, when I try to browse Default.aspx from IIS I get the following:&lt;/P&gt;
&lt;P&gt;Object reference not set to an instance of an object. &lt;/P&gt;
&lt;P&gt;private Core.Theme theme {&lt;BR&gt;Line 47: &amp;nbsp;&amp;nbsp;&amp;nbsp;get { return this.Profile.Theme ?? this.page.Portal.Theme; }&lt;BR&gt;Line 48: &amp;nbsp;&amp;nbsp;}&lt;BR&gt;Line 49: &lt;BR&gt;Source File: C:\src_ext\wilson\WilsonWebPortal\v1.0.0.2\src\Framework\Bases\PageBase.cs&amp;nbsp;&amp;nbsp;&amp;nbsp; Line: 47 &lt;/P&gt;
&lt;P&gt;Stack Trace: &lt;/P&gt;
&lt;P&gt;[NullReferenceException: Object reference not set to an instance of an object.]&lt;BR&gt;&amp;nbsp;&amp;nbsp; Wilson.WebPortal.Framework.PageBase.get_theme() in C:\src_ext\wilson\WilsonWebPortal\v1.0.0.2\src\Framework\Bases\PageBase.cs:47&lt;BR&gt;&amp;nbsp;&amp;nbsp; Wilson.WebPortal.Framework.PageBase.OnPreInit(EventArgs e) in C:\src_ext\wilson\WilsonWebPortal\v1.0.0.2\src\Framework\Bases\PageBase.cs:58&lt;BR&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +521&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I hope this is not covered elsewhere.&amp;nbsp; I treid to read through the forum.&lt;/P&gt;
&lt;P&gt;--Thanks, Dean&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Mulitple portals and aliasing</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2131&amp;key=3j7227LtuA11BWFlW9Ypxg%3d%3d&amp;post=6627</link><pubDate>Wed, 03 May 2006 15:40:07 GMT</pubDate><description>&lt;P&gt;Hi Paul,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Thanks for that. I had the aliases in. I've managed to get it up n' running. What I've done is simply copy the 'empty' DB and app to the webhost, and run it there. This did the install i.e. populated the DB with the necessities. The alias created was &lt;A href="http://www.mysite.com/myportal"&gt;www.mysite.com/myportal&lt;/A&gt;. I'm now going to use that DB (Access by the way) to develop locally, making my content changes, etc, and upload later.&lt;/P&gt;
&lt;P&gt;Thanks again for all you help.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sean&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Mulitple portals and aliasing</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2131&amp;key=3j7227LtuA11BWFlW9Ypxg%3d%3d&amp;post=6625</link><pubDate>Wed, 03 May 2006 15:06:53 GMT</pubDate><description>Hi Sean:&lt;br&gt;&lt;br&gt;You would need to set an alias for &lt;a href="http://www.mysite.com/myportal"&gt;www.mysite.com/myportal&lt;/a&gt;, and probably &lt;a href="http://www.mysite.com/myportal"&gt;mysite.com/myportal&lt;/a&gt; also -- and you need to make sure that the myportal folder is an IIS app, and that it is also setup for ASP.NET v2.0 since it could be configured differently.&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>Mulitple portals and aliasing</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2131&amp;key=3j7227LtuA11BWFlW9Ypxg%3d%3d&amp;post=6624</link><pubDate>Wed, 03 May 2006 14:18:28 GMT</pubDate><description>&lt;P&gt;Paul,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I create my WebPortal locally, e.g. &lt;A href="http://localhost/myportal"&gt;http://localhost/myportal&lt;/A&gt; and copy the app and DB to my web host &lt;A href="http://www.mysite.com/myportal"&gt;http://&lt;A href="http://www.mysite"&gt;www.mysite&lt;/A&gt;.com/myportal&lt;/A&gt;. I only get a blank page if I browse to &lt;A href="http://www.mysite.com/myportal"&gt;http://www.mysite.com/myportal&lt;/A&gt;. myportal is set as an ASP.NET 2.0 IIS app.DB path is correct. &amp;nbsp;I haven't got the host to point to this as my main app (this is not WH4L). I want to keep the URL &lt;A href="http://mysite.com/myportal"&gt;http://mysite.com/myportal&lt;/A&gt;, as I'm only pitching the idea to the customer whose site is already running on this domain. I've tried a few different aliases, to no avail. &lt;/P&gt;
&lt;P&gt;Any info greatly appreciated.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sean&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Mulitple portals and aliasing</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2131&amp;key=3j7227LtuA11BWFlW9Ypxg%3d%3d&amp;post=6621</link><pubDate>Wed, 03 May 2006 12:44:50 GMT</pubDate><description>&lt;P&gt;Hi Paul,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Thanks for the info, I'll put that into play now.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sean&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Mulitple portals and aliasing</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2131&amp;key=3j7227LtuA11BWFlW9Ypxg%3d%3d&amp;post=6620</link><pubDate>Wed, 03 May 2006 12:01:25 GMT</pubDate><description>Hi Sean:&lt;br&gt;&lt;br&gt;First, I'll tell you what I do -- and this is true regardless of whether its WebHost4Life or not, since I do the same thing with my clients that host their own sites -- and this is also a very common practice I've seen many times over the years from others too.&amp;nbsp; Basically I don't put any site in my default IIS folder -- its convenient that first time, but if you plan on hosting multiple sites then you're asking for several types of trouble, not just the inconvenience you've seen so far.&amp;nbsp; That requires a support person from WebHost4Life to point your first site to the subfolder that you create and specify, but then you will be able to handle the rest on your own -- although I still had to WebHost4Life to create a db user that had the proper db reader and writer roles.&amp;nbsp; So I would suggest that you go ahead and do that now before you go any farther -- create your new subfolder and move the WebPortal stuff to it (or to be safe copy it first and delete the original in the root when everything else is done), and then have WebHost4Life to point your site to that folder.&amp;nbsp; The alternative though is to have WebHost4Life manually point your sub-domains to the root -- it certainly is possible, but it will mean you may need them more than once if you go this route.&amp;nbsp; As for sub-applications, WebHost4Life and many others have features in their control panels for you to mark folders as IIS apps, and for those that do not you will simply need them to do it manually -- if they can't do that then you don't want them hosting your stuff -- and that is true for regardless of whether you're using a portal approach or traditional approaches.&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>Mulitple portals and aliasing</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2131&amp;key=3j7227LtuA11BWFlW9Ypxg%3d%3d&amp;post=6618</link><pubDate>Wed, 03 May 2006 10:32:49 GMT</pubDate><description>&lt;P&gt;Hi Paul,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I am hosting the WebPortal app as my 'main' application. That is, it's in the default IIS directory on my hosting server. I have multiple portals built (locally) and am copying them up to my hosting server. The problem arises when I want to refer to my portals via aliases. Both my hosting sites (one is the same as yours - WH4L) have subdomain facilities. I have an alias set up blah.mysite.com. My host requires that I point my subdomain to a subfolder. I can't point it to the root folder where the application located. Is there a way of redirecting, or something, from the subfolder? &lt;/P&gt;
&lt;P&gt;&amp;nbsp; Also, i have an alias &lt;A href="http://www.mysite.com/subportal"&gt;www.mysite.com/subportal&lt;/A&gt;. My host doesn't allow me create this virtual directory pointing to my app root. Is there any way to put a default.aspx in my subportal folder to redirect to my portal app with relevant parameters. &lt;/P&gt;
&lt;P&gt;(As an aside, I also have a URL forwarding (rather than a domain pointer) to my subportal directory e.g. &lt;A href="http://www.completelydifferentdomain"&gt;www.completelydifferentdomain&lt;/A&gt;&amp;nbsp;-&amp;gt; &lt;A href="http://www.mysite.com/subportal"&gt;www.mysite.com/subportal&lt;/A&gt;. I have no alias for this (1st URL), as its not relevant here.&lt;/P&gt;
&lt;P&gt;Thanks for the great products.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sean&lt;/P&gt;</description></item><item><title>What are UrlMaps?</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2122&amp;key=LwlEdBfX%2b8kBK9JJcORWew%3d%3d&amp;post=6602</link><pubDate>Tue, 02 May 2006 00:41:46 GMT</pubDate><description>There are at least two different possible use cases.&amp;nbsp; First, you may have two or more page paths that you want to use for the same "page".&amp;nbsp; A typical example is that you have a new structure for your pages but you still want your old links to work also.&amp;nbsp; The other main scenario is to "hide" query strings, and although the main portal pages already avoid query strings, its also true that the actions on those pages do have query strings.&amp;nbsp; An example on this site is all of the forum topics -- they are all mapped to the same forums page, but they each have different querystrings.&amp;nbsp; So http://www.wilsonwebportal.com/Forums/Setup.aspx actually maps to http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;amp;action=topic&amp;amp;id=12&amp;amp;key=YG/XDDtv//ZMhS8WvkD1OQ==.&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>What are UrlMaps?</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2122&amp;key=LwlEdBfX%2b8kBK9JJcORWew%3d%3d&amp;post=6600</link><pubDate>Tue, 02 May 2006 00:36:24 GMT</pubDate><description>&lt;P&gt;Is there an example of one in use on this site?&amp;nbsp; What does the setup look like for the example.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description></item><item><title>Setting up a page</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2121&amp;key=b7Vyh%2b%2bxsb75i%2fjD3Utrjw%3d%3d&amp;post=6601</link><pubDate>Tue, 02 May 2006 00:36:08 GMT</pubDate><description>Exactly -- there is no need or requirement for a physical page since this is database driven.&amp;nbsp; In other words, of course your paths will be "fake" in the sense that there won't actually be an underlying physical file at that path.&amp;nbsp; This is what is typically called "url rewriting" and it makes your urls look better than the querystrings used by some popular portals.&amp;nbsp; The one exception is that the root default.aspx page is required -- but it is does not have any content in it -- just don't delete it thinking its not needed.&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>Setting up a page</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2121&amp;key=b7Vyh%2b%2bxsb75i%2fjD3Utrjw%3d%3d&amp;post=6599</link><pubDate>Mon, 01 May 2006 22:19:05 GMT</pubDate><description>One of the requirements of a&amp;nbsp;page is a "Page Path" like so "~/Default.aspx".&amp;nbsp; If the portal is database driven what is the purpose of a phyical page.&amp;nbsp; The paths need to be unique also so I've been making up fake paths.</description></item><item><title>How do you delete a part from a page?</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2120&amp;key=O8HB8rMJMqdXKvAzqHLzHQ%3d%3d&amp;post=6598</link><pubDate>Mon, 01 May 2006 22:11:41 GMT</pubDate><description>&lt;P&gt;That makes sense.&amp;nbsp; How about a setting when you add/edit the module (which becomes a part).&amp;nbsp; Each module would have a different delete process I'd guess.&lt;/P&gt;
&lt;P&gt;Thanks for the reply&lt;/P&gt;</description></item><item><title>How do you delete a part from a page?</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2120&amp;key=O8HB8rMJMqdXKvAzqHLzHQ%3d%3d&amp;post=6597</link><pubDate>Mon, 01 May 2006 20:25:45 GMT</pubDate><description>There isn't a quick way to delete a part right now -- although as you know you can make it inactive.&amp;nbsp; Why?&amp;nbsp; Because a part might have content associated with it, and I need to decide how to best handle that situation -- delete content too, not allow part with content to be deleted, or something else?&amp;nbsp; Note that most parts will have content, so I need to be very careful on this, but I would appreciate any input you have about what you would expect and/or what other portals do.&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>How do you delete a part from a page?</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2120&amp;key=O8HB8rMJMqdXKvAzqHLzHQ%3d%3d&amp;post=6596</link><pubDate>Mon, 01 May 2006 19:33:34 GMT</pubDate><description>I added a part to a page, now how do I remove it?&amp;nbsp;&amp;nbsp; The part does get supressed by the active switch.</description></item><item><title>Getting started with a sample site</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2077&amp;key=usN8zmm%2bW5IV1MKzIuKJlw%3d%3d&amp;post=6595</link><pubDate>Mon, 01 May 2006 15:03:35 GMT</pubDate><description>Hi Tom:&lt;br&gt;&lt;br&gt;I do need to give more instructions -- so far I've been assuming that most people would be familiar with the similar process used by other portals, which is a big assumption that I need to correct.&amp;nbsp; So what do you need to do when you are creating a new portal?&amp;nbsp; First, you must decide if you need to create a new group also -- is the new portal going to share users and roles with an existing portal or not?&amp;nbsp; Next, you can create the portal, selecting the group for it that you chose or created.&amp;nbsp; You will then need to create and assign an alias to your portal, possibly even multiple aliases -- something like yourdomain.com and www.yourdomain.com are typical, but it might be yourdomain.com/subfolder and www.yourdomain.com/subfolder, and there could be many others you want to assign.&amp;nbsp; Then you need to make sure that the alias(s) you have chosen are actually setup correctly in IIS -- that means configured for ASP.NET v2.0 and pointing to the folder of the WebPortal files -- you do not copy any of the WebPortal files to another location.&amp;nbsp; Then you can browse to the portal using the alias you assigned, login with the default user/password, and then you can setup your pages and users and everything else you need.&amp;nbsp; Again, if you're familiar with other portals then this should be nearly the same process, but if you're new to portals then its a little different since you don't actually copy any files -- its all just configuration.&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>Getting started with a sample site</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2077&amp;key=usN8zmm%2bW5IV1MKzIuKJlw%3d%3d&amp;post=6592</link><pubDate>Mon, 01 May 2006 15:03:14 GMT</pubDate><description>This is my first post, so forgive me if I take a little space to express my gratitude for the products you are sharing.&amp;nbsp; Your generosity will make me a better programmer, and I will follow your example when I have something worth sharing.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;My question is this: are new portals handled in the same way as a new page?&amp;nbsp; Do I create the portal, then create a new Page in the Host page list?&amp;nbsp; Also, how to make it visible to the outside world?&amp;nbsp; I created a virtual directory, copied Default.aspx into it, but no joy.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;Thanks again, Paul.&lt;BR&gt;- Tom McNamee, Tucson, Arizona&lt;BR&gt;&lt;BR&gt;</description></item><item><title>Getting started with a sample site</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2077&amp;key=usN8zmm%2bW5IV1MKzIuKJlw%3d%3d&amp;post=6463</link><pubDate>Tue, 11 Apr 2006 01:57:30 GMT</pubDate><description>&lt;P&gt;Ok. Thanks Paul. That's put me on the right track.&amp;nbsp; I'm keen to try it out soon and post some feedback.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description></item><item><title>Getting started with a sample site</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2077&amp;key=usN8zmm%2bW5IV1MKzIuKJlw%3d%3d&amp;post=6462</link><pubDate>Tue, 11 Apr 2006 00:36:39 GMT</pubDate><description>Hi Peter:&lt;br&gt;&lt;br&gt;There are no hard-coded aspx pages, except for the root default.aspx stub (see it &lt;a href="http://www.wilsondotnet.com/Code/Default.aspx?path=%5C&amp;amp;file=Default.aspx&amp;amp;key=4Co9cHGKQDGyXjz40StK8Q%3d%3d"&gt;here&lt;/a&gt;).&amp;nbsp; Instead, like most portals, everything is data-driven -- i.e. that means that the definition of everything that is required to create the pages on the fly, given the user's roles, are stored in the database.&amp;nbsp; So instead, when I want to create a page, I login to my portal and define a page, then I add modules, which can be as simple as user controls, but in most cases are a little more involved, and then add the content to those page-specific modules, also called parts once they are part of a page.&amp;nbsp; The advantages are that the developer focuses on creating modules, instead of the site plumbing, and the site owners can create their own pages and content, and those pages can vary by role and the content can be searchable -- and that's just the basic advantages.&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>Getting started with a sample site</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2077&amp;key=usN8zmm%2bW5IV1MKzIuKJlw%3d%3d&amp;post=6461</link><pubDate>Tue, 11 Apr 2006 00:01:07 GMT</pubDate><description>&lt;P&gt;Hi Paul,&lt;/P&gt;
&lt;P&gt;I'm a subscriber and I'm quite new to ASP.NET in general and was wondering if you could include some of the aspx files of one of your&amp;nbsp;portals&amp;nbsp;so I can get a better understanding on how the framework is used.&amp;nbsp; I know you've included the wilson dot net web site code as a download but this is the legacy version and doesn't include the latest version which uses the framework.&amp;nbsp; That would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>How to access newly created portal</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2032&amp;key=B3BcjR4DplUkmq8LMwXpiA%3d%3d&amp;post=6305</link><pubDate>Wed, 15 Mar 2006 21:30:01 GMT</pubDate><description>That was it!&amp;nbsp; I knew there was something simple I was missing.&amp;nbsp; Thanks for the tip! &amp;nbsp;I look forward to digging in and see what you've done here...</description></item><item><title>How to access newly created portal</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2032&amp;key=B3BcjR4DplUkmq8LMwXpiA%3d%3d&amp;post=6304</link><pubDate>Wed, 15 Mar 2006 18:18:04 GMT</pubDate><description>Have you mapped that "alias" in IIS to an application that points to the WebPortal?&amp;nbsp; That's an assumption that all of these portal type solutions expect, but which is seldom documented well -- and I'm certainly guilty of that here.&amp;nbsp; Think of it this way, the WebPortal will look at urls it gets and use the "alias" to determine and execute the correct portal -- but the WebPortal must first be given that url, which is the job of the web server to determine what application executes.&lt;br&gt;&lt;br&gt;And by the way, you are correct that the Host doesn't tinker with each individual portal beyond the very high level settings, so you will have to go into each portal to set it up.&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>How to access newly created portal</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2032&amp;key=B3BcjR4DplUkmq8LMwXpiA%3d%3d&amp;post=6300</link><pubDate>Wed, 15 Mar 2006 18:13:22 GMT</pubDate><description>&lt;P&gt;I've created a new portal, but no matter what I do I can't seem to access it, I always get a 'page not found' error.&amp;nbsp; I have no problems accessing the default Admin Portal.&lt;/P&gt;
&lt;P&gt;I've created a new group named 'TestGroup' and then a new portal named 'TestPortal' which I associated with 'TestGroup'.&amp;nbsp; I've created a new alias, and I've tried numerous different aliases ('localhost/TestPortal', 'localhost/WilsonWebPort/TestPortal', etc...) but I can't seem to access the new portal and I don't see any way to setup pages for the new portal in the Host settings.&lt;/P&gt;
&lt;P&gt;I'm sure there's something I'm missing here, but how do you setup and access a new, basic portal?&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Thanks for any insight you can provide...&lt;/P&gt;</description></item><item><title>ASP.NET Development Server: Images do not show?</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2020&amp;key=3QkJcv3vH1dl2H5U9Kfn%2bw%3d%3d&amp;post=6271</link><pubDate>Mon, 13 Mar 2006 21:05:51 GMT</pubDate><description>This should now work fine in v1.0.0.1.&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>ObjectSpace: Entity Object not being Tracked - Wilson.WebPortal.Core.Role:1</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2015&amp;key=IM0jESBRSZC3Upqecc3J%2bw%3d%3d&amp;post=6270</link><pubDate>Mon, 13 Mar 2006 21:05:04 GMT</pubDate><description>This should be fixed in v1.0.0.1 -- weird how sometimes it worked and sometimes not.&amp;nbsp; You'll want to delete any incomplete portals that were created and recreate them since they basically weren't usable as you noticed.&amp;nbsp; To do that you'll need to go to the database itself and delete the two pages that were created for that portal, after you delete the two parts associated with those two pages -- then you can delete the portal itself (from the database or the host portal).&lt;br&gt;&lt;br&gt;And sorry this took me a while to respond to -- I'm not sure how I let it slip past me even a few days.&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>ASP.NET Development Server: Images do not show?</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2020&amp;key=3QkJcv3vH1dl2H5U9Kfn%2bw%3d%3d&amp;post=6252</link><pubDate>Sat, 11 Mar 2006 14:21:31 GMT</pubDate><description>Hi chauey:&lt;br&gt;&lt;br&gt;Take a look at &lt;a href="/Forums/Default.aspx?part=75&amp;amp;action=thread&amp;amp;id=2019&amp;amp;key=iyX0UdARrzeTLCMR0bK17A%3d%3d"&gt;this thread&lt;/a&gt;.&amp;nbsp; I'll see what I can do to incorporate a configurable fix to this soon.&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>ASP.NET Development Server: Images do not show?</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2020&amp;key=3QkJcv3vH1dl2H5U9Kfn%2bw%3d%3d&amp;post=6249</link><pubDate>Sat, 11 Mar 2006 14:19:00 GMT</pubDate><description>&lt;P&gt;I'm not using IIS, trying to use the personal web server with VS.NET 2005.. the images do now show up when i browse the pages.. very odd.. any ideas?&amp;nbsp; Even if i navigate straight to the images' URLs, I get nothing... &lt;/P&gt;
&lt;P&gt;-chauey&lt;/P&gt;</description></item><item><title>ObjectSpace: Entity Object not being Tracked - Wilson.WebPortal.Core.Role:1</title><link>http://www.wilsonwebportal.com/Forums/Default.aspx?part=75&amp;action=thread&amp;id=2015&amp;key=IM0jESBRSZC3Upqecc3J%2bw%3d%3d&amp;post=6243</link><pubDate>Fri, 10 Mar 2006 15:59:43 GMT</pubDate><description>&lt;P&gt;Hi Paul,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I've downloaded the WebPortalDemo, and have installed it as an IIS web app locally (ASP.NET 2.0). I log in as AdminUser, etc. When I try to create a portal I get the following error:&lt;/P&gt;
&lt;P&gt;ObjectSpace: Entity Object not being Tracked - Wilson.WebPortal.Core.Role:1&lt;/P&gt;
&lt;P&gt;It seems, though, that a portal has been created, as I cannot delete it, and there are pages, Parts, etc in the DB. I can't, however, edit the portal itself. Is this because of the above error, or because I need to do something else.&lt;/P&gt;
&lt;P&gt;I've tried using both the Access DB and the SQL DB (MSDE), but to no avail. &lt;/P&gt;
&lt;P&gt;I don't necessarily need to create other portals now, but would like to keep the main portal for the 'Host' as you suggest in your readme.&lt;/P&gt;
&lt;P&gt;The product looks great, and, as a user of DotNetNuke, I hope that WilsonWebPortal remains less complex than DNN. What about interfacing with DNN modules?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sean&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ps. Sorry to hear that UIMapper is going. It has saved me hours, possibly days, of work on maintenance screens. I'll definitely continue to use it.&lt;/P&gt;</description></item></channel></rss>