Sign In
Yang Li's blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
ASP.NET
Authenticate
IIS ASP.NET
IronPython
Windows Service
XSS
Archive
Archives
July 2007
(2)
May 2007
(1)
April 2007
(1)
March 2007
(2)
February 2007
(2)
MSDN Blogs
>
Yang Li's blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Yang Li's blog
Visual Studio (VS) 2005 IDE for IronPython (Python)
Posted
over 5 years ago
by
yaleeyangmsblog
0
Comments
I think it's worth posting this blog because it's really hard for me to find IronPython IDE integrated with Visual Studio 2005 directly. The following instructions show how to build IronPython IDE for VS 2005 by using VS 2005 SDK. 1. Download the latest...
Yang Li's blog
Build managed applications using Visual Studio 2005 that target .NET 1.1
Posted
over 5 years ago
by
yaleeyangmsblog
1
Comments
We have VS2005 installed. What if we need to provide managed app for .NET 1.1? Do we have to install VS2003 as well? Not really, the following steps instruct us how to build .NET 1.1 managed apps under VS2005. 1. Make sure that .NET 1.1 SDK installed...
Yang Li's blog
Five ways debugging .NET Windows service
Posted
over 5 years ago
by
yaleeyangmsblog
5
Comments
Although debugging a Windows service is not so easy, especially you want to step into OnStart codes, there still exist a couple of techniques to get it done. I compiled them here in order to let Internet searchers get their work done as easy as possible...
Yang Li's blog
Logging customized info in IIS by using AppendToLog
Posted
over 5 years ago
by
yaleeyangmsblog
1
Comments
When we try to log HTTP request and response info of IIS, essentially, we'd like to enable IIS logging as W3C extended format. Unfortunately, IIS (at least 6), doesn't allow to log some customized items such as customized HTTP headers. That's what AppendToLog...
Yang Li's blog
Unique Web Identification
Posted
over 5 years ago
by
yaleeyangmsblog
0
Comments
From browser's point of view, what is the unique identification of web site? Nobody won't disagree that it's url in the address bar. Programmatically, you can simply get it by accessing document.location DOM object through Javascript in client side. ...
Yang Li's blog
IIS7 and ASP.NET
Posted
over 5 years ago
by
yaleeyangmsblog
1
Comments
IIS7 provides two modes while integrating with ASP.NET. One is classic mode as back-compatibility approach, in which ASP.NET plays a role as an ISAPI extension (aspnet_isapi.dll) -- standalone app domain. Another is integrated mode -- "enabling ASP.NET...
Yang Li's blog
Dive into “PreAuthenticate”
Posted
over 5 years ago
by
yaleeyangmsblog
0
Comments
Based on the definition of “PreAuthenticate” of System.Net in MSDN, http://msdn2.microsoft.com/en-gb/library/system.net.httpwebrequest.preauthenticate.aspx “After a client request to a specific Uri is successfully authenticated, if PreAuthenticate...
Yang Li's blog
Microsoft Anti-Cross Site Scripting Library V1.5
Posted
over 5 years ago
by
yaleeyangmsblog
1
Comments
Download library from http://www.microsoft.com/downloads/thankyou.aspx?familyId=EFB9C819-53FF-4F82-BFAF-E11625130C25&displayLang=en The libary uses "the principle of inclusions technique where a set of valid characters are first defined and anything...
Page 1 of 1 (8 items)