yakecan / dropthings

Automatically exported from code.google.com/p/dropthings
0 stars 0 forks source link

Web.Config Error after uploaded to Shared Hosting Site #164

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am receiving the following error when I uploaded site to host.  It works ok 
locally.  I changed the 3 URLs in web.config, but that is all.  Is there 
something that I'm not doing?  The web host says it's not an issue on their end 
and there's a problem with web.config file.  

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.

What is the expected output? What do you see instead?
Default Page.  Error Message.

What version of the product are you using? On what operating system?
Latest Version 2.6.x

Please provide any additional information below.

Original issue reported on code.google.com by ab531...@aol.com on 17 Dec 2010 at 2:47

Attachments:

GoogleCodeExporter commented 9 years ago
Please check with the web hoster if they have set medium permission level for 
your web application. They might have low permission set. 

Original comment by omaralzabir@gmail.com on 17 Dec 2010 at 7:26

GoogleCodeExporter commented 9 years ago
I have the exact same problem.  Did you ever figure out the solution?  

Thanks in advance.

Original comment by fryyourm...@gmail.com on 7 Feb 2011 at 3:24

GoogleCodeExporter commented 9 years ago
FYI - I have full trust enabled in IIS 7.  This works fine when using my built 
in VS development server, but as soon as I try using IIS I get the error as 
described in the post above.  This is a show stopper for me, is there anyway 
around this?

Original comment by fryyourm...@gmail.com on 7 Feb 2011 at 4:03

GoogleCodeExporter commented 9 years ago
Okay.  I think I may be past this issue.  Here is a link I found that has kept 
me moving, this seemed be be an issue with my IIS7 apppool:

http://stackoverflow.com/questions/1846816/iis7-failed-to-grant-minimum-permissi
on-requests

"In your IIS application pool advanced settings, under "Process Model", set 
Load User Profile to true.

There are some other things to check like your trust level, but none of them 
applied to me (it was all full trust already on my dev machine). Setting the 
application pool to load user profile fixed it."

Hope this helps if you have the same issue.

Original comment by fryyourm...@gmail.com on 7 Feb 2011 at 4:53

GoogleCodeExporter commented 9 years ago

Original comment by omaralzabir@gmail.com on 21 Feb 2011 at 2:48