Sergei's profileSergeianPhotosBlogListsMore ![]() | Help |
|
|
November 13 IIS Windows AuthenticationIE 7 tries to use anonymous identity first. That works if Anonymous Authentication mode is set. If both Anonymous and Windows Authentication modes are set, anonymous configuration wins unless resource access is restricted to Anonymous user. For example, anonymous user account does not have permission to access static file qualifies as resource access restriction. In ASP.NET case Web.config file may deny access for anonymous user to a resource. For example, UserA has explicit access and no other users have access: <authorization> <allow users="domainName\UserA"/> <deny users="*"/> <deny users="?"/> </authorization> Consider access to the following two URLs. Anonymous user does not have access to both URLs. /First.htm /Second.aspx First time IE 7 tries accessing website with no identity passed. Web server reports 401.3 error. IE 7 tries to negotiate user identity and eventually prompts user for credentials. Fourth call to the server succeeds with identity supplied by the user. Second URL repeats the same process except for the password prompt. IE 7 remembers identity supplied by the user and tries using it. This time IIS server gets only two requests instead of four. November 11 ”The Cat Returns” Movie Review
It received an Excellence Prize at the 2002 Japan Media Arts Festival. Good points of the movie:
My only complaint is that some character changes at the end of the story are a bit of a logical stretch, but are still acceptable. It is 4.5 out of 5 stars. LiveJournal Tags: Movie Review Access to OpenOffice Database from .NETOpenOffice database is based on HSQLDB. HSQLDB is Java based database and JDBC is its native driver. There is no .NET driver for HSQLDB, but there is a way to access JDBC driver from .NET. It is covered on Using JDBC from .NET webpage. LiveJournal Tags: Database Windows PowerShell Integrated Scripting Environment (ISE)I was pleased to learn from PowerShell Team Blog today that Windows PowerShell 2.0 will add Integrated Scripting Environment. The IDE will be independent of Visual Studio.
LiveJournal Tags: Scripting,PowerShell November 06 Searching within a Live Space BlogI need ability to search within a blog of a specific Windows Live space. Here are instructions from Rob’s post:
Tag site: specifies live space and meta: tag instructs to search only within blog entries.
LiveJournal Tags: Search Startups – Don’t Pay for SoftwareKate Gregory's blog entry has some very interesting information on how a startup company can obtain access to Visual Studio Team Suite, Windows, SQL Server, SharePoint and other software. Could not stand IBM Lotus Symphony 1.2I really like what IBM has done with user interface. However, I cannot not stand the following product issues on Windows Vista 32-bit:
These quality oriented issues made me stop using IBM Lotus Symphony at least for the moment. I have installed OpenOffice 3.0 and observed none of the problems mentioned above. Startup time was great and no Windows Defender complains. It was pleasant to learn that ODF icons look like a small version of the actual document content. November 05 Office Software for HomeI have decided to try IBM Lotus Symphony on my home computer for the following reasons:
Here is why OpenOffice 3.0 has not been my choice:
Synchronize and Share Files with FriendsIf you need to
then Microsoft Live Mesh Beta may be a perfect solution. Live Mesh basically combines Microsoft FolderShare Beta and SkyDrive functionality. |
|
|