En esta presentación online de MSDN (20/mayo/08) que realizamos con José Marcenaro , destacamos algunos de los aspectos de la nueva plataforma de hosting en Windows Server 2008 y Windows Vista, enfocados desde la óptica de los desarrolladores. Puede descargar aquí la presentación (.PPTX) y el ejemplo...
While preparing the demos for my session at TechDays Portugal 2008 , I've noticed that the Web Client Software Factory 2.0 doesn't work with IIS7 in integrated pipeline mode because it's trying to access the Request property of the current HTTP Context from the HTTP Application Start "event"...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
03-11-2008
Filed under: .NET, ASP.NET, Microsoft, MSDN, Web, WCSF, PnP, SoftwareFactories, IIS, Techdays, TechdaysPT08, IIS7
Adjunto encontrarán los materiales de la Conferencia OnLine MSDN: Desarrollando aplicaciones bajo la plataforma Internet Information Server 7.0 , que brindé con el amigo Miguel Angel Saez . En algunos días podrán verla a demanda aquí . Espero haya sido de ayuda. Descargar Materiales
La información de este post está basada en el uso empírico del siguiente artículo “ Las excepciones no controladas hacen aplicaciones que se las cierran inesperadamente en el .NET Framework, 2,0, basadas en ASP.NET ”. Cuando nos enfrentamos a caídas del worker process en Internet Information Server,...
Conferencia Online MSDN: Desarrollando aplicaciones bajo la plataforma Internet Information Services 7.0 (nivel 200). Duración: 45 Minutos Fecha de Inicio: martes, 26 de febrero de 2008 11:00 a.m. Atlántico Central Información general del Evento La última versión de Internet Information Services disponible...
My first book " Building a Web 2.0 Portal with ASP.NET 3.5 " from O'Reilly is published and available in the stores. This book explains in detail the architecture design, development, test, deployment, performance and scalability challenges of my open source web portal Dropthings.com ....
With IIS7 a new transfer method is available in the HttpServerUtility class . It's the TransferRequest method . What this method is intended to do is behave like the HttpResponse.Redirect method without the penalty of traveling to the client and back . I said "is intended to behave" because...
Posted to
Paulo Morgado
(Weblog)
by
Paulo Morgado
on
10-15-2007
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Web, PageModules, IIS
Caching is hard to manipulate, (is it o bug or not at the end and due to several factors I won't discuss now) you need to add several lines on the client and server side (although this won't eleminate the problem 100% but will minimise it a lot) <%.. Response.expires= 0 Response.Expires=-1 Response...
If MSDTC is corrupt.. and if you can't access anything in mmc and get com+ errors in the event logs or when browsing dynamic pages. then try this to fix things up: cd %systemroot%\system32 msdtc -uninstall msdtc -install Then to glue things up in IIS: cd %systemroot%\system32\inetsrv rundll32 wamreg...
Apparently the IIS stack has changed in Server 2003. I've never noticed any issues with my ASP.NET apps, but in case you do, here's the full post: http://blogs.msdn.com/tom/archive/2008/03/31/stack-sizes-in-iis-affects-asp-net.aspx .