﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Computer Enhancement Professionals Blog</title>
    <description>This Blog is dedicated the communities interaction with information technology in general</description>
    <link>http://www.computepros.com/Home/tabid/36/BlogId/1/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>matt@computepros.com</managingEditor>
    <webMaster>admin@computepros.com</webMaster>
    <pubDate>Wed, 07 Jan 2009 06:09:17 GMT</pubDate>
    <lastBuildDate>Wed, 07 Jan 2009 06:09:17 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.4.0.39853</generator>
    <item>
      <title>.Net Framework 3.0 3.5 Visual Studio 2008 Installation Failure, Errors and Resolution - Dot Net Framework Installation Failure</title>
      <description>&lt;p&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
&lt;meta name="ProgId" content="Word.Document" /&gt;
&lt;meta name="Generator" content="Microsoft Word 11" /&gt;
&lt;meta name="Originator" content="Microsoft Word 11" /&gt;
&lt;link rel="File-List" href="file:///C:\DOCUME~1\MATT~1.NIB\LOCALS~1\Temp\msohtml1\01\clip_filelist.xml" /&gt;&lt;/p&gt;
&lt;!--[if gte mso 9]--&gt;
&lt;p&gt;&lt;xml&gt;&amp;#160;&lt;w:worddocument&gt;&lt;w:view&gt;&lt;/w:view&gt;&lt;/w:worddocument&gt;&lt;/xml&gt;&lt;span id="dnn_ctr423_MainView_ViewEntry_lblEntry"&gt;After many failed attempts to install both the .Net Framework 3.0 and/or 3.5 standalone it kept failing on my development machine, it installed with no problems on all of my other computers. I tried many different resolutions that I found all over the internet, from changing registry permissions to uninstalling the .Net Fr</description>
      <link>http://www.computepros.com/Home/tabid/36/EntryID/12/Default.aspx</link>
      <author>matt@computepros.com</author>
      <comments>http://www.computepros.com/Home/tabid/36/EntryID/12/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.computepros.com/Default.aspx?tabid=36&amp;EntryID=12</guid>
      <pubDate>Thu, 09 Oct 2008 19:23:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.computepros.com/DesktopModules/Blog/Trackback.aspx?id=12</trackback:ping>
    </item>
    <item>
      <title>Fix for drop down menu hiding behind flash in Mozilla and Internet Explorer Browsers</title>
      <description>&lt;p&gt;If your drop down menu disappears behind your flash file in either Internet Explorer or Mozilla Firefox, there is an easy fix for this. In your html code, add the following code to your flash file.&lt;/p&gt; &lt;p&gt;&lt; name="wmode" value="transparent"&gt;&lt;/p&gt; &lt;p&gt;Before Fix &lt;br /&gt;&lt;img border="0" alt="" src="http://www.solsticenext.com/Portals/3/images/vmode1_1.jpg" /&gt;&lt;/p&gt; &lt;p&gt;After Fix &lt;br /&gt;&lt;img border="0" alt="" src="http://www.solsticenext.com/Portals/3/images/vmode1_2.jpg" /&gt;&lt;/p&gt; &lt;p&gt;This will make the flash file transparent and your menu will be seen.&lt;/p&gt; &lt;p&gt;&lt;span style="font-weight: bold"&gt;Code Example :&lt;/span&gt; &lt;br /&gt;&lt; src="http://www.website/flashfile.swf" width="500" height="333" scale="ShowAll" play="true" loop="true" menu="true" style="font-weight: bold;"&gt;wmode="transparent" quality="1" type="application/x-shockwave-flash"&gt;&lt;/p&gt;</description>
      <link>http://www.computepros.com/Home/tabid/36/EntryID/9/Default.aspx</link>
      <author>matt@computepros.com</author>
      <comments>http://www.computepros.com/Home/tabid/36/EntryID/9/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.computepros.com/Default.aspx?tabid=36&amp;EntryID=9</guid>
      <pubDate>Wed, 06 Aug 2008 20:25:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.computepros.com/DesktopModules/Blog/Trackback.aspx?id=9</trackback:ping>
    </item>
    <item>
      <title>IIS cannot share the same Application Pool Between versions of ASP.Net</title>
      <description>&lt;p&gt;&lt;font size="2"&gt;
&lt;p&gt;It is not possible to run two different versions of ASP.NET in the same IIS process. Please use the IIS Administration Tool to reconfigure your server to run the application in a separate process.&lt;/p&gt;
&lt;/font&gt;&lt;/p&gt;</description>
      <link>http://www.computepros.com/Home/tabid/36/EntryID/8/Default.aspx</link>
      <author>matt@computepros.com</author>
      <comments>http://www.computepros.com/Home/tabid/36/EntryID/8/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.computepros.com/Default.aspx?tabid=36&amp;EntryID=8</guid>
      <pubDate>Wed, 06 Aug 2008 20:19:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.computepros.com/DesktopModules/Blog/Trackback.aspx?id=8</trackback:ping>
    </item>
    <item>
      <title>Application Pool not listed in IIS 6</title>
      <description>&lt;p&gt;&lt;small&gt;&lt;font face="verdana" size="2"&gt;When recently upgrading a server from Windows 2000 to Windows Server 2003 it was noticed that the the Application Pool option was not available. After fishing around for a while it was found that IIS was running under IIS 5.0 Isolation mode. To resolve issue here are the steps that were followed: &lt;/font&gt;&lt;/small&gt;&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;&lt;small&gt;&lt;font face="verdana" size="2"&gt;Right click on "Websites" and click on "Properties". &lt;/font&gt;&lt;/small&gt;&lt;/li&gt;
    &lt;li&gt;&lt;small&gt;&lt;font face="verdana" size="2"&gt;Click on "Service" tab, uncheck the isolation mode check box. &lt;/font&gt;&lt;/small&gt;&lt;/li&gt;
    &lt;li&gt;&lt;small&gt;&lt;font face="verdana" size="2" font=""&gt;You will be asked Do you want to restart your IIS now?, Click Yes.&lt;/font&gt;&lt;/small&gt;&lt;/li&gt;
    &lt;li&gt;&lt;small&gt;&lt;font face="verdana" size="2"&gt;Application Pools will now be listed and available.&lt;/font&gt;&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img style="max-width: 800px" alt="" src="http://www.computepros.com/images/Blogs/apppool.jpg" /&gt; &lt;small&gt;&lt;a target="_blank" href="http://www.SolsticeNext.com"&gt;www.SolsticeNext.com&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;</description>
      <link>http://www.computepros.com/Home/tabid/36/EntryID/7/Default.aspx</link>
      <author>matt@computepros.com</author>
      <comments>http://www.computepros.com/Home/tabid/36/EntryID/7/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.computepros.com/Default.aspx?tabid=36&amp;EntryID=7</guid>
      <pubDate>Wed, 06 Aug 2008 20:11:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.computepros.com/DesktopModules/Blog/Trackback.aspx?id=7</trackback:ping>
    </item>
    <item>
      <title>AspNetSqlProvider " aspnet_regsql.exe "</title>
      <description>&lt;p&gt;&lt;font size="1"&gt;This is a web.config configuration that allows you to customize the database you are using for your User Role management provider in asp.net 2.0.&lt;br /&gt;
&lt;br /&gt;
&lt;!-- ============================================= --&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;?xml version="1.0" encoding="UTF-8" ?&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;connectionStrings&gt;&lt;br /&gt;
&lt;remove name="DBWinAuth"/&gt;&lt;br /&gt;
&lt;add name="DBWinAuth" connectionString="Data Source=YourDS_ADDRESS;Initial Catalog=YOURDBNAME;Integrated Security=SSPI"&lt;br /&gt;
providerName="System.Data.SqlClient" /&gt;&lt;br /&gt;
&lt;/connectionStrings&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;system.web&gt;&lt;br /&gt;
&lt;roleManager enabled="true" /&gt;&lt;br /&gt;
&lt;authentication mode="Forms" /&gt;&lt;br /&gt;
&lt;membership defaultProvider="AspNetSqlProvider"&gt;&lt;br /&gt;
&lt;providers&gt;&lt;br /&gt;
&lt;clear /&gt;&lt;br /&gt;
&lt;add&lt;br /&gt;
connectionStringName="DBWinAuth"&lt;br /&gt;
enablePasswordRetrieval="false"&lt;br /&gt;
enablePasswordReset="true"&lt;br /&gt;
requiresQuestionAndAnswer="false"&lt;br /&gt;
applicationName="/"&lt;br /&gt;
requiresUniqueEmail="false"&lt;br /&gt;
passwordFormat="Hashed"&lt;br /&gt;
description="Stores and retrieves membership data from the specified Microsoft SQL Server database"&lt;br /&gt;
minRequiredPasswordLength="5"&lt;br /&gt;
minRequiredNonalphanumericCharacters="0"&lt;br /&gt;
name="AspNetSqlProvider"&lt;br /&gt;
type="System.Web.Security.SqlMembershipProvider, System.Web, Version=1.2.3400.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&gt;&lt;br /&gt;
&lt;/providers&gt;&lt;br /&gt;
&lt;/membership&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/system.web&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/configuration&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;!-- =============================&lt;br /&gt;
&lt;br /&gt;
Also if you are having problems with Visual Studio 2005 seeing your SQL 2005 EE DB Instance Go to Tools--&gt; Options and Select Database Tools --&gt; Data Connections and change the SQL Server Instance Name Accordingly. By default = SQLEXPRESS, but in my case I loaded it at ROOT&lt;/font&gt;&lt;/p&gt;</description>
      <link>http://www.computepros.com/Home/tabid/36/EntryID/6/Default.aspx</link>
      <author>matt@computepros.com</author>
      <comments>http://www.computepros.com/Home/tabid/36/EntryID/6/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.computepros.com/Default.aspx?tabid=36&amp;EntryID=6</guid>
      <pubDate>Tue, 05 Aug 2008 20:46:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.computepros.com/DesktopModules/Blog/Trackback.aspx?id=6</trackback:ping>
    </item>
    <item>
      <title>Simple ASP.NET 2.0 Web Form to Email</title>
      <description>&lt;p&gt;&lt;font size="2"&gt;Simple ASP.NET 2.0 Web Form to Email&lt;br /&gt;
Uses&lt;br /&gt;
System.Net.Mail&lt;br /&gt;
Full Source Code Available&lt;/font&gt;&lt;/p&gt;</description>
      <link>http://www.computepros.com/Home/tabid/36/EntryID/1/Default.aspx</link>
      <author>matt@computepros.com</author>
      <comments>http://www.computepros.com/Home/tabid/36/EntryID/1/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.computepros.com/Default.aspx?tabid=36&amp;EntryID=1</guid>
      <pubDate>Mon, 14 Jul 2008 21:14:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.computepros.com/DesktopModules/Blog/Trackback.aspx?id=1</trackback:ping>
    </item>
  </channel>
</rss>