Environment: Windows 2003 Server, IIS 6.0, SQL Server 2005
When attempting to run under the default site created by the Sharepoint Services 3.0 install, I couldn't get the page to server up. I had the site running previously under it's own default website which the Sharepoint installation disabled. I expected problems, and new I would have to do some modifications to get an ASP.NET application to run under the new wss website. I modified the web.config file of Gemini (as recommended by CounterSoft/Microsoft) and had to also add the anonymous user [server]_IUSR to the database (strange had to do so). Everything appeared to work fine. I was able to log in, click in a project, but ran into an error when clicking to display the issues within the project. I received the following error:
-----------------------------------------------------------------------------------------
SOURCE: CounterSoft.Gemini.Business TARGETSITE: Int32 get_MaxIssuesPerPage() STACKTRACE: at CounterSoft.Gemini.Business.BasePage.Profile.get_MaxIssuesPerPage() at CounterSoft.Gemini.IssuesWeb.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at CounterSoft.Gemini.Business.BasePage.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
-----------------------------------------------------------------------------------------
Is there anything else I need to add to the web.config file to get this to work?