| 12/16/2008 |
hielke praamstra
|
|
|
| Brilliant !!! |
brilliantr stuff!!.
was looking for something like this for ages. all other solutions are mostly to much.
thanks!!! |
|
| 12/9/2007 |
Marshall
|
|
|
| what will it work on |
hello,
I am wondering who to use it? Will it work on a leasted hosted website? Do I make a website offline and upload it? Or is it loaded to my host and everything is done inside net portal? Sorry for all the dum questions but I don't build websites but after reading about net portal I'd like to give it a try.
thanks
Marshall |
|
Comment: |
Hello Marshall
Thank you for your interest in Personal .NET Portal.
To use this Portal, you need a web server that supports ASP.NET 2.0. If you only want to try this Portal, you can set it up on any Windows Computer that has IIS (Internet Information Server) installed. You can find tutorials online, how to set up an ASP.NET application with IIS.
There are three files you should edit offline in an external editor:
- \Data\PortalData\PortalHeader.htm
Contains the Header of your Portal website (Logo etc.)
- \Data\PortalData\PortalFooter.htm
Contains the Footer of your Portal website (Copyright or anything you want)
- Data\Resources\Portal.css
Defines the colors and fonts of your Portal website
- \Data\PortalData\settings.config
Defines some general settings.
Everything else (Modules, Content) you can edit online when logged in with an Admin or Editor user.
You'll find other helpful informations in the README.TXT file, in the Portal root directory.
You also can try the Portal online at http://test.dotnet-portal.net.
Kind regards,
Martin |
|
| 4/25/2007 |
Henning Flessner
|
|
|
| Fehler mit Visual Web Developper 2005 Express |
ich habe die Software schon mal in der ASP.NET 1.0 Version benutzt. Mir gefällt besonders, dass der ganze Unsinn einer Datenbank für die wenigen Daten weggelassen wurde.
Ich würde jetzt gerne die neue Version benutzen. Da ich einige neue Module brauche, komme ich um ein Compilieren ja nicht herum.
Beim Einsatz von Visula Web Developper 2005 Express, erhalte ich beim Build-Prozess zwei Fehlermeldungen:
1. eine Referenz zu Portal.API wird nicht gefunden.
Portal.API.dll existiert ja zu diesem Zeitpunkt noch nicht. Mit einem Verweis auf die DLL aus der übersetzten Version, lässt sich dieser Fehler umgehen. Das ist aber sicherlich nicht der Weisheit letzter Schluss.
2.
Could not load type 'FredCK.FCKeditorV2.FileBrowserConnector'.
....\FCKeditor\editor\filemanager\browser\default\connectors\aspx\connector.aspx
Hier komme ich nicht mehr weiter.
mfG |
|
Comment: |
Danke für Ihr Feedback.
Ich habe das soeben ausprobiert und bin zu folgendem Ergebnis gekommen:
1. Ich habe das ZIP mit dem Quellcode ins folgende Verzeichnis expandiert: C:\Inetpub\wwwroot\Portal2
2. In der IIS-Administratioskonsole muss dieses Verzeichnis nun als Applikation eingerichtet werden.
3. Vom ZIP mit dem kompilierten Projekt habe ich die DLL's "FredCK.FCKeditorV2.dll", "Portal.API.dll", "RiversideInternetForums.dll" und "TreeWebControl.dll" nach C:\Inetpub\wwwroot\Portal2\bin kopiert.
4. Doppelklick auf das File Portal.sln. VS2005 meldet nun, dass verschiedene .vcproj Dateien nicht geöffnet werden können. Dies ist klar, da die Web Developer Edition diesen Projekt-Typ nicht unterstützt.
Meldungen können somit ignoriert werden.
5. Im VS2005 die Verweise zu den 4 oben genannten DLL's erstellen.
=>Nun sollten Sie Ihre Module entwickeln können.
(Falls diese auch für andere interessant sein könnte, wären wir natürlich durchaus auch daran interessiert…)
Nun möchten Sie vermutlich nicht den Quellcode auf den Webserver mitkopieren. Leider fehlt in der Web Edition der Menüpunkt "Website veröffentlichen". Dies kann aber über die Eingabeaufforderung manuell gemacht werden:
aspnet_compiler -m /LM/W3SVC/1/ROOT/Portal2 C:\Portal
Der Befehl aspnet_compiler befindet sich im Ordner "C:\Windows\Microsoft.NET\Framework\v2.0.50727". Weitere Informationen zu diesem Befehl finden Sie im Internet, bzw. durch Ausführen des Befehls "aspnet_compiler -?".
Mit freundlichen Grüssen,
Martin Bühlmann
Update:
Die oben genannten DLL's lassen sich mit Visual Studio Express C# neu erzeugen. |
|
| 4/4/2007 |
MDavis
|
|
|
| 2.2.0. version giving me JIT System.UnauthorizedAccessException |
| First time I've seen this problem |
|
Comment: |
This usually happens, if the user of the ASP.NET worker process has not sufficient access rights to the portal directory.
Please check your securiy settings of the portal directory. |
|
| 1 |