Community Starter Kit
www.reddnet.net. A guy who’s a bit farther down the CSK as personal blog/site road.
Bulk picture importer:
http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=206921
On Pell:
· Default site URL:
http://localhost/CommunityStarterKitCSVS
· Default site Admin URL (just log in as Admin/Admin and click the Admin link).
http://localhost/CommunityStarterKitCSVS/Admin
· ISP Admin URL used to add additional communities (IspAdmin,e…)
http://localhost/CommunityStarterKitCSVS/ISPAdmin
On JobQuake:
- Used DNSWIZ to add cnames for jqc, kz, koriel, romo, zak as subdomains of jobquake.com.
- Used Internet Service Manager to add host header names at port 80 for all the above to the default web site on Blaster (jobquake.com).
- Used the IspAdmin page to add communities
Changes:
2003-05-22
2003-05-22
2003-05-22
2003-05-23
2003-05-23
2003-05-25
// Attempt to load the control. If this fails, we're done
try {
skin = Page.LoadControl(skinFileName);
Controls.Add(skin);
} catch (Exception e) {
string errorMessage = "The @page@ page could not be found. Please add this page to the StaticPages folder.";
errorMessage = errorMessage.Replace( "@page@", skinFileName );
Controls.Add( new LiteralControl( errorMessage ) );
ontrols.Add( new LiteralControl( e.Message ) );
}