March 2003 - Posts

3
Comments

ASPNET account and network access by Michael Schwarz

After the installation of the .NET Framework you will find the ASPNET account on the local computer. If you start a ASP.NET web application this account will be used by the ASP.NET worker process (aspnet_wp.exe). For security reason the user has only...
2
Comments

ORM.NET 1.3 Released by Michael Schwarz

ORM.NET - Object Relational Mapping Tool - is a powerful development application that auto-generates a data layer object model based on your SQL database schema. The generated run-time component exposes all tables as classes and columns as properties...
3
Comments

Microsoft Windows XP 64-Bit edition by Michael Schwarz

Microsoft sent the Windows XP 64-Bit edition version 2003 into the press works. The Desktop platform is optimized for the Itanium 2 of Intel. Microsofts operating system for High performance Desktops and workstations is to be introduced officially on...
1
Comments

Using a WebService with DHTML and Javascript by Michael Schwarz

I have been asked several times how to use a WebService in a DHTML application on the internet using Scripting. Ok, I have created a small sample using Javascript and Microsoft.XMLDOM ActiveX objects (you have to use Internet Explorer 5 or higher). XmlHttp...
More Posts