<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>.NET Extensibility 3.5 &#8211; Winsides.com</title>
	<atom:link href="https://winsides.com/tag/net-extensibility-3-5/feed/" rel="self" type="application/rss+xml" />
	<link>https://winsides.com</link>
	<description>Windows Insides</description>
	<lastBuildDate>Tue, 05 Nov 2024 11:08:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://winsides.com/wp-content/uploads/2024/05/cropped-android-chrome-512x512-1-150x150.png</url>
	<title>.NET Extensibility 3.5 &#8211; Winsides.com</title>
	<link>https://winsides.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Enable .NET Extensibility 3.5 in Windows 11? Quick Guide!</title>
		<link>https://winsides.com/how-to-enable-net-extensibility-3-5-in-windows-11/</link>
					<comments>https://winsides.com/how-to-enable-net-extensibility-3-5-in-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Vigneshwaran Vijayakumar]]></dc:creator>
		<pubDate>Mon, 28 Oct 2024 08:38:00 +0000</pubDate>
				<category><![CDATA[Windows Features]]></category>
		<category><![CDATA[.NET Extensibility 3.5]]></category>
		<category><![CDATA[.net framework]]></category>
		<category><![CDATA[How to Enable in Windows 11]]></category>
		<category><![CDATA[Internet Information Services]]></category>
		<category><![CDATA[windows 11]]></category>
		<guid isPermaLink="false">https://winsides.com/?p=2779</guid>

					<description><![CDATA[DOT NET Extensibility 3.5 in Windows 11: It is a component of Internet Information Services that allows developers to create and register their own custom HTTP modules and handlers for web applications running on the .NET Framework 3.5. HTTP Modules are classes that can participate in the ASP.NET application&#8217;s request processing pipeline. On the other [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>DOT NET Extensibility 3.5 in Windows 11</strong>: It is a component of <a href="https://winsides.com/enable-internet-information-services-iis-in-windows-11/" data-type="post" data-id="21">Internet Information Services</a> that allows developers to<strong> create and register </strong>their own custom HTTP modules and handlers for web applications running on the<a href="https://winsides.com/enable-dot-net-3-5-framework-windows-11/" data-type="post" data-id="132"> .NET Framework 3.5</a>. HTTP Modules are classes that can participate in the ASP.NET application&#8217;s <strong>request processing pipeline</strong>. On the other hand, HTTP Handlers are classes that process <strong>specific types of requests</strong>. Here in this article, we will check out the simple steps involved in the process of <strong>How to Enable .NET Extensibility 3.5 on Windows 11 PC</strong>. Let&#8217;s get started.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<h2 class="wp-block-heading" id="key-steps">Key Steps</h2>



<ul class="wp-block-list">
<li>We will use <strong>Windows Features</strong> to enable this feature in Windows 11.</li>



<li>Open Programs and Features using the <strong>Run command</strong> <strong><code>appwiz.cpl</code></strong>.</li>



<li>Click on <strong>Turn Windows Features on or off</strong> from the <strong>left pane</strong>. </li>



<li>Expand <strong>Internet Information Services</strong> node and then expand <strong>World Wide Web Services</strong>.</li>



<li>Finally, Expand <strong>Application Development Features</strong>.</li>



<li>Now, you can find<strong> .NET Extensibility 3.5</strong>, click on the checkbox next to it and click <strong>OK</strong>. </li>



<li>The system will enable .NET Extensibility 3.5. That is it. </li>
</ul>
</blockquote>



<h2 class="wp-block-heading" id="a-brief-introduction-to-net-framework-3-5">A Brief Introduction to .NET Framework 3.5</h2>



<figure class="wp-block-image aligncenter size-large"><img fetchpriority="high" decoding="async" width="1024" height="576" src="https://winsides.com/wp-content/uploads/2024/10/NET-Extensibility-3.5-Benefits-1024x576.png" alt="NET Extensibility 3.5 Benefits" class="wp-image-2789" title="How to Enable .NET Extensibility 3.5 in Windows 11? Quick Guide! 1" srcset="https://winsides.com/wp-content/uploads/2024/10/NET-Extensibility-3.5-Benefits-1024x576.png 1024w, https://winsides.com/wp-content/uploads/2024/10/NET-Extensibility-3.5-Benefits-300x169.png 300w, https://winsides.com/wp-content/uploads/2024/10/NET-Extensibility-3.5-Benefits-768x432.png 768w, https://winsides.com/wp-content/uploads/2024/10/NET-Extensibility-3.5-Benefits-1536x864.png 1536w, https://winsides.com/wp-content/uploads/2024/10/NET-Extensibility-3.5-Benefits-390x220.png 390w, https://winsides.com/wp-content/uploads/2024/10/NET-Extensibility-3.5-Benefits.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">NET Extensibility 3.5 Benefits</figcaption></figure>



<p>It is an extension of the .NET Framework 2.0 and 3.0 and provides a <strong>comprehensive and consistent programming model</strong> for building applications that run on Windows. It is primarily used for developing applications such as web applications using ASP.NET, Windows Desktop Applications with <strong>Windows Presentation Foundation</strong>, Service-oriented applications using <strong><a href="https://winsides.com/how-to-enable-wcf-services-in-windows-11/" data-type="post" data-id="531">Windows Communication Foundation</a></strong>, applications that require data manipulation with <strong>LINQ</strong>, and more. </p>



<p>.NET Extensibility 3.5 enhances the capabilities of web apps running on the .NET Framework especially when integrated with the <strong>IIS</strong> as mentioned in the introduction paragraph. The benefits include</p>



<ul class="wp-block-list">
<li><strong>Custom HTTP Modules and Handles</strong></li>



<li><strong>Enhanced Application Control </strong></li>



<li><strong>Improved Performance</strong></li>



<li><strong>Integration with ASP.NET Features</strong></li>



<li><strong>Multiple Data Sources Support</strong></li>



<li><strong>Service-oriented applications support</strong></li>
</ul>



<h2 class="wp-block-heading" id="ena">Enable .NET Extensibility 3.5 in Windows 11 &#8211; Quick Steps</h2>



<p>Here are the steps to enable it in Windows 11. </p>



<ul class="wp-block-list">
<li>Go to the <strong>Run</strong> command using the keyboard shortcut <kbd><strong>Win Key</strong></kbd><strong> + <kbd>R</kbd></strong>.</li>



<li>On the Run command, enter the following command <code><strong>appwiz.cpl</strong></code> and click <strong>OK</strong>. This command will open the Programs and Features window.</li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img decoding="async" width="489" height="299" src="https://winsides.com/wp-content/uploads/2024/06/appwiz.cpl_.webp" alt="Open Programs and Features using appwiz.cpl" class="wp-image-1218" title="Open Programs and Features using appwiz.cpl" srcset="https://winsides.com/wp-content/uploads/2024/06/appwiz.cpl_.webp 489w, https://winsides.com/wp-content/uploads/2024/06/appwiz.cpl_-300x183.webp 300w" sizes="(max-width: 489px) 100vw, 489px" /><figcaption class="wp-element-caption">Open Programs and Features using appwiz.cpl</figcaption></figure>



<ul class="wp-block-list">
<li>Once the <strong>Programs and Features</strong> window opens, you can find <strong>Turn Windows Features on or off</strong> option from the <strong>left pane</strong>. </li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img decoding="async" width="1002" height="604" src="https://winsides.com/wp-content/uploads/2024/06/Turn-on-Windows-Features-on-or-off.webp" alt="Turn Windows Features on or off" class="wp-image-1219" title="Click on Turn Windows Features on or off from the left pane" srcset="https://winsides.com/wp-content/uploads/2024/06/Turn-on-Windows-Features-on-or-off.webp 1002w, https://winsides.com/wp-content/uploads/2024/06/Turn-on-Windows-Features-on-or-off-300x181.webp 300w, https://winsides.com/wp-content/uploads/2024/06/Turn-on-Windows-Features-on-or-off-768x463.webp 768w, https://winsides.com/wp-content/uploads/2024/06/Turn-on-Windows-Features-on-or-off-780x470.webp 780w" sizes="(max-width: 1002px) 100vw, 1002px" /><figcaption class="wp-element-caption">Turn Windows Features on or off</figcaption></figure>



<ul class="wp-block-list">
<li><strong>Windows Features</strong> dialog will pop up now. Here, you can find all the available optional features. </li>



<li>Locate <strong>Internet Information Services</strong> and expand the tree. </li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="530" height="368" src="https://winsides.com/wp-content/uploads/2024/10/Expand-IIS-Node.webp" alt="Expand IIS Node" class="wp-image-2799" title="Expand IIS Node" srcset="https://winsides.com/wp-content/uploads/2024/10/Expand-IIS-Node.webp 530w, https://winsides.com/wp-content/uploads/2024/10/Expand-IIS-Node-300x208.webp 300w" sizes="auto, (max-width: 530px) 100vw, 530px" /><figcaption class="wp-element-caption">Expand IIS Node</figcaption></figure>



<ul class="wp-block-list">
<li>Now, you will find FTP, Web Management Tools, and World Wide Web Services. Expand the <strong>World Wide Web Services</strong>. </li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="530" height="392" src="https://winsides.com/wp-content/uploads/2024/10/Expand-World-Wide-Web-Services.webp" alt="Expand World Wide Web Services" class="wp-image-2800" title="Expand World Wide Web Services" srcset="https://winsides.com/wp-content/uploads/2024/10/Expand-World-Wide-Web-Services.webp 530w, https://winsides.com/wp-content/uploads/2024/10/Expand-World-Wide-Web-Services-300x222.webp 300w" sizes="auto, (max-width: 530px) 100vw, 530px" /><figcaption class="wp-element-caption">Expand World Wide Web Services</figcaption></figure>



<ul class="wp-block-list">
<li>In this sub-section, you will find various features such as Application Development Features, Common HTTP Features, Health and Diagnostics, etc. Expand the <strong>Application Development Features</strong> node. </li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="530" height="392" src="https://winsides.com/wp-content/uploads/2024/10/Expand-Application-Development-Features.webp" alt="Expand Application Development Features" class="wp-image-2801" title="Expand Application Development Features" srcset="https://winsides.com/wp-content/uploads/2024/10/Expand-Application-Development-Features.webp 530w, https://winsides.com/wp-content/uploads/2024/10/Expand-Application-Development-Features-300x222.webp 300w" sizes="auto, (max-width: 530px) 100vw, 530px" /><figcaption class="wp-element-caption">Expand Application Development Features</figcaption></figure>



<ul class="wp-block-list">
<li>You can find <strong>.NET Extensibility 3.5</strong> there. Click on the checkbox next to it and click <strong>OK</strong>. </li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="530" height="392" src="https://winsides.com/wp-content/uploads/2024/10/Enable-.NET-Extensibility-3.5.webp" alt="Enable .NET Extensibility 3.5" class="wp-image-2802" title="Enable .NET Extensibility 3.5" srcset="https://winsides.com/wp-content/uploads/2024/10/Enable-.NET-Extensibility-3.5.webp 530w, https://winsides.com/wp-content/uploads/2024/10/Enable-.NET-Extensibility-3.5-300x222.webp 300w" sizes="auto, (max-width: 530px) 100vw, 530px" /><figcaption class="wp-element-caption">Enable .NET Extensibility 3.5</figcaption></figure>



<ul class="wp-block-list">
<li>Windows will now start searching for the required files. </li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="658" height="480" src="https://winsides.com/wp-content/uploads/2024/10/Searching-for-the-required-files.webp" alt="Searching for the required files" class="wp-image-2804" title="Searching for the required files" srcset="https://winsides.com/wp-content/uploads/2024/10/Searching-for-the-required-files.webp 658w, https://winsides.com/wp-content/uploads/2024/10/Searching-for-the-required-files-300x219.webp 300w" sizes="auto, (max-width: 658px) 100vw, 658px" /><figcaption class="wp-element-caption">Searching for the required files</figcaption></figure>



<ul class="wp-block-list">
<li>Then the system will apply the changes. </li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="658" height="480" src="https://winsides.com/wp-content/uploads/2024/10/Applying-Changes.webp" alt="Applying Changes" class="wp-image-2805" title="Applying Changes" srcset="https://winsides.com/wp-content/uploads/2024/10/Applying-Changes.webp 658w, https://winsides.com/wp-content/uploads/2024/10/Applying-Changes-300x219.webp 300w" sizes="auto, (max-width: 658px) 100vw, 658px" /><figcaption class="wp-element-caption">Applying Changes</figcaption></figure>



<ul class="wp-block-list">
<li>Click <strong>Restart</strong> if you are prompted to restart or click <strong>Close</strong> accordingly. However, it is suggested that the changes be restarted right away so that they will be reflected.</li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="658" height="480" src="https://winsides.com/wp-content/uploads/2024/10/Restart-the-PC.webp" alt="Restart the PC" class="wp-image-2806" title="Restart the PC" srcset="https://winsides.com/wp-content/uploads/2024/10/Restart-the-PC.webp 658w, https://winsides.com/wp-content/uploads/2024/10/Restart-the-PC-300x219.webp 300w" sizes="auto, (max-width: 658px) 100vw, 658px" /><figcaption class="wp-element-caption">Restart the PC</figcaption></figure>



<h2 class="wp-block-heading" id="take-away">Take away</h2>



<p>By enabling <strong>.NET Extensibility 3.5 in Windows 11</strong>, you ensure that your <strong>ASP.NET</strong> applications can utilize these <strong>custom components</strong>, enhancing their <strong>functionality and integration</strong> with IIS. If you&#8217;re developing applications that rely on these features, it&#8217;s essential to have this component enabled. If you have any queries, do let us know in the comment section. For more interesting articles, stay tuned to <a href="https://winsides.com">winsides.com</a>. <strong>Happy Coding! Peace out!</strong></p>



<h2 class="wp-block-heading" id="l">Like our article?</h2>



<p>Kindly give us a review. We would love to hear your <a href="https://www.reddit.com/r/winsides/" data-type="link" data-id="https://www.reddit.com/r/winsides/" target="_blank" rel="noopener">feedback</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://winsides.com/how-to-enable-net-extensibility-3-5-in-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
