Hello!
I saw ton of posts here about this error. Of course, I got it too.
First time I installed CS2.1SP1 in my development computer (XPSP2/ASP.NET 2.0) all works fine. I made here another site for debugging purposes, and this is fine again.
But when I'd try to install CS2.1SP1 on to public server, I got the Message (Yes, you know what it is)
I tried to hange web.config, restart app/iis, but nothing can help me. Then I'd try to give more file-access permissions to worker process, and it is'nt works.
An now...... solution! When i'd put my worker process account into the "Administrators" user group then my error gone., and site starts working.
The Question is : what a hell is going with user rights ? I think CS needs some priviledges that has administrator, but i don't know witch of them.
Any suggestions?
here an browser's error maessage:
Critical Error: SiteUrls.ConfigThe file containing the SiteUrl Data could not be loaded.
Please contact your CommunityServer administrator. A technical explanation of why this error is caused is below. |
Community Server expects to find a valid XML file containing all of the links for a community. By default, this file is located at the root of the with the name SiteUrls.config.
A common error is to included unescaped XML characters, such as "&" when defining a querystring.
If available, the location of the error will be listed below:
Exception has been thrown by the target of an invocation.
Unable to generate a temporary class (result=1). error CS2001: Source file 'J:\WINDOWS\TEMP\esnuj6ly.0.cs' could not be found error CS2008: No inputs specified |
here stack trace:
Exception information:
Exception type: ThreadAbortException
Exception message: Thread was being aborted.
Request information:
Request URL: http://localhost:8008/Themes/default/style/default.aspx
Request path: /Themes/default/style/default.aspx
User host address: 127.0.0.1
User:
Is authenticated: False
Authentication Type:
Thread account name: MSD\ASPNET_WP_MSD_DL
Thread information:
Thread ID: 5
Thread account name: MSD\ASPNET_WP_MSD_DL
Is impersonating: False
Stack trace: at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at CommunityServer.Components.SingletonProviderHelper.LoadInstance(String ProviderKey, Type defaultType)
at CommunityServer.Components.UrlReWriteProvider..cctor()