﻿<?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>ASP.NET</title>
    <description>This blog is dedicated to the communities encounters with ASP.NET</description>
    <link>http://www.computepros.com/Home/tabid/36/BlogId/3/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>matt@computepros.com</managingEditor>
    <webMaster>admin@computepros.com</webMaster>
    <pubDate>Wed, 07 Jan 2009 03:58:53 GMT</pubDate>
    <lastBuildDate>Wed, 07 Jan 2009 03:58:53 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.4.0.39853</generator>
    <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>