{"id":61,"date":"2006-08-02T13:21:06","date_gmt":"2006-08-02T18:21:06","guid":{"rendered":"https:\/\/www.zubairalexander.com\/stage\/?p=61"},"modified":"2015-02-10T12:18:11","modified_gmt":"2015-02-10T20:18:11","slug":"error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis","status":"publish","type":"post","link":"https:\/\/www.zubairalexander.com\/blog\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\/","title":{"rendered":"Error: This product requires ASP.Net web service extensions to be enabled in IIS"},"content":{"rendered":"<p>Recently, I was installing Microsoft Office SharePoint Server 2007 Beta 2 on Windows Server 2003 running on my Virtual PC. I installed .NET Framework 2.0, Internet Information Services (IIS) 6.0, Windows Workflow Foundation Beta 2 and then added the ASP.NET 2.0 service extension in IIS 6.0. When I ran the setup.exe I received the following error &#8220;This product requires ASP.Net web service extensions to be enabled in Internet Information Services (IIS). Enable this setting and re-run setup.&#8221;<\/p>\n<p><a href=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2006\/08\/ASP.NET_error.JPG\"><img decoding=\"async\" src=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2006\/08\/ASP.NET_error.JPG\" alt=\"\" width=\"632\/\" height=\"152\" \/><\/a><\/p>\n<p>I verified that the ASP.NET 2.0 extension was enabled but still received the same error. The .NET Framework 2.0 didn&#8217;t give me the option to repair in Add or Remove Programs in Control Panel (similar to the one that&#8217;s available for Workflow Foundation shown below).<\/p>\n<p><a href=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2006\/08\/Workflow_version.JPG\"><img decoding=\"async\" src=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2006\/08\/Workflow_version.JPG\" alt=\"\" width=\"304\/\" height=\"209\" \/><\/a><\/p>\n<p>I knew that the ASP.NET was not properly registered because the General tab showed that the extension was not used by the ASP.NET v2.0.50727 as expected, instead it showed &#8220;unknown&#8221;, as shown in the following screen shot.<\/p>\n<p><a href=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2006\/08\/ASP.NET_unknown.JPG\"><img decoding=\"async\" src=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2006\/08\/ASP.NET_unknown.JPG\" alt=\"\" width=\"401\/\" height=\"435\" \/><\/a><\/p>\n<p>Rather than reinstalling the .NET Framework, I decided to register ASP.NET by using the following command at the command prompt. I made sure that I was in the folder where aspnet_regiis was located.<\/p>\n<p><b>aspnet_regiis -i<\/b><\/p>\n<p>&nbsp;<\/p>\n<p>C:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727&gt;aspnet_regiis -i<\/p>\n<p>Start installing ASP.NET (2.0.50727).<\/p>\n<p>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..<\/p>\n<p>Finished installing ASP.NET (2.0.50727).<\/p>\n<p>C:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727&gt;<\/p>\n<p>When I ran the SharePoint Server setup it failed again. I ran &#8220;aspnet_regiis -i&#8221; one more time, restarted the IIS Admin service and noticed that the ASP.NET was now being used by v2.0.50727. I ran the SharePoint Server setup again and it finally worked. If you&#8217;ve run into a similar situation, hopefully this will help solve your problem.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Recently, I was installing Microsoft Office SharePoint Server 2007 Beta 2 on Windows Server 2003 running on my Virtual PC. I installed .NET Framework 2.0, Internet Information Services (IIS) 6.0, Windows Workflow Foundation Beta 2 and then added the ASP.NET 2.0 service extension in IIS 6.0. When I ran the setup.exe I received the following [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[14,44,11,46],"tags":[],"class_list":["post-61","post","type-post","status-publish","format-standard","hentry","category-applications","category-internetweb","category-tips-tricks","category-virtualization"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Recently, I was installing Microsoft Office SharePoint Server 2007 Beta 2 on Windows Server 2003 running on my Virtual PC. I installed .NET Framework 2.0, Internet Information Services (IIS) 6.0, Windows Workflow Foundation Beta 2 and then added the ASP.NET 2.0 service extension in IIS 6.0. When I ran the setup.exe I received the following\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Zubair Alexander\"\/>\n\t<meta name=\"google-site-verification\" content=\"xUGSODobCBguuxTNOCWOCVwAIhfY39LLtYAQOmExYzw\" \/>\n\t<meta name=\"msvalidate.01\" content=\"65829CD0C3C810D64E58EA860413DB21\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.zubairalexander.com\/blog\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Alexander&#039;s Blog | Sharing knowledge with the global IT community since November 1, 2004\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Error: This product requires ASP.Net web service extensions to be enabled in IIS | Alexander&#039;s Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Recently, I was installing Microsoft Office SharePoint Server 2007 Beta 2 on Windows Server 2003 running on my Virtual PC. I installed .NET Framework 2.0, Internet Information Services (IIS) 6.0, Windows Workflow Foundation Beta 2 and then added the ASP.NET 2.0 service extension in IIS 6.0. When I ran the setup.exe I received the following\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.zubairalexander.com\/blog\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"590\" \/>\n\t\t<meta property=\"og:image:height\" content=\"590\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2006-08-02T18:21:06+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2015-02-10T20:18:11+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@zubairalexander\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Error: This product requires ASP.Net web service extensions to be enabled in IIS | Alexander&#039;s Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Recently, I was installing Microsoft Office SharePoint Server 2007 Beta 2 on Windows Server 2003 running on my Virtual PC. I installed .NET Framework 2.0, Internet Information Services (IIS) 6.0, Windows Workflow Foundation Beta 2 and then added the ASP.NET 2.0 service extension in IIS 6.0. When I ran the setup.exe I received the following\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@zubairalexander\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\\\/#article\",\"name\":\"Error: This product requires ASP.Net web service extensions to be enabled in IIS | Alexander's Blog\",\"headline\":\"Error: This product requires ASP.Net web service extensions to be enabled in IIS\",\"author\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/wp-content\\\/uploads\\\/2006\\\/08\\\/ASP.NET_error.JPG\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\\\/#articleImage\"},\"datePublished\":\"2006-08-02T13:21:06-07:00\",\"dateModified\":\"2015-02-10T12:18:11-08:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\\\/#webpage\"},\"articleSection\":\"Applications, Internet\\\/Web, Tips &#038; Tricks, Virtualization\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/category\\\/tips-tricks\\\/#listItem\",\"name\":\"Tips &#038; Tricks\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/category\\\/tips-tricks\\\/#listItem\",\"position\":2,\"name\":\"Tips &#038; Tricks\",\"item\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/category\\\/tips-tricks\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\\\/#listItem\",\"name\":\"Error: This product requires ASP.Net web service extensions to be enabled in IIS\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\\\/#listItem\",\"position\":3,\"name\":\"Error: This product requires ASP.Net web service extensions to be enabled in IIS\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/category\\\/tips-tricks\\\/#listItem\",\"name\":\"Tips &#038; Tricks\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#organization\",\"name\":\"Alexander's Blog\",\"description\":\"Sharing knowledge with the global IT community since November 1, 2004\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/10\\\/AlexandersBlog_logo_590x590.jpg\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\\\/#organizationLogo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/twitter.com\\\/zubairalexander\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/zubairalexander\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/#author\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/\",\"name\":\"Zubair Alexander\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\\\/#webpage\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\\\/\",\"name\":\"Error: This product requires ASP.Net web service extensions to be enabled in IIS | Alexander's Blog\",\"description\":\"Recently, I was installing Microsoft Office SharePoint Server 2007 Beta 2 on Windows Server 2003 running on my Virtual PC. I installed .NET Framework 2.0, Internet Information Services (IIS) 6.0, Windows Workflow Foundation Beta 2 and then added the ASP.NET 2.0 service extension in IIS 6.0. When I ran the setup.exe I received the following\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/author\\\/sp_admin\\\/#author\"},\"datePublished\":\"2006-08-02T13:21:06-07:00\",\"dateModified\":\"2015-02-10T12:18:11-08:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/\",\"name\":\"Alexander's Blog\",\"description\":\"Sharing knowledge with the global IT community since November 1, 2004\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.zubairalexander.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Error: This product requires ASP.Net web service extensions to be enabled in IIS | Alexander's Blog","description":"Recently, I was installing Microsoft Office SharePoint Server 2007 Beta 2 on Windows Server 2003 running on my Virtual PC. I installed .NET Framework 2.0, Internet Information Services (IIS) 6.0, Windows Workflow Foundation Beta 2 and then added the ASP.NET 2.0 service extension in IIS 6.0. When I ran the setup.exe I received the following","canonical_url":"https:\/\/www.zubairalexander.com\/blog\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"xUGSODobCBguuxTNOCWOCVwAIhfY39LLtYAQOmExYzw","msvalidate.01":"65829CD0C3C810D64E58EA860413DB21","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.zubairalexander.com\/blog\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\/#article","name":"Error: This product requires ASP.Net web service extensions to be enabled in IIS | Alexander's Blog","headline":"Error: This product requires ASP.Net web service extensions to be enabled in IIS","author":{"@id":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/#author"},"publisher":{"@id":"https:\/\/www.zubairalexander.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2006\/08\/ASP.NET_error.JPG","@id":"https:\/\/www.zubairalexander.com\/blog\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\/#articleImage"},"datePublished":"2006-08-02T13:21:06-07:00","dateModified":"2015-02-10T12:18:11-08:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.zubairalexander.com\/blog\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\/#webpage"},"isPartOf":{"@id":"https:\/\/www.zubairalexander.com\/blog\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\/#webpage"},"articleSection":"Applications, Internet\/Web, Tips &#038; Tricks, Virtualization"},{"@type":"BreadcrumbList","@id":"https:\/\/www.zubairalexander.com\/blog\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.zubairalexander.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/category\/tips-tricks\/#listItem","name":"Tips &#038; Tricks"}},{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/category\/tips-tricks\/#listItem","position":2,"name":"Tips &#038; Tricks","item":"https:\/\/www.zubairalexander.com\/blog\/category\/tips-tricks\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\/#listItem","name":"Error: This product requires ASP.Net web service extensions to be enabled in IIS"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\/#listItem","position":3,"name":"Error: This product requires ASP.Net web service extensions to be enabled in IIS","previousItem":{"@type":"ListItem","@id":"https:\/\/www.zubairalexander.com\/blog\/category\/tips-tricks\/#listItem","name":"Tips &#038; Tricks"}}]},{"@type":"Organization","@id":"https:\/\/www.zubairalexander.com\/blog\/#organization","name":"Alexander's Blog","description":"Sharing knowledge with the global IT community since November 1, 2004","url":"https:\/\/www.zubairalexander.com\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2020\/10\/AlexandersBlog_logo_590x590.jpg","@id":"https:\/\/www.zubairalexander.com\/blog\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\/#organizationLogo"},"image":{"@id":"https:\/\/www.zubairalexander.com\/blog\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\/#organizationLogo"},"sameAs":["https:\/\/twitter.com\/zubairalexander","https:\/\/www.linkedin.com\/in\/zubairalexander"]},{"@type":"Person","@id":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/#author","url":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/","name":"Zubair Alexander"},{"@type":"WebPage","@id":"https:\/\/www.zubairalexander.com\/blog\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\/#webpage","url":"https:\/\/www.zubairalexander.com\/blog\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\/","name":"Error: This product requires ASP.Net web service extensions to be enabled in IIS | Alexander's Blog","description":"Recently, I was installing Microsoft Office SharePoint Server 2007 Beta 2 on Windows Server 2003 running on my Virtual PC. I installed .NET Framework 2.0, Internet Information Services (IIS) 6.0, Windows Workflow Foundation Beta 2 and then added the ASP.NET 2.0 service extension in IIS 6.0. When I ran the setup.exe I received the following","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.zubairalexander.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.zubairalexander.com\/blog\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\/#breadcrumblist"},"author":{"@id":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/#author"},"creator":{"@id":"https:\/\/www.zubairalexander.com\/blog\/author\/sp_admin\/#author"},"datePublished":"2006-08-02T13:21:06-07:00","dateModified":"2015-02-10T12:18:11-08:00"},{"@type":"WebSite","@id":"https:\/\/www.zubairalexander.com\/blog\/#website","url":"https:\/\/www.zubairalexander.com\/blog\/","name":"Alexander's Blog","description":"Sharing knowledge with the global IT community since November 1, 2004","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.zubairalexander.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Alexander's Blog | Sharing knowledge with the global IT community since November 1, 2004","og:type":"article","og:title":"Error: This product requires ASP.Net web service extensions to be enabled in IIS | Alexander's Blog","og:description":"Recently, I was installing Microsoft Office SharePoint Server 2007 Beta 2 on Windows Server 2003 running on my Virtual PC. I installed .NET Framework 2.0, Internet Information Services (IIS) 6.0, Windows Workflow Foundation Beta 2 and then added the ASP.NET 2.0 service extension in IIS 6.0. When I ran the setup.exe I received the following","og:url":"https:\/\/www.zubairalexander.com\/blog\/error-this-product-requires-aspnet-web-service-extensions-to-be-enabled-in-iis\/","og:image":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png","og:image:secure_url":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png","og:image:width":590,"og:image:height":590,"article:published_time":"2006-08-02T18:21:06+00:00","article:modified_time":"2015-02-10T20:18:11+00:00","twitter:card":"summary_large_image","twitter:site":"@zubairalexander","twitter:title":"Error: This product requires ASP.Net web service extensions to be enabled in IIS | Alexander's Blog","twitter:description":"Recently, I was installing Microsoft Office SharePoint Server 2007 Beta 2 on Windows Server 2003 running on my Virtual PC. I installed .NET Framework 2.0, Internet Information Services (IIS) 6.0, Windows Workflow Foundation Beta 2 and then added the ASP.NET 2.0 service extension in IIS 6.0. When I ran the setup.exe I received the following","twitter:creator":"@zubairalexander","twitter:image":"https:\/\/www.zubairalexander.com\/blog\/wp-content\/uploads\/2004\/11\/AlexandersBlog_logo_590x590.png"},"aioseo_meta_data":{"post_id":"61","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 04:03:07","updated":"2025-06-04 00:21:11","seo_analyzer_scan_date":null},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/posts\/61","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/comments?post=61"}],"version-history":[{"count":0,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/posts\/61\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/media?parent=61"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/categories?post=61"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.zubairalexander.com\/blog\/wp-json\/wp\/v2\/tags?post=61"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}