HowTo: Set Permissions for Comments on SharePoint Blog

If you want to allow your blog visitors to comment on blog posts you will need to explicitly allow them to do so. To achieve this, you will need to setup unique permissions on your blog.
Here is the procedure:
1. Open http://your_blog_url/Lists/Comments/AllComments.aspx
2. Select Settings > List settings
3. Select Permissions and Management > Permissions for this list
4. Open Actions >Edit permissions (confirm this action when dialog pops-up)

 

Now you can setup unique permissions for this list. From this step forward you can add permissions for a specific user. The best approach is to give the Visitors group "Contribute" rights for this entire list.

Alpesh Nakar

I recommend related reading. Browse through the site and grab some free tech bytes. And don't forget to subscribe to my rss feeds or updates via email. Visit here for subscription options that suit you.

Some SharePoint Bits

Early this month, I did my exams for MCTS: Configuring and Administering MOSS 2007 70-630 exams and scored 1000/1000! Yeah, felt great for sure. Next on list is 70-631 and for sure I see that Becky  Bertram is on track for that as well. Becky has very graciously shared study guide for this exam. It’s not your run of the mill study guide. She has researched well and compiled list of links to resources for each and every relevant section. Now that surely is awesome! Thanks Becky! All the best.

List of links that can be helpful when studying for the MCTS: WSS Configuration exam from Becky Bertram

Alpesh Nakar

I recommend related reading. Browse through the site and grab some free tech bytes. And don't forget to subscribe to my rss feeds or updates via email. Visit here for subscription options that suit you.

News

First off, loyal blog subscribers a big thank you for your subscription and hanging in there. I am happy that you have stuck around, since I have not really been in touch with you all in last 3 months. You won’t be sorry for having been around, especially those from SharePoint land! Why?

Well, I have resigned from Education Queensland early last month and finished up in the last week of June. Took 10 days off and now I start afresh on July 9th, 2008.

Alpesh Nakar

I recommend related reading. Browse through the site and grab some free tech bytes. And don't forget to subscribe to my rss feeds or updates via email. Visit here for subscription options that suit you.

Howto configure client alias for SQL Server

This post will show you how to configure client aliases for SQL Server. One of the security hardening measures is configuring non-standard port for SQL Server instances.

A default instance of SQL Server listens for connections on TCP port 1433. If a client computer is unable to connect to the database on TCP port 1433, it queries the SQL Server Resolution Service on UDP port 1434.

To protect the database server, you can block the standard ports used by SQL Server and configure your SQL Server instances to listen on a nonstandard port.

Configuring client aliases for SQL Server

Alpesh Nakar

I recommend related reading. Browse through the site and grab some free tech bytes. And don't forget to subscribe to my rss feeds or updates via email. Visit here for subscription options that suit you.

MOSS Command Line Installation Round Up

I apologise for not getting this done earlier. This is the index of all the posts I did to install MOSS from command line. I am planning to create a pdf document for this, not this week though. If you are a SharePoint blogger and would like to advertise in the pdf, please contact me. I have learnt a lot along the way and this method is just indicative of how you can use command line to install and configure SQL and MOSS. I have used these in testing, development and production environments with modifications as needed. For our project requirements I had to find this kind of solution! I could not imagine installing 1300 standalone MOSS instances manually!

Alpesh Nakar

I recommend related reading. Browse through the site and grab some free tech bytes. And don't forget to subscribe to my rss feeds or updates via email. Visit here for subscription options that suit you.