November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
On IIS7 you can set the user running the site in the advanced settings of the sites' application pool. The default is "ApplicationPoolIdentity". In that case you can then add permissions for an account called IIS AppPool\[App pool name] to your VPP folders (which seems to be what's failing). Give the account both read and modify permission. You can also chose to change the user running the app pool, for example to the network service account (I tend to do this because I find it simpler, it's probably not optimal but it's only on my dev computer anyway) and then add permissions to that account.
Thanks for your reply.
Changing identity to "LocalSystem" solved the problem.
Hi,
This is the error screen:
Attempted to perform an unauthorized operation.
Attempted to perform an unauthorized operation.
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.UnauthorizedAccessException: Attempted to perform an unauthorized operation.
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
And output:
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Web.RegularExpressions\2.0.0.0__b03f5f7f11d50a3a\System.Web.RegularExpressions.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\Microsoft.JScript\8.0.0.0__b03f5f7f11d50a3a\Microsoft.JScript.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_32\VJSharpCodeProvider\2.0.0.0__b03f5f7f11d50a3a\VJSharpCodeProvider.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\CppCodeProvider\8.0.0.0__b03f5f7f11d50a3a\CppCodeProvider.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\5c09cc3a\07b24314_4440cb01\AjaxControlToolkit.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\7ee02c70\3823b8a4_4340cb01\Castle.Core.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\aea32af6\f24a4f14_4440cb01\Castle.DynamicProxy.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\bfdecd5f\9b0db9a4_4340cb01\Castle.DynamicProxy2.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\dc887080\7d483414_4440cb01\ComponentArt.Charting.WebChart.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\c451ad40\4d8e3814_4440cb01\ComponentArt.WebChart.RedistributableLicenseProvider.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\53fceee4\80f45214_4440cb01\DCPlugin.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\ElektroPost.Licensing\5.2.375.236__8fe83dea738b45b7\ElektroPost.Licensing.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer.BaseLibrary\5.2.375.236__8fe83dea738b45b7\EPiServer.BaseLibrary.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer.Blog\5.2.375.236__8fe83dea738b45b7\EPiServer.Blog.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\ccea4f1b\fce28014_4440cb01\EPiServer.Common.Cache.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\f2ad618e\84344714_4440cb01\EPiServer.Common.ComponentArt.Web.UI.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\a0b030ee\05548314_4440cb01\EPiServer.Common.Configuration.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\34823641\fe9d8514_4440cb01\EPiServer.Common.Data.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\f3134b14\a8647b14_4440cb01\EPiServer.Common.Framework.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\ce27e9a0\55443614_4440cb01\EPiServer.Common.Framework.Exceptions.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\3c3e9f0d\d8e86114_4440cb01\EPiServer.Common.Framework.Impl.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\ee4cfeb9\3f496c14_4440cb01\EPiServer.Common.Replication.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\019ef9c4\36d86914_4440cb01\EPiServer.Common.Security.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\c6f7d99e\c44b5814_4440cb01\EPiServer.Common.Security.Internal.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\5cfe7c0d\45446514_4440cb01\EPiServer.Common.Services.Replication.Shared.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\2c9c7377\0b4f7c14_4440cb01\EPiServer.Common.Services.Replication.Subscriber.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\ddd574e8\12a83514_4440cb01\EPiServer.Common.Web.Authorization.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\319de4e7\376c3f14_4440cb01\EPiServer.Common.Web.Authorization.Multiplexing.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\0e8fa61b\6bf98814_4440cb01\EPiServer.Common.Web.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\7b6f6608\bdbc8914_4440cb01\EPiServer.Community.Blog.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\18388e9d\332c4b14_4440cb01\EPiServer.Community.Calendar.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\f6d40afa\d7c13214_4440cb01\EPiServer.Community.Chat.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\8e8ab08a\54d78f14_4440cb01\EPiServer.Community.Chat.XmlSerializers.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\2ced782d\a0513914_4440cb01\EPiServer.Community.Club.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\b9207800\68749914_4440cb01\EPiServer.Community.Configuration.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\99c8d8d1\ec856b14_4440cb01\EPiServer.Community.ConnectionLink.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\edc8f0db\db373c14_4440cb01\EPiServer.Community.Contact.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\ee30ff6f\1d0a5214_4440cb01\EPiServer.Community.Contest.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\83fffc48\d4a86d14_4440cb01\EPiServer.Community.DirectMessage.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\efdff47d\cccb4014_4440cb01\EPiServer.Community.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\b8649e5f\267b5414_4440cb01\EPiServer.Community.DocumentArchive.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\a3cac125\a91f8014_4440cb01\EPiServer.Community.Expert.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\ac3ee2eb\6bc37314_4440cb01\EPiServer.Community.Forum.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\2714837f\c3ed9714_4440cb01\EPiServer.Community.ImageGallery.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\90820ae3\bb379a14_4440cb01\EPiServer.Community.Licensing.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\08cc3966\4d219214_4440cb01\EPiServer.Community.Moblog.ContentProviders.Unwire.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\df3bef68\b44b8714_4440cb01\EPiServer.Community.Moblog.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\ff5e4adc\cdf26f14_4440cb01\EPiServer.Community.MyPage.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\5a4fb6dc\65c87a14_4440cb01\EPiServer.Community.NewsFeed.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\7086e2c1\46d83a14_4440cb01\EPiServer.Community.NML.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\8992c8a1\06e85814_4440cb01\EPiServer.Community.OnlineStatus.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\44f06b68\8da54914_4440cb01\EPiServer.Community.Poll.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\2fc06e18\e0684a14_4440cb01\EPiServer.Community.StarViral.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\491639e4\88743b14_4440cb01\EPiServer.Community.VideoGallery.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\368961a9\3eb59614_4440cb01\EPiServer.Community.Web.Administration.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\c329fb9c\4deb7c14_4440cb01\EPiServer.Community.Web.CmsIntegration.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\944d6d29\18368814_4440cb01\EPiServer.Community.Webmail.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\1327a147\a5b85c14_4440cb01\EPiServer.Community.Webmail.XmlSerializers.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer.Configuration\5.2.375.236__8fe83dea738b45b7\EPiServer.Configuration.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer\5.2.375.236__8fe83dea738b45b7\EPiServer.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer.Enterprise\5.2.375.236__8fe83dea738b45b7\EPiServer.Enterprise.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer.Events\5.2.375.236__8fe83dea738b45b7\EPiServer.Events.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer.ImageLibrary\5.2.375.236__8fe83dea738b45b7\EPiServer.ImageLibrary.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer.Implementation\5.2.375.236__8fe83dea738b45b7\EPiServer.Implementation.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer.Legacy4\5.2.375.236__8fe83dea738b45b7\EPiServer.Legacy4.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer.Log.Analyzers\5.2.375.236__8fe83dea738b45b7\EPiServer.Log.Analyzers.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer.Log.Core\5.2.375.236__8fe83dea738b45b7\EPiServer.Log.Core.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\99b78434\ce864514_4440cb01\EPiServer.Mail.Configuration.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\f75f80fc\18007314_4440cb01\EPiServer.Mail.Core.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\fc2f1361\81e56c14_4440cb01\EPiServer.Mail.Sources.EPiServerCommunitySearch.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer.Scheduler\5.2.375.236__8fe83dea738b45b7\EPiServer.Scheduler.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer.Scheduler.WKTL\5.1.422.4__8fe83dea738b45b7\EPiServer.Scheduler.WKTL.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer.UI\5.2.375.236__8fe83dea738b45b7\EPiServer.UI.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer.Web.WebControls\5.2.375.236__8fe83dea738b45b7\EPiServer.Web.WebControls.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\a44fc09c\fd765614_4440cb01\EPiServer.WebDav.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer.WebParts\5.2.375.236__8fe83dea738b45b7\EPiServer.WebParts.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer.WorkflowFoundation\5.2.375.236__8fe83dea738b45b7\EPiServer.WorkflowFoundation.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer.Wsrp\5.2.375.236__8fe83dea738b45b7\EPiServer.Wsrp.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer.XForms\5.2.375.236__8fe83dea738b45b7\EPiServer.XForms.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\EPiServer.XmlRpc\5.2.375.236__8fe83dea738b45b7\EPiServer.XmlRpc.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\3256815b\e4a83e14_4440cb01\HtmlAgilityPack.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\f3d3f228\c53c7214_4440cb01\ICSharpCode.SharpZipLib.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\631b34e5\276c6e14_4440cb01\Iesi.Collections.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\bc37b709\a2698214_4440cb01\IMAP4.Net.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\f5d1aef8\9bb38414_4440cb01\Itera.MultiProperty.DLL'
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\log4net\1.2.10.0__1b44e1d426115821\log4net.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\4d58714b\42f58a14_4440cb01\Microsoft.Practices.EnterpriseLibrary.Common.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\86076e83\4fa68114_4440cb01\Microsoft.Practices.EnterpriseLibrary.Data.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\8a572031\2d676714_4440cb01\Microsoft.Practices.ObjectBuilder.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\Microsoft.Web.Services3\3.0.0.0__31bf3856ad364e35\Microsoft.Web.Services3.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\801c73df\d027d6b4_6640cb01\NetworkedPlanet.EasySearch.DLL', Symbols loaded.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\6f0dd7b7\5a8183b5_6640cb01\NetworkedPlanet.EasySearch.Lucene.DLL', Symbols loaded.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\47e63b64\cead7414_4440cb01\Newtonsoft.Json.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\490fc7e3\a6a97614_4440cb01\NHibernate.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\ba3461d5\189f0bb6_6640cb01\PageTypeBuilder.DLL', Symbols loaded.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\10307322\9f874e14_4440cb01\Parse.Net.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\081a8ee4\823e8eb6_6640cb01\Planet3.EasySearch.DLL', Symbols loaded.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\e43a4df9\48c47fa7_8040cb01\Planet3.EpiServer.DLL', Symbols loaded.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\b3e6f277\88e6b5b3_6640cb01\Planet3.EpiServer.Library.DLL', Symbols loaded.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\b2a9ef7a\29f15d14_4440cb01\RadEditor.Net2.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\b9721d6e\f2806414_4440cb01\Recaptcha.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\24603e26\a7073714_4440cb01\SMTP.Net.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\02e0aec9\8275b6a4_4340cb01\xunit.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\assembly\dl3\e074550d\1e8bb5a4_4340cb01\xunit.extensions.DLL', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Runtime.Serialization\3.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.IdentityModel\3.0.0.0__b77a5c561934e089\System.IdentityModel.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.ServiceModel\3.0.0.0__b77a5c561934e089\System.ServiceModel.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.ServiceModel.Web\3.5.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.WorkflowServices\3.5.0.0__31bf3856ad364e35\System.WorkflowServices.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\App_Code.ctbboo4f.dll', Symbols loaded.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\App_global.asax.hib2rrtt.dll', Symbols loaded.
'w3wp.exe' (Managed): Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\50c28670\ad14c015\App_Browsers.kkdlyx5a.dll', Symbols loaded.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\SMDiagnostics\3.0.0.0__b77a5c561934e089\SMDiagnostics.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Core\3.5.0.0__b77a5c561934e089\System.Core.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Web.Extensions\3.5.0.0__31bf3856ad364e35\System.Web.Extensions.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Web.Abstractions\3.5.0.0__31bf3856ad364e35\System.Web.Abstractions.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'w3wp.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\Microsoft.VisualStudio.Diagnostics.ServiceModelSink\3.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Diagnostics.ServiceModelSink.dll'
I tried to add permission for ISS user for some files, didn't work. (Win 7, ISS 7)
Thanks