Websites, HTML, ASP.NET
In case you've been looking for a decent .Text blogging tool for the desktop, you should check PostXING. It's a WYSIWYG editor tool that outputs decent HTML (at least tags are lowercase, etc.), and allows you to edit previous posts, unlike "IMHO Instant Blogger" which was my previous choice. It includes built-in syntax high-lighting for C#, VB.Net, JScript and XML. Some of its other features include: customizable CSS stylesheet for the preview function, a crosspost function to publish the post to...
ClickOnce supports using HTTP compression for the file downloads, a Web server technology that uses the GZIP algorithm to compress a data stream before sending it to the client. The client—in this case, ClickOnce—decompresses the stream before reading the files. This results in shorter download times for your ClickOnce deployments. If you are using Internet Information Services (IIS), you can enable HTTP compression easily. Enable Compression in IIS From the IIS snap-in, right-click on...
If you simply open the web config file and add the following, you will be able to access the test form outside of the localhost:<configuration... <system.web> <webServices> <protocols> <add name="HttpGet"/> <add name="HttpPost"/> </protocols> </webServices> </system.web> </configuration> --> dp.SyntaxHighlighter.Highli... true, true);...
Server Performance Advisor "Service Performance Advisor is a server performance diagnostic tool developed to diagnose root causes of performance problems in a Microsoft® Windows Server™ 2003 operating system, particularly performance problems for Internet Information Services (IIS) 6.0 and the Active Directory® directory service. Server Performance Advisor measures the performance and use of resources by your computer to report on the parts that are stressed under workload. Other...
Important When you configure an identity for an application pool by using a configurable account, you must add the account that you created to the IIS_WPG group in order for the worker processes serving the application pool to run. Check: http://www.microsoft.com/re...