Hi,
I have been trying to get GSP working in my Umbraco environment.
I am working on my local machine. I installed Umbraco 4.7.0 using WebMatrix, and then downloaded the v2.4.8 binary distribution of GSP. I am using .NET 4.0.
I have managed to successfully get GSP installed. I painstakingly merged the Umbraco and GSP web.config files, created a Umbraco macro using the GalleryServerPro.Web.Gallery control and added the macro to my page. When I load a page containing the macro/GSP control, the Gallery appears on the page correctly. So everything is good up until this point.
However, when I click the log in link, nothing seems to happen. This is true if I try to add the GSP macro to the Umbraco 'Basic' starter kit template, or my own Umbraco site template.
Actually, to say 'nothing seems to happen' is not strictly true... When I open Firebug, I can see that the dgLogin div is getting toggled from 'visibility: hidden' to 'visibility: visible', but the login box is not showing up on the page. Here is a screenshot from Firebug:

As I can see that the dgLogin div is getting toggled, I don't think this is the 'dgLogin is undefined' issue. The dgLogin_HeaderSpan, dgLogin_InnerSpan and dgLogin_FooterSpan divs are all empty. Is this normal?
I can't see any JavaScript errors in the Firebug console.
Any ideas what might be causing this?
Many thanks,
Matt