我有三个不同的网站,使用一些基类、用户控制。 我在此提出的问题是,是否可能从单一物理地点在这两个地点之间分享这些资源? 还要使用单一网络。 对所有三个地点进行配置。 这将使我更加容易处理维护问题。
因此,如果上述设想有可能实现。
我有三个不同的网站,使用一些基类、用户控制。 我在此提出的问题是,是否可能从单一物理地点在这两个地点之间分享这些资源? 还要使用单一网络。 对所有三个地点进行配置。 这将使我更加容易处理维护问题。
因此,如果上述设想有可能实现。
你们可以通过创建你的项目DLLL来分享网站的转播,并将DL列入GAC。
全球基督教协进会或全球基督教协进会是全机构性的。 NET 安装了Microsoft s CLR平台的海滩。 建立一个特别控制的中央存放处的做法涉及共享的图书馆概念,有助于避免其他解决办法的陷阱,这些解决办法导致诸如DLL的回旋。
<><>关于数据配置的>
如果你想要分享配置数据而不是使用机器,则每个网站的审案档案都是非公开的。 拥有机器上所有网站共同数据的文件
你们可以利用寻找共同集会的地点确定每个场所的位置。 这将意味着你一定要大力命名集会和集会;将集会和集会存放在议会中(尽管这可能是最佳办法)。
如果你想分享各种意见,你很可能需要建立一些备用的集束系统。 @pranay说了一个网站。 集会是非公开的。 如果这3台电灯上有同样的服务器和组件;共享一个共同的根基(例如:/apps/app1,/apps/app2, /apps/app3),你就可以把这块conf放在母体的会中。
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...
I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...
Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...
I m looking for best practices here. Sorry. I know it s subjective, but there are a lot of smart people here, so there ought to be some "very good" ways of doing this. I have a custom object called ...
I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...
i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...
For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?
I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!