<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'umbraco'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=umbraco&amp;orTags=0</link><description>Search results matching tag 'umbraco'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>hllo</title><link>http://forums.iis.net/p/1161666/1920317.aspx#1920317</link><pubDate>Sun, 11 Oct 2009 16:54:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1920317</guid><dc:creator>zhanxiaobing</dc:creator><cs:applicationKey>web_platform_installer-52</cs:applicationKey><description>&lt;p&gt;china&lt;/p&gt;</description></item><item><title>required permissions</title><link>http://forums.iis.net/p/1157586/1903519.aspx#1903519</link><pubDate>Wed, 13 May 2009 04:23:33 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1903519</guid><dc:creator>batman09</dc:creator><cs:applicationKey>web_platform_installer-52</cs:applicationKey><description>&lt;p&gt;When trying to run umbraco after installation via the web platform i am given the following error message. Investigation leads to Umbraco needing to be FULL TRUST on the machine. I set that in webconfig using the code below. but then iis says 404 pages don&amp;#39;t exist when i can clearly see them. help....&lt;/p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;
&lt;h1&gt;Server Error in &amp;#39;/umbracotest&amp;#39; Application. 
&lt;hr /&gt;
&lt;/h1&gt;
&lt;h2&gt;&lt;i&gt;Required permissions cannot be acquired.&lt;/i&gt; &lt;/h2&gt;
&lt;p&gt;&lt;/span&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;b&gt;Description: &lt;/b&gt;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. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Exception Details: &lt;/b&gt;System.Security.Policy.PolicyException: Required permissions cannot be acquired.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Error:&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;
&lt;table class="" bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td class=""&gt;&lt;code&gt;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.&lt;/code&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;b&gt;&lt;font face="Verdana"&gt;Stack Trace:&lt;/font&gt;&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;
&lt;table class="" bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td class=""&gt;&lt;code&gt;&lt;pre&gt;[PolicyException: Required permissions cannot be acquired.]
   System.Security.SecurityManager.ResolvePolicy(Evidence evidence, PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset, PermissionSet&amp;amp; denied, Boolean checkExecutionPermission) +7602199
   System.Security.SecurityManager.ResolvePolicy(Evidence evidence, PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset, PermissionSet&amp;amp; denied, Int32&amp;amp; securitySpecialFlags, Boolean checkExecutionPermission) +57

[FileLoadException: Could not load file or assembly &amp;#39;ImageManipulation, Version=1.0.2105.41209, Culture=neutral, PublicKeyToken=null&amp;#39; or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)]
   System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark&amp;amp; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0
   System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark&amp;amp; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +43
   System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark&amp;amp; stackMark, Boolean forIntrospection) +127
   System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark&amp;amp; stackMark, Boolean forIntrospection) +142
   System.Reflection.Assembly.Load(String assemblyString) +28
   System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +46

[ConfigurationErrorsException: Could not load file or assembly &amp;#39;ImageManipulation, Version=1.0.2105.41209, Culture=neutral, PublicKeyToken=null&amp;#39; or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)]
   System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +613
   System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +203
   System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +105
   System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +178
   System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName) +54
   System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) +8805010
   System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) +128
   System.Web.Compilation.BuildManager.CompileCodeDirectories() +265
   System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +320

[HttpException (0x80004005): Could not load file or assembly &amp;#39;ImageManipulation, Version=1.0.2105.41209, Culture=neutral, PublicKeyToken=null&amp;#39; or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)]
   System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +58
   System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +512
   System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +729

[HttpException (0x80004005): Could not load file or assembly &amp;#39;ImageManipulation, Version=1.0.2105.41209, Culture=neutral, PublicKeyToken=null&amp;#39; or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +8886319
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +85
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +259
&lt;/pre&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;WEBCONFIG FILE&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;lt;location path=&amp;quot;umbracotest&amp;quot; allowOverride=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;system.web&amp;gt;&lt;br /&gt;&amp;lt;trust level=&amp;quot;Full&amp;quot; originUrl=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/system.web&amp;gt;&lt;br /&gt;&amp;lt;/location&amp;gt;&lt;/p&gt;</description></item><item><title>Umbraco not running after install</title><link>http://forums.iis.net/p/1157583/1903512.aspx#1903512</link><pubDate>Wed, 13 May 2009 02:50:08 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1903512</guid><dc:creator>batman09</dc:creator><cs:applicationKey>web_platform_installer-52</cs:applicationKey><description>&lt;p&gt;So I have successfully deployed via teh web installer. Nice. I managed to adjust my config file to allow full trust so that Umbraco could run. Please tell me I do not need to do this as my security guy will not be happy.&lt;/p&gt;
&lt;p&gt;Now when I try and run the umbraco installation I am greeted with a very informative page:&lt;/p&gt;
&lt;h1&gt;&lt;span style="COLOR:#ff3300;FONT-FAMILY:Verdana;"&gt;Server Application Unavailable &lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;span style="FONT-FAMILY:Verdana;"&gt;The web application you are attempting to access on this web server is currently unavailable.&amp;nbsp; Please hit the &amp;quot;Refresh&amp;quot; button in your web browser to retry your request. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Administrator Note: &lt;/b&gt;An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur. &lt;/p&gt;
&lt;p&gt;What is causing this message to appear. in IIS I have umbraco set to run on ASP 2.0&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Any ideas???&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>web platform installer</title><link>http://forums.iis.net/p/1157347/1902579.aspx#1902579</link><pubDate>Sat, 02 May 2009 21:32:53 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1902579</guid><dc:creator>mpmeldal1</dc:creator><cs:applicationKey>web_platform_installer-52</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have a Vista Ultimate 64&amp;nbsp;with Visual Studio Professional running on an Intel Quad processor.&lt;/p&gt;
&lt;p&gt;I have installed web components with web platform installer. The following components did not install properly:&lt;/p&gt;
&lt;p&gt;subtext,&amp;nbsp; umbraco,&amp;nbsp; url rewrite 1.1,&amp;nbsp; application request routing 2.0 beta,&amp;nbsp; dotnetnuke,&amp;nbsp; mojoportal,&amp;nbsp; wordpress,&amp;nbsp; silverstripe cms,&amp;nbsp; silverlight3 tools for visual studio,&amp;nbsp; sql server 2008 management studio express,&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;Subtext, umbraco,&amp;nbsp;dotnetduke, mojoportal: for these the database could not be created.&amp;nbsp; The programs are not able to create the databases&amp;nbsp;although I do actually have sql server 2005 which came with my Visual Studio professional installed &lt;/p&gt;
&lt;p&gt;Url rewrite: message was close WAS and WMSvc to install module 1.1 for IIS 7&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Appl Req routing: A product on which it depends did not install&lt;/p&gt;
&lt;p&gt;Wordpress: Object package ....../wordpress-2.7.1-IIS-RC1.zip could not be created&lt;/p&gt;
&lt;p&gt;silverstripe CMS: Object package ....../silverstripe-2.3.1-webpi.zip could not be created&amp;nbsp;&lt;/p&gt;
&lt;p&gt;silverlight3 tools for visual studio did not install succesfully&lt;/p&gt;
&lt;p&gt;sql server 2008 management studio express,&amp;nbsp; did not install successfully. I do see the programs in the program and features though.&lt;/p&gt;
&lt;p&gt;The programs are not able to create the databases but I do actually have sql server 2005 which came with my Visual Studio professional installed &lt;/p&gt;
&lt;p&gt;&amp;nbsp;The following were succesfully installed:&lt;/p&gt;
&lt;p&gt;blogengine.net,&amp;nbsp; screwturn,&amp;nbsp; dasblog,&amp;nbsp; 20 platform products&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you maybe tell me what could be the problem with the above. &lt;/p&gt;
&lt;p&gt;Kind regards&lt;/p&gt;
&lt;p&gt;Morten&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: WPI 2.0 beta conponents failed to install...</title><link>http://forums.iis.net/p/1156113/1897461.aspx#1897461</link><pubDate>Fri, 20 Mar 2009 06:04:28 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1897461</guid><dc:creator>beaver-web</dc:creator><cs:applicationKey>web_platform_installer-52</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;I have successfully installed DotNetNuke since.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;I cleaned up everything that didn&amp;#39;t work, rebooted to enable all components that did install correctly and started the WPI again, selecting only DNN. This succeeded; however, only partially, the initail setup to configure DNN failed as well. So again, I deleted the directory (under webroot) and the SQL db and installed DNN w/o the wizard: This worked.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;Then, I installed PHP successfully and wanted to test installing Umbraco CMS. The WPI completed but when I launch the app it fails with:&lt;/font&gt;&lt;/p&gt;
&lt;h2&gt;&lt;i&gt;The virtual path &amp;#39;/install/steps/welcome.ascx&amp;#39; maps to another application, which is not allowed.&lt;/i&gt; &lt;/h2&gt;
&lt;p&gt;Repeating the steps (delte db and folder) yields same results.&lt;/p&gt;</description></item><item><title>Re: Umbraco failed to install on Server 2008</title><link>http://forums.iis.net/p/1156140/1897435.aspx#1897435</link><pubDate>Fri, 20 Mar 2009 00:55:11 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1897435</guid><dc:creator>paulsterling</dc:creator><cs:applicationKey>web_platform_installer-52</cs:applicationKey><description>&lt;p&gt;danier -&lt;/p&gt;
&lt;p&gt;It seems to be an issue with the download from CodePlex.&amp;nbsp; Can you remove any local copies of the Web PI Umbraco package and try again?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks,&lt;/p&gt;
&lt;p&gt;-Paul&lt;/p&gt;</description></item></channel></rss>