Monday, September 06, 2010
Welcome!

Welcome to my little corner of the Internet!

Among other things, I'm exploring all that the DotNetNuke website framework has to offer.

You can email me at Larry@LarryDaniele.com.

My Other Sites

Here's a partial list of the web sites that I'm responsible for:

  • CompanionSoftware.com - My business site and the home of the Metafile Companion utility for editing Windows metafiles.
  • SunderlandPublicLibrary.org - A labor of love for the public library in this wonderful town of Sunderland, MA USA.
  • DebbieHennes.com - A site created for an artist friend. Sometimes, simple is good.
  • BurtCohen.com - Personal website of the professor, writer, political activist and former New Hampshire state senator Burt Cohen.

For more information, you can see my website development portfolio.

I would also encourage people interested in developing their own web site to look at DotNetNuke. It's what I'm using to create this site. Once it's set up, it's quite simple to add, edit and remove content over time.

I'm using the Minimalist skin created by Evan O'Neil for the overall style of this site. It is quite flexible and easy to work with.

Latest Blog Entries
Mar 14

Written by: Larry Daniele
3/14/2008 4:27 PM 

If you are reinstalling Microsoft SQL Server 2005 Express on a server running ASP.NET and Plesk, when you try to view an ASP.NET web page, you might see a message like the following:

Cannot open database "TellUWhen" requested by the login. The login failed.
Login failed for user 'MIGHTYMOUSE\IWAM_plesk(default)'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Cannot open database "TellUWhen" requested by the login. The login failed.
Login failed for user 'MIGHTYMOUSE\IWAM_plesk(default)'.

The basic solution to the problem is to make sure that the specified user name (e.g. ASPNET or IWAM_plesk(default)) is a member of the SQLServer2005MSSQLUser$server$SQLExpress group.

Here are the specific steps to do this for the user "<User>" on "<MachineName>":

  1. Right-click "My Computer" and choose "Manage".
  2. Navigate to "Local Users and Groups\Users\<User>".
  3. Right-click on <User> and select Properties.
  4. Select the "Member Of" tab.
  5. Click on Add > Advanced > Find Now.
  6. Select SQLServer2005MSSQLUser$<MachineName>$SQLExpress. Click on OK and OK to add this user to this group.
  7. Close the Computer Management window and restart IIS (or reboot the computer).
  8. Revisit the problem web page. It should work now.

Tags:
Categories:
A Random Walk
Minimize
Enjoy a few random photos from my gallery!
Thanksgiving day, 4 turkeys and Jarett run across my front yard. The turkeys must have know they were safe since we vegetarians!
16. Nice hood ornaments!
Step 7: Blend carefully making sure the lid is on tight!
DSC_0033
15. I want one of these!
More photos...
Privacy Statement  |  Terms Of Use
Copyright 2007-2010 by Larry Daniele