December 2006 - Posts

1
Comments

Codebehind, Codefile, Inline & Profiles by preishuber

I installed against all rules SP1 for Visual Studio 2005 on Vista. After then i developed my projects as Web Project. This have some changes for your daily work: 1. No inline Code is possible, Attibut codebehind is used again. This ends up that you can...
Filed under:
4
Comments

use HttpFiddler with ASP.NET development Server and IE7 by preishuber

HttpFiddler is a free HTTP debugging proxy and essential for daily asp.net developers work. It works as a proxy and change this settings in IE7 to forward request to fiddler. IE7 does not forward calls made to url contains localhost. Workaround: make...
Filed under: ,
3
Comments

Marry Christmas: Stille Nacht-Heilige Nacht by preishuber

I live in Hochburg-Ach (Austria) where Fanz Xaver Gruber was born in 1787. He composed "Silent Night, Holy Night" in Oberndorf (which is 15 minutes away). In that matter i whish you all a silent night and a merry christmas.
4
Comments

Some Performance Thoughts on ASP.NET 2.0 by preishuber

One of the lucky things on my Vista upgrade is IIS7, or better said the unlimited IIS. IIS 5.1 which is part of Windows XP limits the amount of sessions to 10. Now I can make performance tests with Visual Studio 2005 Test. I have a scenario where client...
Filed under:
0
Comments

Expression Design September CTP: why? what? and when? by preishuber

I am using graphic products for following purposes: Create images for web and for pre press. For the first purpose I need jpg and gif. For the second CYMK formats like tiff, jpg or pdf are needed. From my microsoft history I have hundreds of MIX files...
Filed under:
2
Comments

IIS 7 Apppool "integrated" fails with ASP.NET Substitution by preishuber

My tests with ASP.NET 2.0 on IIS7 shows that there are some compatibility issues Die HttpResponse.WriteSubstitution-Methode wird vom integrierten IIS-Pipelinemodus nicht unterstützt i had to changed the Apppool settings to "klassisch" (classic?) to use...
Filed under:
More Posts