<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forum.dotnetpanel.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>DotNetPanel S&amp;amp;M Blog</title><link>http://forum.dotnetpanel.com/blogs/dan/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Dynamic IP Restrictions Extension for IIS</title><link>http://forum.dotnetpanel.com/blogs/dan/archive/2009/02/17/dynamic-ip-restrictions-extension-for-iis.aspx</link><pubDate>Tue, 17 Feb 2009 16:40:00 GMT</pubDate><guid isPermaLink="false">0bb582ff-f228-4e1d-afe0-dc41aa722e5c:25067</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forum.dotnetpanel.com/blogs/dan/rsscomments.aspx?PostID=25067</wfw:commentRss><comments>http://forum.dotnetpanel.com/blogs/dan/archive/2009/02/17/dynamic-ip-restrictions-extension-for-iis.aspx#comments</comments><description>&lt;p&gt;A long waited tool has been released by iis team.&lt;/p&gt;
&lt;p&gt;Check it out at &lt;a href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1826"&gt;http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1826&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;The Dynamic IP Restrictions Extension for IIS provides IT Professionals and Hosters a configurable module that helps mitigate or block Denial of Service Attacks or cracking of passwords through Brute-force by temporarily blocking Internet Protocol (IP) addresses of HTTP clients who follow a pattern that could be conducive to one of such attacks. This module can be configured such that the analysis and blocking could be done at the Web Server or the Web Site level.&lt;/p&gt;
&lt;h2&gt;Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Seamless integration into IIS 7.0 Manager. 
&lt;li&gt;Dynamically blocking of requests from IP address based on either of the following criteria: 
&lt;ul&gt;
&lt;li&gt;The number of concurrent requests. 
&lt;li&gt;The number of requests over a period of time.&lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;Support for static list of IPs that are permanently denied or allowed access to the Web Site. 
&lt;li&gt;Support for static list of Domain Names that are permanently denied or allowed access to the Web Site. 
&lt;li&gt;Blocking of requests can be configurable at the Web Site or Web Server level. 
&lt;li&gt;Configurable deny actions allows IT Administrators to specify what response would be returned to the client. The module support return status codes 403, 404 or blocking the requests entirely. 
&lt;li&gt;Logging of denied requests in W3C format. 
&lt;li&gt;Real-time display of currently blocked IP Addresses by using IIS Manager. 
&lt;li&gt;Support for IPv6 addresses. &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Benefits&lt;/h2&gt;
&lt;h3&gt;Reduce the chances of a Denial of Service attack by dynamically blocking requests from malicious IP addresses&lt;/h3&gt;
&lt;p&gt;Dynamic IP Restrictions for IIS allows you to reduce the probabilities of your Web Server being subject to a Denial of Service attack by inspecting the source IP of the requests and identifying patterns that could signal an attack. When an attack pattern is detected, the module will place the offending IP in a temporary deny list and will avoid responding to the requests for a predetermined amount of time.&lt;/p&gt;
&lt;h3&gt;Minimize the possibilities of Brute-force-cracking of the passwords of your Web Server&lt;/h3&gt;
&lt;p&gt;Dynamic IP Restrictions for IIS is able to detect requests patterns that indicate the passwords of the Web Server are attempted to be decoded. The module will place the offending IP on a list of servers that are denied access for a predetermined amount of time. In situations where the authentication is done against an Active Directory Services (ADS) the module is able to maintain the availability of the Web Server by avoiding having to issue authentication challenges to ADS.&lt;/p&gt;
&lt;h3&gt;Maintain static lists containing IPs or domains that are begin denied to access the Web Server&lt;/h3&gt;
&lt;p&gt;Dynamic IP Restrictions for IIS maintains support for the functionality already provided by IPv4 Address and Domain Restrictions in IIS 7.0, thus allowing IT Administrators to build and use a static list of IP addresses and Domain Names that are denied or granted access.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Requirements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Windows Server 2008 or Windows Vista SP1 
&lt;li&gt;Internet Information Services 7.0 must be installed&lt;/li&gt;&lt;/ul&gt;&lt;img src="http://forum.dotnetpanel.com/aggbug.aspx?PostID=25067" width="1" height="1"&gt;</description><category domain="http://forum.dotnetpanel.com/blogs/dan/archive/tags/IIS7/default.aspx">IIS7</category></item><item><title>Windows Installer for PHP 5.2.9 RC and PHP 5.3 Beta</title><link>http://forum.dotnetpanel.com/blogs/dan/archive/2009/02/15/windows-installer-for-php-5-2-9-rc-and-php-5-3-beta.aspx</link><pubDate>Sat, 14 Feb 2009 22:14:00 GMT</pubDate><guid isPermaLink="false">0bb582ff-f228-4e1d-afe0-dc41aa722e5c:25051</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forum.dotnetpanel.com/blogs/dan/rsscomments.aspx?PostID=25051</wfw:commentRss><comments>http://forum.dotnetpanel.com/blogs/dan/archive/2009/02/15/windows-installer-for-php-5-2-9-rc-and-php-5-3-beta.aspx#comments</comments><description>&lt;div class="entry"&gt;
&lt;p&gt;PHP development community has made significant improvements to the installer in upcoming PHP releases. In particular a number of bugs have been fixed to make the installer work well with FastCGI extension in IIS 5.1 and IIS 6.0 and with FastCGI module in IIS 7.0. Now the installer will do for you many of the configuration steps that previously you had to complete manually by following the instructions in the&amp;nbsp;article &lt;a href="http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/"&gt;Using FastCGI to Host PHP Applications on IIS 7.0&lt;/a&gt;. Specifically, the installer will:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Unpack PHP core files and extensions 
&lt;li&gt;Make changes to the php.ini to enable necessary extensions and specify correct extension path 
&lt;li&gt;Create and configure a new FastCGI process pool for PHP executable 
&lt;li&gt;Create a script or handler mapping for *.php extension. &lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;span id="more-234"&gt;&lt;/span&gt;Download the PHP installer for non-thread-safe build of PHP from these locations:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://windows.php.net/downloads/qa/php-5.2.9RC2-nts-Win32-VC6-x86.msi"&gt;Installer for PHP 5.2.9 RC2 – Non-thread-safe&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://windows.php.net/downloads/qa/php-5.3.0beta1-nts-Win32-VC9-x86.msi"&gt;Installer for PHP 5.3 Beta – Non-thread-safe, VC9 build&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Note that when PHP 5.2.9 and PHP 5.3 final builds are released the installers will be available on official PHP download page at &lt;span style="TEXT-DECORATION:underline;"&gt;&lt;span style="COLOR:#800080;"&gt;&lt;a href="http://windows.php.net/download/"&gt;http://windows.php.net/download/&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;And a final reminder: when you run the installer – make sure to choose “IIS FastCGI” Web Server Setup. &lt;img class="wp-smiley" alt=":)" src="http://ruslany.net/wp-includes/images/smilies/icon_smile.gif" /&gt; &lt;/p&gt;
&lt;p&gt;&lt;img class="alignnone size-medium wp-image-239" title="phpinstaller" height="388" alt="phpinstaller" src="http://ruslany.net/wp-content/uploads/2009/02/phpinstaller-500x388.png" width="500" /&gt;&lt;a href="http://ruslany.net/wp-content/uploads/2009/02/phpinstaller1.png"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="posted"&gt;&lt;/div&gt;&lt;img src="http://forum.dotnetpanel.com/aggbug.aspx?PostID=25051" width="1" height="1"&gt;</description><category domain="http://forum.dotnetpanel.com/blogs/dan/archive/tags/PHP/default.aspx">PHP</category></item><item><title>Cross-Site Scripting in ASP.NET</title><link>http://forum.dotnetpanel.com/blogs/dan/archive/2009/02/11/cross-site-scripting-in-asp-net.aspx</link><pubDate>Wed, 11 Feb 2009 21:21:00 GMT</pubDate><guid isPermaLink="false">0bb582ff-f228-4e1d-afe0-dc41aa722e5c:25024</guid><dc:creator>Anonymous</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forum.dotnetpanel.com/blogs/dan/rsscomments.aspx?PostID=25024</wfw:commentRss><comments>http://forum.dotnetpanel.com/blogs/dan/archive/2009/02/11/cross-site-scripting-in-asp-net.aspx#comments</comments><description>&lt;p&gt;Cross-site scripting attacks exploit vulnerabilities in Web page validation by injecting client-side script code. The script code embeds itself in response data, which is sent back to an unsuspecting user. The user&amp;#39;s browser then runs the script code. Because the browser downloads the script code from a trusted site, the browser has no way of recognizing that the code is not legitimate, and Microsoft Internet Explorer security zones provide no defense. Cross-site scripting attacks also work over HTTP and HTTPS (SSL) connections. &lt;/p&gt;
&lt;p&gt;One of the most serious examples of a cross-site scripting attack occurs when an attacker writes script to retrieve the authentication cookie that provides access to a trusted site and then posts the cookie to a Web address known to the attacker. This enables the attacker to spoof the legitimate user&amp;#39;s identity and gain illicit access to the Web site.&lt;/p&gt;
&lt;p&gt;Common vulnerabilities that make your Web application susceptible to cross-site scripting attacks include: &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Failing to constrain and validate input. 
&lt;li&gt;Failing to encode output. 
&lt;li&gt;Trusting data retrieved from a shared database. &lt;/li&gt;&lt;/ul&gt;
&lt;h3 class="dtH1"&gt;Guidelines&lt;/h3&gt;
&lt;p&gt;The two most important countermeasures to prevent cross-site scripting attacks are to: &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Constrain input&lt;/b&gt;.&lt;b&gt; &lt;/b&gt;
&lt;li&gt;&lt;b&gt;Encode output&lt;/b&gt;. &lt;/li&gt;&lt;/ul&gt;
&lt;h4 class="dtH1"&gt;Constrain Input&lt;/h4&gt;
&lt;p&gt;Start by assuming that all input is malicious. Validate input type, length, format, and range. &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;To constrain input supplied through server controls, use ASP.NET validator controls such as &lt;b&gt;RegularExpressionValidator&lt;/b&gt; and &lt;b&gt;RangeValidator&lt;/b&gt;. 
&lt;li&gt;To constrain input supplied through client-side HTML input controls or input from other sources such as query strings or cookies, use the &lt;b&gt;System.Text.RegularExpressions.Regex&lt;/b&gt; class in your server-side code to check for expected using regular expressions. 
&lt;li&gt;To validate types such as integers, doubles, dates, and currency amounts, convert the input data to the equivalent .NET Framework data type and handle any resulting conversion errors. &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;For more information about and examples of how to constrain input, see .&lt;/p&gt;
&lt;h4 class="dtH1"&gt;Encode Output&lt;/h4&gt;
&lt;p&gt;Use the &lt;b&gt;HttpUtility.HtmlEncode&lt;/b&gt; method to encode output if it contains input from the user or from other sources such as databases. &lt;b&gt;HtmlEncode&lt;/b&gt; replaces characters that have special meaning in HTML-to-HTML variables that represent those characters. For example, &amp;lt; is replaced with &lt;b&gt;&amp;amp;lt;&lt;/b&gt; and &lt;b&gt;&amp;quot;&lt;/b&gt; is replaced with &lt;b&gt;&amp;amp;quot;&lt;/b&gt;. Encoded data does not cause the browser to execute code. Instead, the data is rendered as harmless HTML.&lt;/p&gt;
&lt;p&gt;Similarly, use &lt;b&gt;HttpUtility.UrlEncode&lt;/b&gt; to encode output URLs if they are constructed from input.&lt;/p&gt;
&lt;h2 class="dtH1"&gt;&lt;a class="" name="paght000004_summaryofsteps"&gt;&lt;/a&gt;Summary of Steps&lt;/h2&gt;
&lt;p&gt;To prevent cross-site scripting, perform the following steps: &lt;br /&gt;&lt;br /&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;pre class="libCScode" id="ctl00_rs1_mainContentContainer_ctl04"&gt;&amp;lt;system.web&amp;gt;
&lt;br /&gt;
&lt;br /&gt;  &amp;lt;pages buffer=&amp;quot;true&amp;quot; validateRequest=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br /&gt;&amp;lt;/system.web&amp;gt;
&lt;br /&gt;  &lt;/pre&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;You can disable request validation on a page-by-page basis. Check that your pages do not disable this feature unless necessary. For example, you may need to disable this feature for a page if it contains a free-format, rich-text entry field designed to accept a range of HTML characters as input. For more information about how to safely handle this type of page.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;To test that ASP.NET request validation is enabled&lt;/b&gt; &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create an ASP.NET page that disables request validation. To do this, set &lt;b&gt;ValidateRequest=&amp;quot;false&amp;quot;&lt;/b&gt;, as shown in the following code example. &lt;br /&gt;&lt;br /&gt;
&lt;div&gt;&lt;pre class="libCScode" id="ctl00_rs1_mainContentContainer_ctl05"&gt;&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; ValidateRequest=&amp;quot;false&amp;quot; %&amp;gt;
&lt;br /&gt;&amp;lt;html&amp;gt;
&lt;br /&gt; &amp;lt;script runat=&amp;quot;server&amp;quot;&amp;gt;
&lt;br /&gt;  void btnSubmit_Click(Object sender, EventArgs e)
&lt;br /&gt;  {
&lt;br /&gt;    // If ValidateRequest is false, then &amp;#39;hello&amp;#39; is displayed
&lt;br /&gt;    // If ValidateRequest is true, then ASP.NET returns an exception
&lt;br /&gt;    Response.Write(txtString.Text);
&lt;br /&gt;  }
&lt;br /&gt; &amp;lt;/script&amp;gt;
&lt;br /&gt; &amp;lt;body&amp;gt;
&lt;br /&gt;  &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
&lt;br /&gt;
&lt;br /&gt;    &amp;lt;asp:TextBox id=&amp;quot;txtString&amp;quot; runat=&amp;quot;server&amp;quot; 
&lt;br /&gt;                 Text=&amp;quot;&amp;lt;script&amp;gt;alert(&amp;#39;hello&amp;#39;);&amp;lt;/script&amp;gt;&amp;quot; /&amp;gt;
&lt;br /&gt;    &amp;lt;asp:Button id=&amp;quot;btnSubmit&amp;quot; runat=&amp;quot;server&amp;quot;   
&lt;br /&gt;                OnClick=&amp;quot;btnSubmit_Click&amp;quot; 
&lt;br /&gt;                Text=&amp;quot;Submit&amp;quot; /&amp;gt;
&lt;br /&gt;  &amp;lt;/form&amp;gt;
&lt;br /&gt; &amp;lt;/body&amp;gt;
&lt;br /&gt;&amp;lt;/html&amp;gt;
&lt;br /&gt;
&lt;br /&gt;  &lt;/pre&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;li&gt;Run the page. It displays &lt;b&gt;Hello&lt;/b&gt; in a message box because the script in &lt;b&gt;txtString&lt;/b&gt; is passed through and rendered as client-side script in your browser. 
&lt;li&gt;Set &lt;b&gt;ValidateRequest=&amp;quot;true&amp;quot;&lt;/b&gt; or remove the &lt;b&gt;ValidateRequest&lt;/b&gt; page attribute and browse to the page again. Verify that the following error message is displayed. &lt;br /&gt;&lt;br /&gt;
&lt;div class="" id="ctl00_rs1_mainContentContainer_ctl06_"&gt;
&lt;div class="CodeSnippetTitleBar"&gt;
&lt;div class="CodeDisplayLanguage"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div&gt;&lt;pre class="libCScode" id="ctl00_rs1_mainContentContainer_ctl06"&gt;A potentially dangerous Request.Form value was detected from the client (txtString=&amp;quot;&amp;lt;script&amp;gt;alert(&amp;#39;hello...&amp;quot;).
&lt;br /&gt;  &lt;/pre&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;This indicates that ASP.NET request validation is active and has rejected the input because it includes potentially dangerous HTML characters. &lt;br /&gt;&lt;br /&gt;
&lt;div&gt;&lt;pre class="libCScode" id="ctl00_rs1_mainContentContainer_ctl07"&gt;Response.Write
&lt;br /&gt;
&lt;br /&gt;&amp;lt;% =
&lt;br /&gt;  &lt;/pre&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;Search your pages to locate where HTML and URL output is returned to the client.&lt;/p&gt;
&lt;h2 class="dtH1"&gt;&lt;a class="" name="paght000004_step3"&gt;&lt;/a&gt;Step 3. Determine Whether HTML Output Includes Input Parameters&lt;/h2&gt;
&lt;p&gt;Analyze your design and your page code to determine whether the output includes any input parameters. These parameters can come from a variety of sources. The following list includes common input sources: &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Form fields&lt;/b&gt;, such as the following. &lt;br /&gt;
&lt;div&gt;&lt;pre class="libCScode" id="ctl00_rs1_mainContentContainer_ctl08"&gt;Response.Write(name.Text);
&lt;br /&gt;Response.Write(Request.Form[&amp;quot;name&amp;quot;]);
&lt;br /&gt;Query Strings
&lt;br /&gt;Response.Write(Request.QueryString[&amp;quot;name&amp;quot;]);
&lt;br /&gt;  &lt;/pre&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;li&gt;&lt;b&gt;Query strings&lt;/b&gt;, such as the following: &lt;br /&gt;&lt;br /&gt;
&lt;div&gt;&lt;pre class="libCScode" id="ctl00_rs1_mainContentContainer_ctl09"&gt;Response.Write(Request.QueryString[&amp;quot;username&amp;quot;]);
&lt;br /&gt;  &lt;/pre&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;li&gt;&lt;b&gt;Databases and data access methods&lt;/b&gt;, such as the following: &lt;br /&gt;
&lt;div&gt;&lt;pre class="libCScode" id="ctl00_rs1_mainContentContainer_ctl10"&gt;SqlDataReader reader = cmd.ExecuteReader();
&lt;br /&gt;Response.Write(reader.GetString(1));
&lt;br /&gt;  &lt;/pre&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;Be particularly careful with data read from a database if it is shared by other applications. &lt;br /&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;Cookie collection&lt;/b&gt;, such as the following: &lt;br /&gt;
&lt;div&gt;&lt;pre class="libCScode" id="ctl00_rs1_mainContentContainer_ctl11"&gt;Response.Write(
&lt;br /&gt;Request.Cookies[&amp;quot;name&amp;quot;].Values[&amp;quot;name&amp;quot;]);
&lt;br /&gt;  &lt;/pre&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;li&gt;&lt;b&gt;Session and application variables&lt;/b&gt;, such as the following: &lt;br /&gt;&lt;br /&gt;
&lt;div&gt;&lt;pre class="libCScode" id="ctl00_rs1_mainContentContainer_ctl12"&gt;Response.Write(Session[&amp;quot;name&amp;quot;]);
&lt;br /&gt;Response.Write(Application[&amp;quot;name&amp;quot;]);
&lt;br /&gt;  &lt;div&gt;&lt;pre class="libCScode" id="ctl00_rs1_mainContentContainer_ctl13"&gt;&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; AutoEventWireup=&amp;quot;true&amp;quot;%&amp;gt;
&lt;br /&gt;
&lt;br /&gt;&amp;lt;html&amp;gt;
&lt;br /&gt;  &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
&lt;br /&gt;    &amp;lt;div&amp;gt;
&lt;br /&gt;      Color:&amp;amp;nbsp;&amp;lt;asp:TextBox ID=&amp;quot;TextBox1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&amp;lt;/asp:TextBox&amp;gt;&amp;lt;br /&amp;gt;
&lt;br /&gt;      &amp;lt;asp:Button ID=&amp;quot;Button1&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;quot;Show color&amp;quot; 
&lt;br /&gt;         OnClick=&amp;quot;Button1_Click&amp;quot; /&amp;gt;&amp;lt;br /&amp;gt;
&lt;br /&gt;
&lt;br /&gt;      &amp;lt;asp:Literal ID=&amp;quot;Literal1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&amp;lt;/asp:Literal&amp;gt;
&lt;br /&gt;    &amp;lt;/div&amp;gt;
&lt;br /&gt;  &amp;lt;/form&amp;gt;
&lt;br /&gt;&amp;lt;/html&amp;gt;
&lt;br /&gt;
&lt;br /&gt;&amp;lt;script runat=&amp;quot;server&amp;quot;&amp;gt;
&lt;br /&gt;  private void Page_Load(Object Src, EventArgs e)
&lt;br /&gt;  {
&lt;br /&gt;    protected void Button1_Click(object sender, EventArgs e)
&lt;br /&gt;    {
&lt;br /&gt;      Literal1.Text = @&amp;quot;&amp;lt;span style=&amp;quot;&amp;quot;color:&amp;quot; 
&lt;br /&gt;        + Server.HtmlEncode(TextBox1.Text)
&lt;br /&gt;        + @&amp;quot;&amp;quot;&amp;quot;&amp;gt;Color example&amp;lt;/span&amp;gt;&amp;quot;;
&lt;br /&gt;    }           
&lt;br /&gt;  }
&lt;br /&gt;&amp;lt;/Script&amp;gt;
&lt;br /&gt;  &lt;/pre&gt;&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;h3 class="dtH1"&gt;Potentially Dangerous HTML Tags&lt;/h3&gt;
&lt;p&gt;While not an exhaustive list, the following commonly used HTML tags could allow a malicious user to inject script code: &lt;br /&gt;&lt;br /&gt;
&lt;div&gt;&lt;pre class="libCScode" id="ctl00_rs1_mainContentContainer_ctl14"&gt;&amp;lt;img src=&amp;quot;BLOCKED SCRIPTalert(&amp;#39;hello&amp;#39;);&amp;quot;&amp;gt;
&lt;br /&gt;
&lt;br /&gt;&amp;lt;img src=&amp;quot;java&amp;amp;#010;script:alert(&amp;#39;hello&amp;#39;);&amp;quot;&amp;gt;
&lt;br /&gt;&amp;lt;img src=&amp;quot;java&amp;amp;#X0A;script:alert(&amp;#39;hello&amp;#39;);&amp;quot;&amp;gt;
&lt;br /&gt;  &lt;div&gt;&lt;pre class="libCScode" id="ctl00_rs1_mainContentContainer_ctl15"&gt;&amp;lt;style TYPE=&amp;quot;text/javascript&amp;quot;&amp;gt;
&lt;br /&gt;
&lt;br /&gt;  alert(&amp;#39;hello&amp;#39;);
&lt;br /&gt;&amp;lt;/style&amp;gt;
&lt;br /&gt;  &lt;/pre&gt;&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;h2 class="dtH1"&gt;&lt;/h2&gt;
&lt;p&gt;When you find ASP.NET code that generates HTML using some input, you need to evaluate appropriate countermeasures for your specific application. Countermeasures include: &lt;br /&gt;&lt;br /&gt;
&lt;div&gt;&lt;pre class="libCScode" id="ctl00_rs1_mainContentContainer_ctl16"&gt;Response.Write(HttpUtility.HtmlEncode(Request.Form[&amp;quot;name&amp;quot;]));
&lt;br /&gt;  &lt;div&gt;&lt;pre class="libCScode" id="ctl00_rs1_mainContentContainer_ctl17"&gt;Response.Write(HttpUtility.UrlEncode(urlString));
&lt;br /&gt;  &lt;div&gt;&lt;pre class="libCScode" id="ctl00_rs1_mainContentContainer_ctl18"&gt;&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; ValidateRequest=&amp;quot;false&amp;quot;%&amp;gt;
&lt;br /&gt;
&lt;br /&gt;&amp;lt;script runat=&amp;quot;server&amp;quot;&amp;gt;
&lt;br /&gt;
&lt;br /&gt;  void submitBtn_Click(object sender, EventArgs e)
&lt;br /&gt;  {
&lt;br /&gt;    // Encode the string input
&lt;br /&gt;    StringBuilder sb = new StringBuilder(
&lt;br /&gt;                            HttpUtility.HtmlEncode(htmlInputTxt.Text));
&lt;br /&gt;    // Selectively allow &lt;b&gt; &amp;lt;b&amp;gt; and &amp;lt;i&amp;gt;&lt;/b&gt;
&lt;br /&gt;&lt;b&gt;    sb.Replace(&amp;quot;&amp;amp;lt;b&amp;amp;gt;&amp;quot;, &amp;quot;&amp;lt;b&amp;gt;&amp;quot;);&lt;/b&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;b&gt;    sb.Replace(&amp;quot;&amp;amp;lt;/b&amp;amp;gt;&amp;quot;, &amp;quot;&lt;/b&gt;&amp;quot;);
&lt;br /&gt;    sb.Replace(&amp;quot;&amp;amp;lt;i&amp;amp;gt;&amp;quot;, &amp;quot;&amp;lt;i&amp;gt;&amp;quot;);
&lt;br /&gt;    sb.Replace(&amp;quot;&amp;amp;lt;/i&amp;amp;gt;&amp;quot;, &amp;quot;&amp;quot;);
&lt;br /&gt;    Response.Write(sb.ToString());
&lt;br /&gt;  }
&lt;br /&gt;&amp;lt;/script&amp;gt;
&lt;br /&gt;
&lt;br /&gt;&amp;lt;html&amp;gt;
&lt;br /&gt;  &amp;lt;body&amp;gt;
&lt;br /&gt;
&lt;br /&gt;    &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
&lt;br /&gt;      &amp;lt;div&amp;gt;
&lt;br /&gt;        &amp;lt;asp:TextBox ID=&amp;quot;htmlInputTxt&amp;quot; Runat=&amp;quot;server&amp;quot; 
&lt;br /&gt;                     TextMode=&amp;quot;MultiLine&amp;quot; Width=&amp;quot;318px&amp;quot;
&lt;br /&gt;                     Height=&amp;quot;168px&amp;quot;&amp;gt;&amp;lt;/asp:TextBox&amp;gt;
&lt;br /&gt;        &amp;lt;asp:Button ID=&amp;quot;submitBtn&amp;quot; Runat=&amp;quot;server&amp;quot; 
&lt;br /&gt;                     Text=&amp;quot;Submit&amp;quot; OnClick=&amp;quot;submitBtn_Click&amp;quot; /&amp;gt;
&lt;br /&gt;      &amp;lt;/div&amp;gt;
&lt;br /&gt;    &amp;lt;/form&amp;gt;
&lt;br /&gt;
&lt;br /&gt;  &amp;lt;/body&amp;gt;
&lt;br /&gt;&amp;lt;/html&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ol&gt;&lt;img src="http://forum.dotnetpanel.com/aggbug.aspx?PostID=25024" width="1" height="1"&gt;</description></item><item><title>URL Rewrite Module - Go Live release</title><link>http://forum.dotnetpanel.com/blogs/dan/archive/2008/09/12/url-rewrite-module-go-live-release.aspx</link><pubDate>Thu, 11 Sep 2008 22:34:00 GMT</pubDate><guid isPermaLink="false">0bb582ff-f228-4e1d-afe0-dc41aa722e5c:22841</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forum.dotnetpanel.com/blogs/dan/rsscomments.aspx?PostID=22841</wfw:commentRss><comments>http://forum.dotnetpanel.com/blogs/dan/archive/2008/09/12/url-rewrite-module-go-live-release.aspx#comments</comments><description>&lt;p&gt;Today IIS team has made the Go Live release of URL Rewrite Module for IIS 7.0 available for download. This release contains significant functionality and performance improvements and it is believed to have a quality level suitable for production deployments.&lt;/p&gt;&lt;a href="http://blogs.iis.net/ruslany/archive/2008/09/11/url-rewrite-module-go-live-release.aspx"&gt;http://blogs.iis.net/ruslany/archive/2008/09/11/url-rewrite-module-go-live-release.aspx&lt;/a&gt;&lt;img src="http://forum.dotnetpanel.com/aggbug.aspx?PostID=22841" width="1" height="1"&gt;</description></item><item><title>Update for IIS 7.0 FastCGI module</title><link>http://forum.dotnetpanel.com/blogs/dan/archive/2008/09/10/update-for-iis-7-0-fastcgi-module.aspx</link><pubDate>Wed, 10 Sep 2008 20:43:00 GMT</pubDate><guid isPermaLink="false">0bb582ff-f228-4e1d-afe0-dc41aa722e5c:22827</guid><dc:creator>Anonymous</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forum.dotnetpanel.com/blogs/dan/rsscomments.aspx?PostID=22827</wfw:commentRss><comments>http://forum.dotnetpanel.com/blogs/dan/archive/2008/09/10/update-for-iis-7-0-fastcgi-module.aspx#comments</comments><description>&lt;p&gt;IIS team has recently released an update for IIS 7.0 FastCGI module that fixes compatibility problems with several popular PHP applications. In particular, the update changes the behavior of FastCGI module in the following ways:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;REQUEST_URI server variable set by FastCGI module now includes query string and path info. Previously, lack of the query string in this server variable caused the popular CMS application &lt;a href="http://drupal.org/" target="_blank"&gt;Drupal&lt;/a&gt; to &lt;a title="Drupal does not work with FastCGI" href="http://drupal.org/node/249370" target="_blank"&gt;not work with FastCGI&lt;/a&gt; on IIS 7.0 
&lt;li&gt;REQUEST_URI server variable now contains the originally requested URL path before any URL rewriting was performed. Prior to this fix, the server variable used to contain a final rewritten URL, which caused problems when using URL rewriting to enable &lt;a title="Wordpress pretty permalinks" href="http://codex.wordpress.org/Using_Permalinks" target="_blank"&gt;“pretty permalinks”&lt;/a&gt; for popular blog engine &lt;a title="Wordpress" href="http://wordpress.org/" target="_blank"&gt;Wordpress&lt;/a&gt;. &lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Note that above mentioned problems do not exist in &lt;a title="FastCGI extension" href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1521" target="_blank"&gt;IIS 6.0 FastCGI Extension&lt;/a&gt;, which always has been setting the REQUEST_URI server variable correctly.&lt;/p&gt;
&lt;p&gt;The update is available for download from the following locations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="Update for Windows Server 2008" href="http://www.microsoft.com/downloads/info.aspx?na=22&amp;amp;p=1&amp;amp;SrcDisplayLang=en&amp;amp;SrcCategoryId=&amp;amp;SrcFamilyId=&amp;amp;u=%2fdownloads%2fdetails.aspx%3fFamilyID%3dd0343911-1775-4aef-8c99-5f13862ac386%26DisplayLang%3den" target="_blank"&gt;Update for Windows Server 2008&lt;/a&gt; 
&lt;li&gt;&lt;a title="Update for Windows Server 2008 x64 Edition" href="http://www.microsoft.com/downloads/info.aspx?na=22&amp;amp;p=3&amp;amp;SrcDisplayLang=en&amp;amp;SrcCategoryId=&amp;amp;SrcFamilyId=&amp;amp;u=%2fdownloads%2fdetails.aspx%3fFamilyID%3d70278393-3291-4aa1-870b-0e9b0907bddf%26DisplayLang%3den" target="_blank"&gt;Update for Windows Server 2008 x64 Edition&lt;/a&gt; 
&lt;li&gt;&lt;a title="Update for Windows Server 2008 for Itanium-based Systems" href="http://www.microsoft.com/downloads/info.aspx?na=22&amp;amp;p=5&amp;amp;SrcDisplayLang=en&amp;amp;SrcCategoryId=&amp;amp;SrcFamilyId=&amp;amp;u=%2fdownloads%2fdetails.aspx%3fFamilyID%3d98e06637-0f00-45d5-83c5-ed1b41fd6a7b%26DisplayLang%3den" target="_blank"&gt;Update for Windows Server 2008 for Itanium-based Systems&lt;/a&gt; 
&lt;li&gt;&lt;a title="Update for Windows Vista" href="http://www.microsoft.com/downloads/info.aspx?na=22&amp;amp;p=2&amp;amp;SrcDisplayLang=en&amp;amp;SrcCategoryId=&amp;amp;SrcFamilyId=&amp;amp;u=%2fdownloads%2fdetails.aspx%3fFamilyID%3d19600729-8470-4956-a276-200450d814bd%26DisplayLang%3den" target="_blank"&gt;Update for Windows Vista SP1&lt;/a&gt; 
&lt;li&gt;&lt;a title="Update for Windows Vista for x64 based Systems" href="http://www.microsoft.com/downloads/info.aspx?na=22&amp;amp;p=4&amp;amp;SrcDisplayLang=en&amp;amp;SrcCategoryId=&amp;amp;SrcFamilyId=&amp;amp;u=%2fdownloads%2fdetails.aspx%3fFamilyID%3dc7066c3b-dcf7-4441-87bc-f7dcb51067d0%26DisplayLang%3den" target="_blank"&gt;Update for Windows Vista SP1 for x64 based Systems&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Warning:&lt;/strong&gt; if your PHP application was coded in a way so that it relied on the REQUEST_URI server variable to contain the requested URL without a query string or to contain the final rewritten URL, then installing this update may break your application. Before applying the update, please make sure that your application does not rely on incorrect behavior of FastCGI module.&lt;/p&gt;&lt;img src="http://forum.dotnetpanel.com/aggbug.aspx?PostID=22827" width="1" height="1"&gt;</description><category domain="http://forum.dotnetpanel.com/blogs/dan/archive/tags/FastCGI/default.aspx">FastCGI</category><category domain="http://forum.dotnetpanel.com/blogs/dan/archive/tags/IIS7/default.aspx">IIS7</category></item><item><title>Don’t run production ASP.NET Applications with debug=”true” enabled </title><link>http://forum.dotnetpanel.com/blogs/dan/archive/2008/09/10/don-t-run-production-asp-net-applications-with-debug-true-enabled.aspx</link><pubDate>Wed, 10 Sep 2008 20:34:00 GMT</pubDate><guid isPermaLink="false">0bb582ff-f228-4e1d-afe0-dc41aa722e5c:22826</guid><dc:creator>Anonymous</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forum.dotnetpanel.com/blogs/dan/rsscomments.aspx?PostID=22826</wfw:commentRss><comments>http://forum.dotnetpanel.com/blogs/dan/archive/2008/09/10/don-t-run-production-asp-net-applications-with-debug-true-enabled.aspx#comments</comments><description>&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial" size="2"&gt;One of the things you want to avoid when deploying an ASP.NET application into production is to accidentally (or deliberately) leave the &amp;lt;compilation debug=”true”/&amp;gt; switch on within the application’s web.config file.&lt;/font&gt;&lt;/p&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial" size="2"&gt;Doing so causes a number of non-optimal things to happen including:&lt;/font&gt;&lt;/p&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial" size="2"&gt;1) The compilation of ASP.NET pages takes longer (since some batch optimizations are disabled)&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial" size="2"&gt;2) Code can execute slower (since some additional debug paths are enabled)&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial" size="2"&gt;3) Much more memory is used within the application at runtime&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial" size="2"&gt;4) Scripts and images downloaded from the WebResources.axd handler are not cached&lt;/font&gt;&lt;/p&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial" size="2"&gt;This last point is particularly important, since it means that all client-javascript libraries and static images that are deployed via &lt;/font&gt;&lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/webresource.asp"&gt;&lt;font face="Arial" size="2"&gt;WebResources.axd&lt;/font&gt;&lt;/a&gt;&lt;font face="Arial" size="2"&gt; will be continually downloaded by clients on each page view request and not cached locally within the browser.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;This can slow down the user experience quite a bit for things like Atlas, controls like TreeView/Menu/Validators, and any other third-party control or custom code that deploys client resources.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Note that the reason why these resources are not cached when debug is set to true is so that developers don’t have to continually flush their browser cache and restart it every-time they make a change to a resource handler (our assumption is that when you have debug=true set you are in active development on your site).&lt;/font&gt;&lt;/p&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial" size="2"&gt;When &amp;lt;compilation debug=”false”/&amp;gt; is set, the WebResource.axd handler will automatically set a long cache policy on resources retrieved via it – so that the resource is only downloaded once to the client and cached there forever (it will also be cached on any intermediate proxy servers).&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;If you have Atlas installed for your application, it will also automatically compress the content from the WebResources.axd handler for you when &amp;lt;compilation debug=”false”/&amp;gt; is set – reducing the size of any client-script javascript library or static resource for you (and not requiring you to write any custom code or configure anything within IIS to get it).&lt;/font&gt;&lt;/p&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&lt;/font&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;What about binaries compiled with debug symbols?&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;One scenario that several people find very useful is to compile/pre-compile an application or associated class libraries with debug symbols so that more detailed stack trace and line error messages can be retrieved from it when errors occur.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;The good news is that you can do this without having the have the &amp;lt;compilation debug=”true”/&amp;gt; switch enabled in production.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Specifically, you can use either a web deployment project or a web application project to pre-compile the code for your site with debug symbols, and then change the &amp;lt;compilation debug=”true”/&amp;gt; switch to false right before you deploy the application on the server.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial" size="2"&gt;The debug symbols and metadata in the compiled assemblies will increase the memory footprint of the application, but this can sometimes be an ok trade-off for more detailed error messages. &lt;/font&gt;&lt;/p&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&lt;/font&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;The &amp;lt;deployment retail=”true”/&amp;gt; Switch in Maching.config&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial" size="2"&gt;If you are a server administrator and want to ensure that no one accidentally deploys an ASP.NET application in production with the &amp;lt;compilation debug=”true”/&amp;gt; switch enabled within the application’s web.config file, one trick you can use with ASP.NET V2.0 is to take advantage of the &amp;lt;deployment&amp;gt; section within your machine.config file.&lt;/font&gt;&lt;/p&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial" size="2"&gt;Specifically, by setting this within your machine.config file:&lt;/font&gt;&lt;/p&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial" size="2"&gt;&amp;lt;configuration&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;system.web&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;deployment retail=”true”/&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;/system.web&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial" size="2"&gt;&amp;lt;/configuration&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial" size="2"&gt;You will disable the &amp;lt;compilation debug=”true”/&amp;gt; switch, disable the ability to output trace output in a page, and turn off the ability to show detailed error messages remotely.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Note that these last two items are security best practices you really want to follow (otherwise hackers can learn a lot more about the internals of your application than you should show them).&lt;/font&gt;&lt;/p&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Arial" size="2"&gt;Setting this switch to true is probably a best practice that any company with formal production servers should follow to ensure that an application always runs with the best possible performance and no security information leakages.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;There isn’t a ton of documentation on this switch – but you can learn a little more about it &lt;/font&gt;&lt;a href="http://msdn2.microsoft.com/en-US/library/ms228298(VS.80).aspx"&gt;&lt;font face="Arial" size="2"&gt;here&lt;/font&gt;&lt;/a&gt;&lt;font face="Arial" size="2"&gt;.&lt;/font&gt;&lt;/p&gt;&lt;img src="http://forum.dotnetpanel.com/aggbug.aspx?PostID=22826" width="1" height="1"&gt;</description></item><item><title>URL Rewrite for IIS7</title><link>http://forum.dotnetpanel.com/blogs/dan/archive/2008/06/26/url-rewrite-for-iis7.aspx</link><pubDate>Thu, 26 Jun 2008 00:05:00 GMT</pubDate><guid isPermaLink="false">0bb582ff-f228-4e1d-afe0-dc41aa722e5c:21612</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forum.dotnetpanel.com/blogs/dan/rsscomments.aspx?PostID=21612</wfw:commentRss><comments>http://forum.dotnetpanel.com/blogs/dan/archive/2008/06/26/url-rewrite-for-iis7.aspx#comments</comments><description>&lt;p&gt;Finally Microsoft has released URL Rewrite Module for IIS 7.0 CTP1. Many hosting providers were asking about this.&lt;/p&gt;
&lt;p&gt;Now you can move&amp;nbsp;a php website hosted with Apache to IIS7 and manage to get url rewrite rules to work in minutes.&lt;/p&gt;
&lt;p&gt;Download from &lt;a href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1691"&gt;http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1691&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Forum at &lt;a href="http://forums.iis.net/1152.aspx"&gt;http://forums.iis.net/1152.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Documentation at &lt;a href="http://learn.iis.net/page.aspx/460/using-url-rewrite-module/"&gt;http://learn.iis.net/page.aspx/460/using-url-rewrite-module/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://forum.dotnetpanel.com/aggbug.aspx?PostID=21612" width="1" height="1"&gt;</description><category domain="http://forum.dotnetpanel.com/blogs/dan/archive/tags/Rewrite+IIS7/default.aspx">Rewrite IIS7</category></item><item><title>IIS 6.0 HTTP compression</title><link>http://forum.dotnetpanel.com/blogs/dan/archive/2008/06/26/iis-6-0-http-compression.aspx</link><pubDate>Wed, 25 Jun 2008 23:44:00 GMT</pubDate><guid isPermaLink="false">0bb582ff-f228-4e1d-afe0-dc41aa722e5c:21611</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forum.dotnetpanel.com/blogs/dan/rsscomments.aspx?PostID=21611</wfw:commentRss><comments>http://forum.dotnetpanel.com/blogs/dan/archive/2008/06/26/iis-6-0-http-compression.aspx#comments</comments><description>&lt;p&gt;I&amp;#39;m sure you guys know about http compression settings from IIS 6 can seriously improove your web site load speed but ever wondered how to enable http compression for .aspx, .asmx, .php files?&lt;/p&gt;
&lt;p&gt;Well wonder no more. &lt;/p&gt;
&lt;h3&gt;To add one or more file types to the server-wide static compression configuration&lt;/h3&gt;
&lt;table class="numberedList" cellspacing="0" cellpadding="0" class="numberedList"&gt;

&lt;tr&gt;
&lt;td class="listNumber" class="listNumber"&gt;
&lt;p&gt;1.&lt;/p&gt;&lt;/td&gt;
&lt;td class=""&gt;
&lt;p&gt;From the &lt;b&gt;Start&lt;/b&gt; menu, click &lt;b&gt;Run&lt;/b&gt;.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="listNumber" class="listNumber"&gt;
&lt;p&gt;2.&lt;/p&gt;&lt;/td&gt;
&lt;td class=""&gt;
&lt;p&gt;In the &lt;b&gt;Open&lt;/b&gt; box, type &lt;b&gt;cmd&lt;/b&gt;, and click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="listNumber" class="listNumber"&gt;
&lt;p&gt;3.&lt;/p&gt;&lt;/td&gt;
&lt;td class=""&gt;
&lt;p&gt;Type both of the following commands:&lt;/p&gt;
&lt;table class="" cellspacing="0" cellpadding="0"&gt;

&lt;tr&gt;
&lt;td class="listBullet" class="listBullet"&gt;&lt;/td&gt;
&lt;td class="listItem" class="listItem"&gt;
&lt;p&gt;&lt;b&gt;cscript adsutil.vbs SET W3SVC/Filters/Compression/Deflate/HcFileExtensions &amp;quot;htm html txt &lt;/b&gt;&lt;i&gt;newext&lt;/i&gt;&lt;b&gt;&amp;quot;&lt;/b&gt; where &lt;i&gt;newext&lt;/i&gt; is a file type you want to compress (for example, Microsoft Word or Excel documents), then press &lt;b&gt;ENTER&lt;/b&gt;. You can add multiple file types separated by spaces.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="listBullet" class="listBullet"&gt;&lt;/td&gt;
&lt;td class="listItem" class="listItem"&gt;
&lt;p&gt;&lt;b&gt;cscript adsutil.vbs SET W3SVC/Filters/Compression/gzip/HcFileExtensions &amp;quot;htm html txt &lt;/b&gt;&lt;i&gt;newext&lt;/i&gt;&lt;b&gt;&amp;quot;&lt;/b&gt; where &lt;i&gt;newext&lt;/i&gt; is a file type you want to compress, then press &lt;b&gt;ENTER&lt;/b&gt;. You can add multiple file types separated by spaces.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Note&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;To remove one or more file types from the server-wide static compression configuration, repeat the previous two commands, leaving out the file type you want to remove.&lt;/p&gt;
&lt;h3&gt;To add one or more file types to the server-wide dynamic compression configuration&lt;/h3&gt;
&lt;table class="numberedList" cellspacing="0" cellpadding="0" class="numberedList"&gt;

&lt;tr&gt;
&lt;td class="listNumber" class="listNumber"&gt;
&lt;p&gt;1.&lt;/p&gt;&lt;/td&gt;
&lt;td class=""&gt;
&lt;p&gt;From the &lt;b&gt;Start&lt;/b&gt; menu, click &lt;b&gt;Run&lt;/b&gt;.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="listNumber" class="listNumber"&gt;
&lt;p&gt;2.&lt;/p&gt;&lt;/td&gt;
&lt;td class=""&gt;
&lt;p&gt;In the &lt;b&gt;Open&lt;/b&gt; box, type &lt;b&gt;cmd&lt;/b&gt;, and click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="listNumber" class="listNumber"&gt;
&lt;p&gt;3.&lt;/p&gt;&lt;/td&gt;
&lt;td class=""&gt;
&lt;p&gt;Type both of the following commands:&lt;/p&gt;
&lt;table class="" cellspacing="0" cellpadding="0"&gt;

&lt;tr&gt;
&lt;td class="listBullet" class="listBullet"&gt;&lt;/td&gt;
&lt;td class="listItem" class="listItem"&gt;
&lt;p&gt;&lt;b&gt;cscript adsutil.vbs SET W3SVC/Filters/Compression/Deflate/HcScriptFileExtensions &amp;quot;asp dll exe &lt;/b&gt;&lt;i&gt;newext&lt;/i&gt;&lt;b&gt;&amp;quot;&lt;/b&gt; where newext is a file type you want to compress (for example, aspx, a commonly used ASP extension), then press &lt;b&gt;ENTER&lt;/b&gt;. You can add multiple file types separated by spaces.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="listBullet" class="listBullet"&gt;&lt;/td&gt;
&lt;td class="listItem" class="listItem"&gt;
&lt;p&gt;&lt;b&gt;cscript adsutil.vbs SET W3SVC/Filters/Compression/gzip/HcScriptFileExtensions &amp;quot;asp dll exe &lt;/b&gt;&lt;i&gt;newext&lt;/i&gt;&lt;b&gt;&amp;quot;&lt;/b&gt; where newext is a file type you want to compress, then press &lt;b&gt;ENTER&lt;/b&gt;. You can add multiple file types separated by spaces.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Note&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;To remove one or more file types from the server-wide dynamic compression configuration, repeat the previous two commands, leaving out the file type you want to remove.&lt;/p&gt;
&lt;h3&gt;Related Information&lt;/h3&gt;
&lt;p&gt;For a detailed discussion of how HTTP compression works, how to test compression, and detailed compression configuration options, see &lt;a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/25d2170b-09c0-45fd-8da4-898cf9a7d568.mspx"&gt;Using HTTP Compression for Faster Downloads&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Finally to test your configuration use this tool:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.port80software.com/tools/compresscheck.asp"&gt;http://www.port80software.com/tools/compresscheck.asp&lt;/a&gt;&lt;/p&gt;&lt;img src="http://forum.dotnetpanel.com/aggbug.aspx?PostID=21611" width="1" height="1"&gt;</description><category domain="http://forum.dotnetpanel.com/blogs/dan/archive/tags/http/default.aspx">http</category></item><item><title>PHP security</title><link>http://forum.dotnetpanel.com/blogs/dan/archive/2008/06/26/php-security.aspx</link><pubDate>Wed, 25 Jun 2008 23:32:00 GMT</pubDate><guid isPermaLink="false">0bb582ff-f228-4e1d-afe0-dc41aa722e5c:21609</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forum.dotnetpanel.com/blogs/dan/rsscomments.aspx?PostID=21609</wfw:commentRss><comments>http://forum.dotnetpanel.com/blogs/dan/archive/2008/06/26/php-security.aspx#comments</comments><description>&lt;p&gt;Ever&amp;nbsp;wanted&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;to know more about securing your php web sites? The information and tools from &lt;a class="" href="http://phpsec.org/projects/phpsecinfo/index.html"&gt;PHPSecInfo&lt;/a&gt; is the perfect place to start.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PhpSecInfo&lt;/strong&gt; provides an equivalent to the &lt;a href="http://php.net/phpinfo"&gt;phpinfo()&lt;/a&gt; function that reports security information about the PHP environment, and offers suggestions for improvement. It is not a replacement for secure development techniques, and does not do any kind of code or app auditing, but can be a useful tool in a multilayered security approach.&lt;/p&gt;&lt;img src="http://forum.dotnetpanel.com/aggbug.aspx?PostID=21609" width="1" height="1"&gt;</description><category domain="http://forum.dotnetpanel.com/blogs/dan/archive/tags/PHP+security/default.aspx">PHP security</category></item><item><title>Linux Losing Market Share to Windows Server</title><link>http://forum.dotnetpanel.com/blogs/dan/archive/2007/11/01/linux-losing-market-share-to-windows-server.aspx</link><pubDate>Thu, 01 Nov 2007 20:43:00 GMT</pubDate><guid isPermaLink="false">0bb582ff-f228-4e1d-afe0-dc41aa722e5c:17714</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forum.dotnetpanel.com/blogs/dan/rsscomments.aspx?PostID=17714</wfw:commentRss><comments>http://forum.dotnetpanel.com/blogs/dan/archive/2007/11/01/linux-losing-market-share-to-windows-server.aspx#comments</comments><description>&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Surfing the internet and some news websites last night I found 2 very and i mean very interesting articles. Finally some of my predictions came true.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;COLOR:black;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;font size="2"&gt;Check out&amp;nbsp;the links:&lt;/font&gt; 
&lt;p&gt;&lt;span class="Article_Title"&gt;&lt;a class="" href="http://www.eweek.com/article2/0,1895,2207368,00.asp#talkback"&gt;Linux Losing Market Share to Windows Server&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Article_Title"&gt;&lt;a class="" href="http://www.eweek.com/article2/0,1895,2149300,00.asp"&gt;Windows Server Woos Linux Customers&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Article_Title"&gt;&lt;span class="Article_Title"&gt;&lt;a class="" href="http://www.eweek.com/article2/0,1895,2132581,00.asp"&gt;Windows Server 2008 Features Address Linux Challenge&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Article_Title"&gt;&lt;span class="Article_Title"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://forum.dotnetpanel.com/aggbug.aspx?PostID=17714" width="1" height="1"&gt;</description><category domain="http://forum.dotnetpanel.com/blogs/dan/archive/tags/Linux+Servers+Vs+Windows+Servers/default.aspx">Linux Servers Vs Windows Servers</category></item><item><title>DotNetPanel Integration API</title><link>http://forum.dotnetpanel.com/blogs/dan/archive/2007/10/24/dotnetpanel-integration-api.aspx</link><pubDate>Wed, 24 Oct 2007 11:48:00 GMT</pubDate><guid isPermaLink="false">0bb582ff-f228-4e1d-afe0-dc41aa722e5c:17532</guid><dc:creator>Anonymous</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forum.dotnetpanel.com/blogs/dan/rsscomments.aspx?PostID=17532</wfw:commentRss><comments>http://forum.dotnetpanel.com/blogs/dan/archive/2007/10/24/dotnetpanel-integration-api.aspx#comments</comments><description>&lt;p&gt;Have you ever wanted to interact with DotNetPanel from your website or your application?&lt;/p&gt;
&lt;p&gt;You can find a document we use for our integration partners describing methods intended for creating and maintaining state for user accounts, hosting spaces and so on at &lt;a href="http://www.dotnetpanel.com/downloads/?CategoryID=8"&gt;http://www.dotnetpanel.com/downloads/?CategoryID=8&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can also download DotNetPanel Web Portal sources (VS2005 solution) from our site and take a look how to it interacts with DotNetPanel ES by using SOAP.&lt;/p&gt;&lt;img src="http://forum.dotnetpanel.com/aggbug.aspx?PostID=17532" width="1" height="1"&gt;</description><category domain="http://forum.dotnetpanel.com/blogs/dan/archive/tags/DNP+API/default.aspx">DNP API</category></item><item><title>The Windows 2008 Road Show is coming to a city near you! </title><link>http://forum.dotnetpanel.com/blogs/dan/archive/2007/10/24/the-windows-2008-road-show-is-coming-to-a-city-near-you.aspx</link><pubDate>Wed, 24 Oct 2007 06:47:00 GMT</pubDate><guid isPermaLink="false">0bb582ff-f228-4e1d-afe0-dc41aa722e5c:17529</guid><dc:creator>Anonymous</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forum.dotnetpanel.com/blogs/dan/rsscomments.aspx?PostID=17529</wfw:commentRss><comments>http://forum.dotnetpanel.com/blogs/dan/archive/2007/10/24/the-windows-2008-road-show-is-coming-to-a-city-near-you.aspx#comments</comments><description>&lt;p&gt;Microsoft is hosting a World Wide Windows Server 2008 Road Show.&amp;nbsp; This is a unique opportunity to learn about and gets hands-on experience with our latest Web server technology-Microsoft Windows Server 2008 and Internet Information Services 7.&amp;nbsp; Myself and probably some of my teammates will be at&amp;nbsp;EMEA road shows and hope you can come out and join us!&lt;/p&gt;
&lt;p&gt;Now DotNetPanel offers support for Windows Server 2008, IIS7 and&amp;nbsp;FTP7. Check out the press release &lt;a class="" href="http://dotnetpanel.com/Company/NewsDetails.aspx?NewsID=23"&gt;here&lt;/a&gt;. We have a surprise for all atendees but i can&amp;#39;t tell you now what is it all about.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;u&gt;ABOUT THE TRAINING:&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;IIS 7 is our most ambitious Web server to date and has many features that directly benefit the hosting community. IIS 7 will reduce total cost of ownership, improve manageability, and create new business opportunities. &lt;br /&gt;&lt;br /&gt;Here are a few examples of what you can do with IIS 7: &lt;/p&gt;
&lt;table class="" cellpadding="0"&gt;

&lt;tr&gt;
&lt;td class=""&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/td&gt;
&lt;td class=""&gt;
&lt;p&gt;&lt;b&gt;&lt;u&gt;Scale your infrastructure&lt;/u&gt;&lt;/b&gt; &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Easily sandbox thousands of Web sites on a single server 
&lt;li&gt;&amp;quot;Xcopy&amp;quot; deployment of sites and servers with the new, file-based configuration system &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;b&gt;&lt;u&gt;Reduce costs&lt;/u&gt;&lt;/b&gt; &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Remote Web server administration tool allows site owners and developers to control delegated Web site features 
&lt;li&gt;Runtime Status and Control API provides rapid access to detailed diagnostic information. &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;b&gt;&lt;u&gt;Go to market faster &lt;/u&gt;&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Extensible, modular architecture allows you to quickly bring new features to market 
&lt;li&gt;Deeply integrate IIS into your environment using public configuration and control APIs 
&lt;li&gt;World-class performance and reliability hosting of ASP, ASP.NET, and PHP applications 
&lt;li&gt;New, extensible FTP Server providing secure connections, improved site isolation and more &lt;/li&gt;&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Use the IIS FastCGI component, now part of IIS7 in Windows Server 2008 to run and optimize the performance of PHP.&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;a href="http://www.eztrackz.com/tracking.aspx?id=71132"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="" href="http://www.eztrackz.com/tracking.aspx?id=71132"&gt;&lt;img src="http://blogs.msdn.com/photos/htsblog/images/4324077/original.aspx" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://forum.dotnetpanel.com/aggbug.aspx?PostID=17529" width="1" height="1"&gt;</description><category domain="http://forum.dotnetpanel.com/blogs/dan/archive/tags/Microsoft+Hosting+Road+Show/default.aspx">Microsoft Hosting Road Show</category></item><item><title>Starting the DotNetPanel Blogs</title><link>http://forum.dotnetpanel.com/blogs/dan/archive/2007/09/05/Starting-DotNetPanel-Blogs.aspx</link><pubDate>Tue, 04 Sep 2007 23:30:00 GMT</pubDate><guid isPermaLink="false">0bb582ff-f228-4e1d-afe0-dc41aa722e5c:16019</guid><dc:creator>Anonymous</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forum.dotnetpanel.com/blogs/dan/rsscomments.aspx?PostID=16019</wfw:commentRss><comments>http://forum.dotnetpanel.com/blogs/dan/archive/2007/09/05/Starting-DotNetPanel-Blogs.aspx#comments</comments><description>&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Hello everyone.&amp;nbsp;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;I&amp;#39;m Dan Petru, Sales &amp;amp; Marketing Specialist at DotNetPanel Software.&lt;br /&gt;&lt;br /&gt;I am extremely pleased to be the first starting this blog. I will try to post interesting stuff here.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;I always wanted to have&amp;nbsp;a&amp;nbsp;blog&amp;nbsp;but I never&amp;nbsp;had&amp;nbsp;the time. So much information cross my&amp;nbsp;eyes daily and sometimes I have to write my &lt;span style="FONT-SIZE:11pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;mso-ansi-language:EN;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;thoughts&amp;nbsp;&lt;/span&gt;because I keep to forgetting things.&lt;/span&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;You guys wanted&amp;nbsp;us from DNP to have blogs and write&amp;nbsp;stuff. So, because all my team is really busy with the new website and complicated&amp;nbsp;code&amp;nbsp;for the latest Microsoft Software - DotNetPanel integration (new service providers) I have to keep your attention. &lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;I&amp;#39;m the guy with advertising, sales, small technical support, researching new ideas and possibilities. &lt;/span&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;I have 3 years experience in hardware, 2 years in selling software and 2 years in the hosting world and&amp;nbsp;.net software. I&amp;#39;m the guy for pretty much anything in everything. In the last year I’ve managed to build a small size datacenter from 0 and a hosting environment based on Microsoft&amp;nbsp;and DotNetPanel software that pretty much runs by itself. We would probably meat at the EMEA Hosting Roadshows that we plan to participate.&lt;/span&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;I want to tell you a little secret. I have some experience in .net coding and I’ve never seen with my eyes so well written source code like Feodor and Pavel&amp;nbsp;writes. In my opinion DotNetPanel success it&amp;#39;s based on their clean &amp;amp; quality code. &lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;I can hardly wait to see support in DotNetPanel for the new Windows Server 2008. Not to mention Windows Media Services. &lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;The second thing that I noticed to my team is the support. My god, they rock. They should be an example for all software companies when it comes to technical support. I&amp;#39;ve learned here what is the meaning of Gold Class Technical Support.&lt;br /&gt;So, enough about them. &lt;/span&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;I hope I will be at least the half as fast they are. &lt;/span&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;I want to ask you what do you want&amp;nbsp;me to write in&amp;nbsp;my blog. Do you want DotNetPanel team related info? Do you want&amp;nbsp;new DotNetPanel documentation, web hosting guidance &amp;amp; best practices ? Early information of future DotNetPanel service providers ? With what do you want me to start?&lt;/span&gt; 
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;See you soon!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://forum.dotnetpanel.com/aggbug.aspx?PostID=16019" width="1" height="1"&gt;</description><category domain="http://forum.dotnetpanel.com/blogs/dan/archive/tags/DotNetPanel/default.aspx">DotNetPanel</category></item></channel></rss>