Angelo Lee's Blog
This is my kingdom .If i don't fight for it ,who will ?
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 55 下一页
摘要: Link:Remote IIS Debugging : Debug your ASP.NET Application which is hosted on "Remote IIS Server"Table of ContentBackgroundIntroductionVisual StudioDebugging Features for ASP.NETVisual Studio InternalDebuggerLocal IISDebuggingRemote IISDebuggingWhy RemoteDebuggingRemoteDebugging ToolStart 阅读全文
posted @ 2011-11-25 13:20 Angelo Lee 阅读(325) 评论(0) 推荐(0) 编辑
摘要: Link:How should I Install SQL Server 2008 Express EditionThere are two options for installing SQL Server 2008 Express.1. Basic:Choose this option to install SQL Server Express with minimal effort by using the Web Platform Installer and a pre-defined defaults. VisitSQL Server Express download page to 阅读全文
posted @ 2011-11-22 15:06 Angelo Lee 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Link:SQL SERVER – Difference Between SQL Server Compact Edition (CE) and SQL Server Express EditionI often received question regarding what are difference between SQL Server Compact Edition (CE) and SQL Server Express Edition. In one line – SQL Server CE is for mobile application and embaded systems 阅读全文
posted @ 2011-11-22 10:43 Angelo Lee 阅读(174) 评论(0) 推荐(0) 编辑
摘要: PInvoke Resource一、P/Invoke Instruction:Link: An Introduction to P/Invoke and Marshaling on the Microsoft .NET Compact FrameworkP/Invoke, or Pinvoke stands for Platform Invocation Services. PInvoke is a feature of the Microsoft .NET Frameowrk that allows a developer to make calls to native code insid 阅读全文
posted @ 2011-11-18 22:56 Angelo Lee 阅读(841) 评论(0) 推荐(0) 编辑
摘要: IndexAbstract SetupCommon settings, Target machineTarget machine settings for remote debugging (dual machine)NT3.51/NT4/2000/XP/2003 Target Vista machine settings for remote debugging (dual machine)Vista Target machine settings for remote debugging (dual machine)on system setup stage or inWindows PE 阅读全文
posted @ 2011-11-18 17:27 Angelo Lee 阅读(267) 评论(0) 推荐(0) 编辑
摘要: Link:Enable Version Control for SharePoint 2010 Document LibrariesDocument libraries support version control at several levels. By default, versioning is not enabled, but is enabled in the document library settings.Versions are complete copies of the document, not deltas. To enable versioning, perfo 阅读全文
posted @ 2011-11-18 15:46 Angelo Lee 阅读(161) 评论(0) 推荐(0) 编辑
摘要: We need to know which w3wp process is running now When we debug my website in the Visual Studio. As we know, we can use this cmd(%windir%/system32/inetsrv/appcmd list wp) to show the result in the windows2008. But, How to view the W3WP process by c#?I give the method to you, please look this code: s 阅读全文
posted @ 2011-11-17 23:32 Angelo Lee 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 一、C#中利用process类调用外部程序以及执行dos命令c#中的Process类可方便的调用外部程序,所以可以通过调用cmd.exe程序加入参数 "/c " + 要执行的命令来执行一个dos命令(/c代表执行参数指定的命令后关闭cmd.exe /k参数则不关闭cmd.exe)class ExampleOfLegalsoft { private string RunCmd(string command) { //實例一個Process類,啟動一個獨立進程 Process p = new Process(); //Process類有一個StartInfo屬性,這... 阅读全文
posted @ 2011-11-17 23:14 Angelo Lee 阅读(436) 评论(0) 推荐(0) 编辑
摘要: IntroductionThe steps for configuring Secure Sockets Layer (SSL) for a site are the same in IIS 7 and IIS 6.0, and include the following:Get an appropriate certificate. Create an HTTPS binding on a site. Test by making a request to the site. Optionally configure SSL options, that is, by making SSL a 阅读全文
posted @ 2011-11-17 22:44 Angelo Lee 阅读(303) 评论(0) 推荐(0) 编辑
摘要: Link:How to use IIS Appcmd Tool虽然有配置界面管理器!但是做安装包的时候命令创建是必不可少的!最近使用NSIS制作安装包仔细研究了一下Appcmd的命令,可谓是功能齐全.但微软的技术资源库不详细:附地址:http://technet.microsoft.com/zh-cn/library/cc772200(WS.10).aspx(介绍我们能用到的一些命令,目前只包含site 的操作,其他apppool config app vdir 后续有时间在加入)一:准备工作APPcmd.exe 位于 C:\Windows\System32\inetsrv 目录使用 Cd c 阅读全文
posted @ 2011-11-17 13:38 Angelo Lee 阅读(396) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 55 下一页