配置部分< runtime> [英] config section <runtime>

查看:58
本文介绍了配置部分< runtime>的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是做什么的?


< runtime>

< assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" ;>

< dependentAssembly>

< assemblyIdentity name =" System.Web.Extensions"

publicKeyToken =" 31bf3856ad364e35" />

< bindingRedirect oldVersion =" 1.0.0.0-1.1.0.0"

newVersion =" 3.5.0.0" />

< / dependentAssembly>

< dependentAssembly>

< assemblyIdentity name =" System.Web.Extensions.Design" ;

publicKeyToken =" 31bf3856ad364e35" />

< bindingRedirect oldVersion =" 1.0.0.0-1.1.0.0"

newVersion =" 3.5.0.0" />

< / dependentAssembly>

< / assemblyBinding>

< / runtime>

What does this do?

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions"
publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0"
newVersion="3.5.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions.Design"
publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0"
newVersion="3.5.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>

推荐答案

我猜你要问的几个问题可能会更好地回答
ASP.Net组中的
。看起来有点奇怪,你要问网站中某些部分的内容是什么,或者如何更改代码中的内容,而不是b
。您是否继承了一些代码,现在您必须在没有ASP.Net

的情况下维护它们?

" MCM" < MC*@newsgroup.nospamwrote in message

新闻:D2 ***************************** ***** @ microsof t.com ...
I''m guessing the several questions you are asking might be better answered
in the ASP.Net group. It seems a little odd though that you are asking what
certains sections in a site do, or how to change things in code that you
see. Did you inherit some code that now you must maintain without ASP.Net
before?
"MCM" <MC*@newsgroup.nospamwrote in message
news:D2**********************************@microsof t.com...

这是做什么的?


< runtime>

< assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1">

< dependentAssembly>

< ; assemblyIdentity name =" System.Web.Extensions"

publicKeyToken =" 31bf3856ad364e35" />

< bindingRedirect oldVersion =" 1.0.0.0-1.1.0.0"

newVersion =" 3.5.0.0" />

< / dependentAssembly>

< dependentAssembly>

< assemblyIdentity name =" System.Web.Extensions.Design" ;

publicKeyToken =" 31bf3856ad364e35" />

< bindingRedirect oldVersion =" 1.0.0.0-1.1.0.0"

newVersion =" 3.5.0.0" />

< / dependentAssembly>

< / assemblyBinding>

< / runtime>
What does this do?

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions"
publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0"
newVersion="3.5.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions.Design"
publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0"
newVersion="3.5.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>


我猜你在ASP.Net小组中可能会更好地回答几个问题。
I''m guessing the several questions you are asking might be better answered


in the ASP.Net group.



这是一个托管新闻组,绝对是我的问题所在。

This is a managed newsgroup and is definitely where my questions belong.


看起来有点奇怪虽然你问的是某个网站中某些部分的内容是什么,或者如何更改代码中的内容,而不是b
。您是否继承了一些代码,现在您必须在没有ASP.Net

之前维护它?
It seems a little odd though that you are asking what
certains sections in a site do, or how to change things in code that you
see. Did you inherit some code that now you must maintain without ASP.Net
before?



我询问的大部分代码部分都是由Visual

Studio自动生成的。有时VS中的自动代码会为平均添加内容。

不适用于所有解决方案的情况。只是因为VS创造它并不意味着

属于。我正试图从我的网站中挤出最大的性能。

Most of the code sections I am asking about are auto-generated by Visual
Studio. Sometimes the auto code in VS adds things for the "average" case that
do not apply to all solutions. Just cause VS created it does not mean it
belongs. I''m trying to squeeze the maximum performance out of my site.


>


" MCM" < MC*@newsgroup.nospamwrote in message

新闻:D2 ***************************** ***** @ microsof t.com ...
>

"MCM" <MC*@newsgroup.nospamwrote in message
news:D2**********************************@microsof t.com...

这是做什么的?


< runtime>

< assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1">

< dependentAssembly>

< ; assemblyIdentity name =" System.Web.Extensions"

publicKeyToken =" 31bf3856ad364e35" />

< bindingRedirect oldVersion =" 1.0.0.0-1.1.0.0"

newVersion =" 3.5.0.0" />

< / dependentAssembly>

< dependentAssembly>

< assemblyIdentity name =" System.Web.Extensions.Design" ;

publicKeyToken =" 31bf3856ad364e35" />

< bindingRedirect oldVersion =" 1.0.0.0-1.1.0.0"

newVersion =" 3.5.0.0" />

< / dependentAssembly>

< / assemblyBinding>

< / runtime>
What does this do?

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions"
publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0"
newVersion="3.5.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions.Design"
publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0"
newVersion="3.5.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>


我不相信小组是管理的。


我是只是建议更多的网络开发者在ASP.Net新闻组中闲逛,

而不是.Net.General。


" MCM" < MC*@newsgroup.nospamwrote in message

news:61 ***************************** ***** @ microsof t.com ...
I don''t believe the group is managed.

I''m just suggesting more web developers hang out in the ASP.Net newsgroup,
rather than .Net.General.

"MCM" <MC*@newsgroup.nospamwrote in message
news:61**********************************@microsof t.com...

>我在猜你问的几个问题可能会更好
在ASP.Net小组中回答。
>I''m guessing the several questions you are asking might be better
answered
in the ASP.Net group.



这是一个托管新闻组,绝对是我的问题所在。


This is a managed newsgroup and is definitely where my questions belong.


>>
>>


这篇关于配置部分&lt; runtime&gt;的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆