Setup .Net NopCommerce Shopping Basket on GoDaddy – Problems with SQL Server and Web.Config

Hey,
http://forums.nopcommerce.com/forums/default.aspx?g=posts&t=331

This post is a copy of the entry I posted on NopCommerce Forum. NopCommerce is an excellent FREE .NET shopping basket. I suggest any .NET developer/consultant to have a look at it even before going towards the commerce server route. The company I work for is a Microsoft Gold Partner so they are rather inclined (rightly) to go for the Commerce Server option whenever the client project sounds like an online shop or e-commerce portal. But for any smaller kind of project, I definitely recommend Nop Commerce. At least you have the full source code to play with as you wish and add your bits.

Anyway, I had a nightmare trying to setup NopCommerce on GoDaddy. I did quite a bit of fiddling to get it working.

The partial trust post is very useful:
http://forums.nopcommerce.com/forums/default.aspx?g=posts&t=224

You will have problems with GoDaddy specifically, as you won’t be able to upload the create data sql file (too big – maximum 2.5MB and the files is 4MB). To overcome this, you will need to split your create data to few sql files. Make sure that you have insert set to “ON” on the first line of every one of these sql files.

Also, the installation wizard could not find my database (on GoDaddy), although it connected to the host correctly. i guess it is trying to find the database on an incorrect level. Anyway, to overcome this, you will have to use the sql files in the scripts folder (in the install folder) to create the tables and the data manually rather than using the script.

mmm, what else… yeah, you will also need to amend the web.config manually. Basically either use the wizard or do everything manually. the wizard didn’t work with Go Daddy though when I tried it as I said earlier.

Despite all that, Nop Commerce is excellent and many thanks for all the effort of the development team. I have to say it works perfectly when I play with it on my Dev machine, it is only when you try to set it up on a shared hosting account.

If you still have problems, get in touch and I’m happy to help.

Using the Internet Explorer Developer Toolbar with Microsoft Dynamics CRM

If you ever want to know the name of a html element (html element id) you will most probably need Internet Explorer developer toolbar. IE developer Toolbar is a free Microsoft product that you can download from Microsoft’s download website.

Once you download and install the toolbar, you can view it by clicking at view –> Explorer bar –> IE Developer Toolbar.

From the tool bar viewer, you do a lot of things. One main thing that I personally always need whenever I’m doing a script (javascript) for Microsoft Dynamics CRM is HTML element name, id, innerHTML, innerText and rest of element’s attributes, etc..

After opening the IE developer toolbar, click on find –> select element by click and just go and click on the element you need more information about. You will then get absolutely everything you might need (me thinks!).

I think this is definitely useful in many cases and a lot of JavaScript general coding.

<a href=”http://www.microsoft.com/downloadS/details.aspx?familyid=E59C3964-672D-4511-BB3E-2D5E1DB91038&displaylang=en”>Download the toolbar here<a/>