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.




Gemini 3.6 on IIS 7?

web-app

We're migrating to a new 2008 server running IIS 7, but the new version didn't have any information on running Gemini on IIS 7.  I followed the upgrade instructions (we had copied over the old version) and now I'm getting:

Required permissions cannot be acquired.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Security.Policy.PolicyException: Required permissions cannot be acquired.

Thoughts?

englea
· 1
englea
Replies (3)
helpful
0
not helpful

Please check your application pool settings and try to set "Load user profile" to true.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

did that, now getting:

 

Server Error in '/' Application.

Login failed for user 'IIS APPPOOL\gemini'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'IIS APPPOOL\gemini'.


englea
· 1
englea
helpful
0
not helpful

Seems like you are using trusted SQL connection (windows authentication) to connect to SQL and your ASP.NET user does not have permission to log in to the database.


Mark Wing
· 9108
Mark Wing