Welcome to BlogEngine.NET 1.4.5
28. June 2008 18:00

If you see this post it means that BlogEngine.NET 1.4.5 is running and the hard part of creating your own blog is done. There is only a few things left to do.

Write Permissions

To be able to log in to the blog and writing posts, you need to enable write permissions on the App_Data folder. If you’re blog is hosted at a hosting provider, you can either log into your account’s admin page or call the support. You need write permissions on the App_Data folder because all posts, comments, and blog attachments are saved as XML files and placed in the App_Data folder. 

If you wish to use a database to to store your blog data, we still encourage you to enable this write access for an images you may wish to store for your blog posts.  If you are interested in using Microsoft SQL Server, MySQL, VistaDB, or other databases, please see the BlogEngine wiki to get started.

Security

When you've got write permissions to the App_Data folder, you need to change the username and password. Find the sign-in link located either at the bottom or top of the page depending on your current theme and click it. Now enter "admin" in both the username and password fields and click the button. You will now see an admin menu appear. It has a link to the "Users" admin page. From there you can change the username and password.  Passwords are hashed by default so if you lose your password, please see the BlogEngine wiki for information on recovery.

Configuration and Profile

Now that you have your blog secured, take a look through the settings and give your new blog a title.  BlogEngine.NET 1.4 is set up to take full advantage of of many semantic formats and technologies such as FOAF, SIOC and APML. It means that the content stored in your BlogEngine.NET installation will be fully portable and auto-discoverable.  Be sure to fill in your author profile to take better advantage of this.

Themes and Widgets

One last thing to consider is customizing the look of your blog.  We have a few themes available right out of the box including two fully setup to use our new widget framework.  The widget framework allows drop and drag placement on your side bar as well as editing and configuration right in the widget while you are logged in.  Be sure to check out our home page for more theme choices and downloadable widgets to add to your blog.

On the web

You can find BlogEngine.NET on the official website. Here you'll find tutorials, documentation, tips and tricks and much more. The ongoing development of BlogEngine.NET can be followed at CodePlex where the daily builds will be published for anyone to download.

Good luck and happy writing.

The BlogEngine.NET team

Tags: , Comments (0) | Permalink
Extranet Hardening - Perimeter Port Requirements
26. June 2008 04:59

One of the most common extranet scenarios is the back-to-back perimeter model, wherein your entire SharePoint farm lives in the perimeter network with it's own domain controller, while maintaining a trust relationship with the corporate network.

So, the next time someone asks you  "What ports do I need open for Office SharePoint Server?" -- Hopefully you can reference this.

image

Above is a loose diagram of the scenario I'm discussing.  This is a simplified version of a drawing in Microsoft's Extranet Topologies Document.

Between the Internet and the Perimeter network, the following must be available:

Incoming Outgoing Port Description
* * TCP 80 Client Access
* * TCP 443 Client Access (SSL)
  * TCP 25 SMTP, Outgoing email
* * TCP 56737, 56738 (SSL) Office Server Web Services
*   TCP 135 + RPC Port Single Sign-on Service

 

Between the Corporate Network and the Perimeter network, the following must be available:

Incoming Outgoing Port Description
* * TCP 80 Client Access
* * TCP 443 Client Access (SSL)
  * TCP 25 SMTP, Outgoing email
  * TCP 80/443 Content Publishing

 

Additionally, to maintain a domain trust between corporate and perimeter domains you will need tcp/udp 135 (rpc), 389 (ldap), 636, 3268, 3269, 53 (dns), 88, 445 (ds), 789 (kerb)

Please let me know if you have any amendments to this from your experience, and I'll add the information in!

Tags: Comments (0) | Permalink
Visual Studio Extensions for WSS 1.2 Released
4. June 2008 13:26

VSeWSS 1.2 was released today, and you can now leverage Visual Studio 2008 to build your SharePoint projects instead of Visual Studio 2005.

http://blogs.msdn.com/sharepoint/archive/2008/06/04/announcing-the-vsewss-version-1-2.aspx

It also appears the SharePoint team has launched a new development oriented site with documentation, samples, videos, and a fully prepared development VPC.

http://www.mssharepointdeveloper.com/

The site is cosmetically very attractive, although it seems to have a bit of a marketing spin to it as opposed to helping developers.  Oh, and it's not based on MOSS.   The VPC download and some of the "Did You Know?" items there are really great though!

Tags: Comments (0) | Permalink