资源简介
windows server 2012 R2 安装.Net framework 3.5 所需的Sxs 文件夹,直接放在C盘,然后在安装角色和功能的时候选择输入备用源路径为sxs的路径就行了
代码片段和文件信息
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//------------------------------------------------------------------------------
namespace System.Web.Administration {
using System;
using System.Configuration;
using System.Globalization;
using System.Security;
using System.Security.Permissions;
[AspNetHostingPermission(SecurityAction.linkDemand Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand Level=AspNetHostingPermissionLevel.Minimal)]
public class ApplicationConfigurationPage : WebAdminPage {
protected override void OnInit(EventArgs e) {
NavigationBar.SetSelectedIndex(2);
base.OnInit(e);
}
}
}
相关资源
- Oxford Industries 采用 Microsoft.NET 平台实
- ssk皮肤
- dotnetfx_cleanup_tool .NET删除工具
- 《WCF服务编程(第三版)》.pdf
- 初学Visual Basic 2010代码
- Qt图片浏览器 --基于Qt的Graphics View f
- 网上购物商城系统完整版
- Butterfly.net通过按需计算推动下一代游
- artnet 开发包
- Apress.Exploring.the.NET.Core.3.0.Runtime.pdf
- .NET工作流源码架构100%可用
- AForge .net 最新版 2.2.5
- 基于.net开发的旅游网站系统
- .net mvc3完整案例
- .NET学校网站源码
- Eazfuscator.NET 2019.1+注册机
- Luence的与盘古分词的使用软件
- .NET BS结构 物流管理系统 三层架构
- Visual Basic.NET自动化系统监控.(范逸之
- lucene.net+盘古分词多条件全文检索并匹
- .net开源的维基百科系统
- lucene.net2.3.1.2盘古分词演示程序.rar
- Json.net
- 3. BizTalk企业应用集成方案深度演绎
- FastReport.Net V2014.4.8 For .Net2.0
- AutoMapper的使用
- ADO.net基础,里面有登陆,注册界面教
- InTheHand.Net.Personal 3.5版 3.7版 (32fee
- Microsoft.NET Remoting权威指南
- CLRProfiler 内存泄漏工具 .net
评论
共有 条评论