Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Error 403 Forbidden when trying to update an issue

api

I have created a Gemini .NET plugin which works fine on our test server.

Now I want to go live so installed Gemini on our development server. Everything works fine when accessing Gemini in the browser.

I then ran the plugin and it was able to read Gemini projects, versions and issues. The plugin also created some projects and versions in Gemini which all worked.

However when the plugin tries to update an issue using ServiceManager.IssueService.UpdateIssue() it throws an exception with the text {"The remote server returned an error: (403) Forbidden."}. There are no errors in the Gemini system log.

I am using Gemini version 3.7.2 (2784) running Windows Server 2003 R2 Standard SP2. Within IIS I have disabled anonymous access for the API folder.

Can you think what is going on here? The server is a domain controller - is this a problem?

Thanks,

Stephen

StephenWorthington
· 1
StephenWorthington
Replies (2)
helpful
0
not helpful

Are you using windows authentication or forms (username / password requried)?

Please make sure that you have enabled all verbs for the ASHX file handler in IIS for the Gemini site.
See http://www.countersoft.com/downloads/v36/docs/GeminiInstallationGuide.pdf (page 19)


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I have enabled all verbs for ASHX files and it now works. Next time I read the installation guide more closely!

Thanks for your help,

Stephen


StephenWorthington
· 1
StephenWorthington