60能卖?能的话给我也留个言...
jdjdj...
用webgl+unity3d听我的...
错误125 Could not load type 'System.Data.Entity.Design.AspNet.EntityDesignerBuildProvider'.C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config 129还有 <authentication mode="Forms"> <forms name="NOPCOMMERCE.AUTH" loginUrl="~/login.aspx" protection="All" timeout="43200" path="/" requireSSL="false" slidingExpiration="true" defaultUrl="~/default.aspx" enableCrossAppRedirects="false"/></authentication>应该如何解决呢。
simple add the outlined markup to your web.config file.<div class="blockcode"><div id="code_-1"><ol><li><configuration><br/></li> <li> ...<br/></li> <li> <system.web><br/></li> <li> <compilation debug="true" targetFramework="4.0"><br/></li> <li> <assemblies><br/></li> <li> <add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /><br/></li> <li> <add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /><br/></li> <li> <add assembly="System.Data.Entity.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /><br/></li> <li> </assemblies><br/></li> <li> <buildProviders><br/></li> <li> <add extension=".edmx" type="System.Data.Entity.Design.AspNet.EntityDesignerBuildProvider" /><br/></li> <li> </buildProviders><br/></li> <li> </compilation><br/></li> <li> </system.web><br/></li> <li></configuration><br/></li> </ol></div><em onclick="copycode($('code_-1'));">复制代码</em></div>
此错误可能是由于这个虚拟目录不在同一个iis应用程序中~!<br/>看看这里呢:<a href="http://bbs.51aspx.com/showtopic-1446.html" target="_blank">http://bbs.51aspx.com/showtopic-1446.html</a>
Thanks diana08,但是又有个问题,就是该项目有两个web.config分别是前台和后台的身份验证,可能出于安全性考虑web.config文件没有放在根目录下。所以问题是在即不删除一个web.config情况下,又不想更改web.config路径。如何解决错误 It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. F:\NoCommerce\NopCommerceStore\web.config<br/>期待你以及能解决此问题的朋友的精彩回答。