摘要:
Implementing Basic Authentication in ASP.NET 2.0see also :http://en.wikipedia.org/wiki/Basic_authentication_scheme(wiki basic authentication)http://www.cnblogs.com/QLeelulu/archive/2009/11/22/1607898.html 阅读全文
摘要:
An ASP.NET HTTP handler is the process (frequently referred to as the "endpoint") that runs in response to a request made to an ASP.NET Web application. The most common handler is an ASP.NET page handler that processes .aspx files. When users request an .aspx file, the request is processed 阅读全文
摘要:
Get-WmiObject –namespace root\Microsoft\SqlServer\ReportServer –class __Namespace –ComputerName joe-wang | select NameTry above command line in PowerShell.Comment: joe-wang is the machine name .When command is executed. you will get a instance name of the report service of specified machine name. in 阅读全文
摘要:
Disable User Account Control (UAC) the Easy Way on Win 7 or VistaThistutorial instruct you how to make ANNOYING UAC of WIN7 Or Vista dispare. ORZ.... UAC totally drive me mad ..... 阅读全文
摘要:
1)Is the computer on domain?2)Which Website are you referring to?3)Are you trying to change the user account password?4)Do you get any error code or error message?You might try this:a)Toolsb)Internet optionsc)Security tabd)Custom levele)Scroll to the bottomf)User Authentication, Automatic logon with 阅读全文
摘要:
The key technology that makes creating an integrated Microsoft Office solution possible is Automation, which is part of the Component Object Model (COM) technology. Automation enables you to use code to create and control software objects exposed by any application, DLL, or ActiveX control that supp 阅读全文