Detailed instruction on how to configure Excel to work with IIS/ASP.NET: |
Monday, June 16, 2008
How to configure Excel to work with IIS/ASP.NET
Sunday, June 15, 2008
touch command for DOS/command line
Following command would simulate UNIX touch command in DOS: copy /b test.txt +,, (command was changed following to the comments). |
ArgumentOutOfRangeException at HttpCachePolicy.UtcSetLastModified if assembly file with script control has future date relatively to the machine date
It seems that I discovered an annoying bug in the AJAX engine: if you have a JavaScript file of script control, which is loaded through the WebResource.axd and the DLL module that embeds this JavaScript file has a file creation date, which is in the future relatively to the current machine date – you would get an unhandled ArgumentOutOfRangeException exception, raising from System.Web.HttpApplication.ExecuteStep:
This would cause JavaScript error "Type NNN is undefined or null" in your browser. The simple resolution for this problem is to "touch" the affected DLL to update it's date to current machine date time: copy /y nul tt.txt |
Tuesday, June 10, 2008
Enable flash .flv video streaming in with IIS / ASP.NET
Enable flash .flv video streaming in with IIS / ASP.NET: 1) Adding .FLV MIME Type in IIS 2) FLV Flash video streaming with ASP.NET 2.0, IIS and HTTP handler |
Subscribe to:
Posts (Atom)