Discussion Forums
September 10, 2010, 02:37:13 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Access is Denied ASPMap  (Read 494 times)
ant0ny

Posts: 1


« on: September 07, 2009, 01:51:35 am »

[Exception: Access is denied.
]
   AspMap.Web.Map.OnUnload(EventArgs e) +133
   System.Web.UI.Control.UnloadRecursive(Boolean dispose) +257
   System.Web.UI.Control.UnloadRecursive(Boolean dispose) +197
   System.Web.UI.Control.UnloadRecursive(Boolean dispose) +197
   System.Web.UI.Control.UnloadRecursive(Boolean dispose) +197
   System.Web.UI.Control.UnloadRecursive(Boolean dispose) +197
   System.Web.UI.Control.UnloadRecursive(Boolean dispose) +197
   System.Web.UI.Control.UnloadRecursive(Boolean dispose) +197
   System.Web.UI.Control.UnloadRecursive(Boolean dispose) +197
   System.Web.UI.Control.UnloadRecursive(Boolean dispose) +197
   System.Web.UI.Control.UnloadRecursive(Boolean dispose) +197
   System.Web.UI.Control.UnloadRecursive(Boolean dispose) +197
   System.Web.UI.Control.UnloadRecursive(Boolean dispose) +197
   System.Web.UI.Control.UnloadRecursive(Boolean dispose) +197
   System.Web.UI.Control.UnloadRecursive(Boolean dispose) +197
   System.Web.UI.Page.UnloadRecursive(Boolean dispose) +20
   System.Web.UI.Page.ProcessRequestCleanup() +40
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +213
   System.Web.UI.Page.ProcessRequest() +86
   System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +18
   System.Web.UI.Page.ProcessRequest(HttpContext context) +49
   ASP.cnmcontent_popmodeller_view_trendprojections_results_aspx.ProcessRequest(HttpContext context) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\webshell_cnm\f444a03c\d213a487\App_Web_oi0vieym.2.cs:0
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +358
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64


Checked folder permissons on temporary internet files, tempmap images folder all have full control permissions for user who is running the website in IIS.
Logged
Qaisar

Posts: 76


« Reply #1 on: September 08, 2009, 12:55:53 am »

Hi
Just empty the Temp folder, before deploying your application. actualy when you run your application in Visual Studio for testing, it generates temp images , so when you deploy your application and an *_IUSR (the internet user) access , it tries to delete those images that were created in Visual studio and have timed out. but IIS does not give permission to delete the images who were created by other user. that;s why it says access denied. if you delete all temp images manulay when you deploy, and then run your application in the Browser, it will run perfactly.

Regards
Qaisar
Logged
mlmpamy

Posts: 16


« Reply #2 on: March 10, 2010, 12:49:36 am »

This would have been helpful information to include in the Deployment section of the help files. I had this problem, too, and have been going back and forth with my web host trying to get it fixed. Thanks for the post.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!