Hi Mark,
Can you try the code below on your site?
-
<%@ Page Language="C#" %>
-
-
<%@ Register TagPrefix="DotNetGallery" Namespace="DotNetGallery" Assembly="DotNetGallery" %>
-
-
<script runat="server">
-
protected override void OnInit(EventArgs e)
-
{
-
base.OnInit(e);
-
GalleryBrowser1.AlbumID = "General";
-
}
-
</script>
-
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-
<head runat="server">
-
<title>DotNetGallery</title>
-
</head>
-
<body>
-
<form id="form1" runat="server">
-
<DotNetGallery:GalleryBrowser runat="server" ID="GalleryBrowser1" Width="720" Height="430" />
-
</form>
-
</body>
-
</html>
If you still get the permission issue. Try give full permission(write/read) to user 'Everyone' of that folder (or the root folder).
Any problem you can mail to me directly.
Regards,
ken