Personal .NET Portal
Readme CSV Table GuestBook Forum
Lesemich
Security
Each User has Roles, minimum the Build in Role "User". There are 4 Build in Roles:
  • Admin - Administrator Role. May edit/view everything
  • User - Signed in User
  • Everyone - Signed in User or Anonymous User
  • Anonymous - Not signed in User
Besides these Roles every Administrator may define own Roles ("Editor" for example). Build in Roles should never be deleted!!
Introduction Edit
1111111111111111111111 Currently there is a "Frame" and a "Table" version (configured in the web.config file). This is how the Portal is rendered: In Frames or in a Table.
Change Log
Testing sd
Install Notes
1) Unzip to the Web Applications folder.
1.1) If you are upgrading, watch out for your changed WebCustomControls or Pages!
1.2) Configuration Files, Stylesheet and some .ascx files are not replaced. a ".install" file is copied instead.
2) Create a Web Application in IIS (if not done yet).
3) Edit the web.config file.
4) View the Users.config file to look up the current valid accounts
5) Have fun!
Foreign Controls
TreeCtrl:
	- by Iulian Iuga 
	- Found at codeproject.com (http://www.codeproject.com/useritems/TreeWeb.asp)

ImageBrowser:
	- by Dan Glass (http://www.danglass.com/Web/)
	- Found at codeproject.com (http://www.codeproject.com/useritems/ImageBrowser.asp)

HitCounter:
	- by JediBaron (?) - No Full Name provided
	- Found at codeproject.com (http://www.codeproject.com/aspnet/fastcustomhitcounter.asp?target=counter)

HtmlEditor:
	- by (?) - No Name provided
	- Project Name: Yet Another HTML Editor for .Net 
	- Found at gotdotnet.com (http://www.cwebrun.com)
Personal .NET Portal