|
|
|
|
|
| | Total Hits: 148 | Today: 0 | Author: Bill Stewart | Rating:  |
| |  When Windows NT was first released, Microsoft did not provide much in the way of automation except for the Cmd.exe shell. You could always install third-party tools such as Perl (and this is still the case), but the operating system didn't provide much built-in scripting functionality. This changed, though, with the release of the Windows Script Host (WSH) and HTAs (HTML applications). One nice advantage of both WSH scripts and HTAs is that they're both built into the OS on Windows 2000 and late... |
| | Total Hits: 159 | Today: 0 | Author: Joydip Kanjilal | Rating:  |
| |  In this article, Joydip discusses about the essential aspects of Microsoft .NET such as CLR, MSIL, ASP.NET, ADO.NET, and Web Services. He wraps up the dicussion with a short note about the security aspects involved with the .NET Framework.... |
| | Total Hits: 4 | Today: 0 | Author: miicrosoft | Rating:  |
| |  Web site configuration settings are stored in an XML file named Web.config, which is located in the root folder of the Web site. The Web Site Administration Tool lets you change your site configuration without having to manually edit the Web.config file. The first time that you use the Web Site Administration Tool to administer a specific Web site, if no Web.config file exists, the Web Site Administration Tool creates one. By default, the Web Site Administration Tool also creates a database in t... |
| | Total Hits: 103 | Today: 0 | Author: James McCaffrey | Rating:  |
| |  If you're encrypting user data with Secure Sockets Layer (SSL) over HTTP and you want to test your Web applications programmatically you'll find that the techniques are not widely known. In this month's column I'll show you how to set up a test SSL server and write test automation that verifies the functionality of a simple but representative Web application.... |
| | Total Hits: 147 | Today: 0 | Author: Pinal Dave | Rating:  |
| |  Pinal Dave shares his notes about Q&A with Database Administrators.
I have been in India for more than a month now, as I am leading a very large outsourcing project. We have conducted few interviews since the project required more Database Administrators and Senior Developers. I am listing few of the questions discussed during all the interviews. The whole event of interviews was very interesting. I met some very good programmers from all over the country. Many interesting questions were ... |
| | Total Hits: 198 | Today: 0 | Author: Jim Duffy | Rating:  |
| |  ASP.NET represents a significant leap forward from traditional Active Server Pages (ASP) development.In this article, I'll show you what it takes to begin building ASP.NET Websites with Visual Studio .NET. This article will provide you with the knowledge you need to jumpstart your foray into the world of ASP.NET development.... |
| | Total Hits: 174 | Today: 0 | Author: Xianzhong Zhu | Rating:  |
| |  In the previous article we started our examination of three patterns for constructing ASP.NET AJAX-based applications. We were just starting to "ajaxify" JSSK. In this article we continue our exploration of these three patterns.... |
| | Total Hits: 119 | Today: 0 | Author: dotnetframework.de | Rating:  |
| |  Der ASP.NET-Compiler ist ein Kommandozeilenwerkzeug, das ab ASP.NET Version 2.0 mit dem .NET Framework Redistributable ausgeliefert wird. Das Werkzeug ist realisiert in aspnet_compiler.exe. Der Compiler kompiliert die komplette Webanwendung einschließlich des des Inhalts der ASPX-Seiten in mehrere .dlls. Diesen Vorgang nennt man Precompiliation. Webanwendungen können einschließlich des HTML-Codes mit dem Werkzeug aspnet_compiler.exe komplett kompiliert werden... |
| | Total Hits: 201 | Today: 0 | Author: Eric Smith | Rating:  |
| |  Leaving passwords unencrypted in a configuration file is generally considered a bad idea. Although some level of access is required to get to the file, encrypting the passwords—especially database passwords—adds a layer of security. However, implementing this type of encryption has been a bit difficult until ASP.NET 2.0. Microsoft provided the Data Protection API prior to 2.0, but did not provide a .NET interface to these methods. With ASP.NET 2.0, you now have the ability to encrypt portions... |
| | Total Hits: 360 | Today: 0 | Author: koffer | Rating:  |
| |  If we don’t have the administrator privilege, we can’t debug or even create a web application. And we can’t manage the IIS also. It is really a problem for all the asp.net developers. You may encounter the errors just like that "Can't dubug,.....Access Denied."... |
| | Total Hits: 360 | Today: 0 | Author: ibrahimuludag | Rating:  |
| |  System.DirectoryServices namespace can be used to access Internet Information Service(IIS). You can create, delete and change the properties of web servers, virtual directories, directories and files. Also you can invoke IIS methods. This article will tell basic concepts about IIS Metabase and some programmatic administration of IIS. The programmatic administration will include a tip about managing IIsWebDirectory and IIsWebFile.... |
| | Total Hits: 818 | Today: 0 | Author: MSDN | Rating:  |
| |  This step-by-step article describes how to analyze ASP.NET Web application performance by using the Performance Administration tool. ASP.NET provides a lot of information through standard performance counters. The standard performance counters can be monitored by using the Performance snap-in. This information is useful for system administrators who must understand the performance characteristics of an ASP.NET application. The performance counters can reveal the time it takes to render pages, th... |
| | Total Hits: 510 | Today: 0 | | Rating:  |
| |  Web applications are subject to several types of attacks, whose damage and impact can vary quite a bit depending on the characteristics of the application itself. As a result, security is strictly related to the application’s usage and how the users interact with its features. But how do you design and code secure ASP.NET applications?... |
| | Total Hits: 60 | Today: 0 | Author: Stephen | Rating:  |
| |  After you write hundreds of ASP.NET applications, certain patterns emerge. You discover that you are writing the exact same code over and over again. I've reached that point with ASP.NET. In order to avoid the insanity that results from writing the same tedious code, I wrote a tool named ZAP that automatically generates ASP.NET websites.... |
| | Total Hits: 221 | Today: 0 | Author: Peter Bromberg | Rating:  |
| |  Shows how to use plain-old Forms Authentication with a single database table and compressed userData in the forms ticket to handle simplified Membership, Roles and Profile with no providers and no need for Session state.... |
| | Total Hits: 155 | Today: 0 | Author: EPS Software | Rating:  |
| |  A few months ago, Microsoft released Beta 1 .NET Framework 3.5 and Visual Studio 2008 codename Orcas (http://www.tinyurl.com/269434). Microsoft made the version a bit whacky for this release cycle and if you haven’t been paying close attention you wonder whether you somehow missed ASP.NET 3.0 along the way. You didn’t. Microsoft didn’t make an ASP.NET 3.0 update. The .NET 3.0 release cycle focused on add-on libraries that run on top the .NET runtime 2.0. The 3.0 updates brought Windows Presentat... |
| | Total Hits: 253 | Today: 0 | Author: Davy Mitchell. | Rating:  |
| |  Almost every site I build has some sort of administration site built onto it and I wanted something to make the task of using these much easier by improving the interface. It was also required to be: 1. Quick to reuse 2. ASP centered and 3. Easy to add to existing sites.... |
| | Total Hits: 137 | Today: 0 | Author: J.D. Meier, Alex Mackman, Michael Dunner, and Srin | Rating:  |
| |  This guide presents a practical, scenario driven approach to designing and building secure ASP.NET applications for Windows 2000 and version 1.0 of the .NET Framework. It focuses on the key elements of authentication, authorization, and secure communication within and across the tiers of distributed .NET Web applications.... |
| | Total Hits: 139 | Today: 0 | Author: Microsoft TechNet | Rating:  |
| |  This section describes how to administer your server and Web sites by using the many tools and features developed in Internet Information Services (IIS) 6.0 to improve server management, performance, reliability, and security. This section also includes conceptual information regarding some of the key changes to the IIS architecture and to the metabase.... |
| | Total Hits: 177 | Today: 0 | Author: David Bush | Rating:  |
| |  Out of the box, Visual Studio 2005 is designed to work against a single SQL Express database. The problems with this are that 1) it is probably not the database you are going to be using in production, 2) even if you were going to use this database, you’d be using the same database for all of the asp.net applications on your computer. 3) the production system is going to need it’s own database. This article describes how to setup a unique database for the application.... |
|
|
|
|
|
|
|
|
|
|
|
|
|