<?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/"
><channel><title>Fundamental Provocation &#187; IIS</title> <atom:link href="http://www.ajaymatharu.com/tag/iis/feed/" rel="self" type="application/rss+xml" /><link>http://www.ajaymatharu.com</link> <description>Blog by Ajay Matharu</description> <lastBuildDate>Sun, 06 Nov 2011 15:09:39 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Server Application Unavailable</title><link>http://www.ajaymatharu.com/server-application-unavailable/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=server-application-unavailable</link> <comments>http://www.ajaymatharu.com/server-application-unavailable/#comments</comments> <pubDate>Thu, 22 Apr 2010 04:15:51 +0000</pubDate> <dc:creator>Ajay Matharu</dc:creator> <category><![CDATA[.Net]]></category> <category><![CDATA[ASP.Net]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[asp.net 1.1]]></category> <category><![CDATA[asp.net 1.1 server error]]></category> <category><![CDATA[IIS]]></category> <category><![CDATA[server unavailable]]></category> <category><![CDATA[Virtual Directory Error]]></category> <category><![CDATA[vs.net]]></category><guid isPermaLink="false">http://ajaymatharu.wordpress.com/?p=458</guid> <description><![CDATA[Many a time while developing a web application you may come accross &#8220;Server application unavailable&#8221; When you get this error in Windows XP make sure you have given ASPNET user sufficient rights on your physical application folder, it mainly requires read permission. When you get this error in Windows 2003 server you can right click [...]]]></description> <content:encoded><![CDATA[<p>Many a time while developing a web application you may come accross &#8220;Server application unavailable&#8221;</p><p><a href="http://ajaymatharu.files.wordpress.com/2008/11/unavailable2.jpg"><img class="aligncenter size-full wp-image-463" title="unavailable2" src="http://ajaymatharu.files.wordpress.com/2008/11/unavailable2.jpg" alt="unavailable2" width="500" height="284" /></a></p><p>When you get this error in Windows XP make sure you have given ASPNET user sufficient rights on your physical application folder, it mainly requires read permission.</p><p>When you get this error in Windows 2003 server you can right click your virtual directory &#8211; permission &#8211; grant aspnet user sufficient rights there.</p><p>If the above solution doesn&#8217;t work here is another alternative,</p><p>You could try editing the Machine.config (located in<br /> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFI G\).</p><p>Look for a key userName=&#8221;machine&#8221;. If you set it to &#8220;SYSTEM&#8221;<br /> instead the aspnet_wp.exe runs with a different user (with<br /> higher privileges).</p><p>Hope this helps</p> ]]></content:encoded> <wfw:commentRss>http://www.ajaymatharu.com/server-application-unavailable/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>To add an unknown extension in IIS</title><link>http://www.ajaymatharu.com/to-add-an-unknown-extension-in-iis/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=to-add-an-unknown-extension-in-iis</link> <comments>http://www.ajaymatharu.com/to-add-an-unknown-extension-in-iis/#comments</comments> <pubDate>Mon, 20 Apr 2009 13:54:18 +0000</pubDate> <dc:creator>Ajay Matharu</dc:creator> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Technical]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[Extensions]]></category> <category><![CDATA[IIS]]></category> <category><![CDATA[Management]]></category><guid isPermaLink="false">http://www.ajaymatharu.com/?p=1143</guid> <description><![CDATA[To add an unknown extension in IIS for your IIS to detect that extension perform the following steps. To define a MIME type for a specific extension, follow these steps: Open the IIS Microsoft Management Console (MMC), right-click the local computer name, and then click Properties. Click MIME Types. Click New. In the Extension box, [...]]]></description> <content:encoded><![CDATA[<p>To add an unknown extension in IIS for your IIS to detect that extension perform the following steps.</p><p>To define a MIME type for a specific extension, follow these steps:</p><ol><li>Open the IIS Microsoft Management Console (MMC), right-click the local computer name, and then click <strong>Properties</strong>.</li><li>Click <strong>MIME Types</strong>.</li><li>Click <strong>New</strong>.</li><li>In the <strong>Extension</strong> box, type the file name extension that you want (for example, <span class="userInput">.pdb</span>).</li><li>In the <strong>MIME Type</strong> box, type <span class="userInput">application/octet-stream</span>.</li><li>Apply the new settings. Note that you must restart the World Wide Web Publishing Service or wait for the worker process to recycle for the changes to take effect. In this example, IIS now serves files with the .pdb extension.</li></ol> ]]></content:encoded> <wfw:commentRss>http://www.ajaymatharu.com/to-add-an-unknown-extension-in-iis/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Sharepoint on Windows Vista</title><link>http://www.ajaymatharu.com/sharepoint-on-windows-vista/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sharepoint-on-windows-vista</link> <comments>http://www.ajaymatharu.com/sharepoint-on-windows-vista/#comments</comments> <pubDate>Sun, 29 Mar 2009 16:53:38 +0000</pubDate> <dc:creator>Ajay Matharu</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Featured Articles]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Sharepoint]]></category> <category><![CDATA[Technical]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[IIS]]></category> <category><![CDATA[MOSS]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Vista]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[WSS]]></category><guid isPermaLink="false">http://www.ajaymatharu.com/?p=1109</guid> <description><![CDATA[Many people have this question &#8220;Does Sharepoint gets installed on Vista?&#8221;. The answer is yes. I installed MOSS on my Vista machine yesterday successfully. All you need to install Sharepoint, WSS or MOSS, on Vista is You must select the Advanced option during install. If you want to run on SQLExpress, manually install it first.  [...]]]></description> <content:encoded><![CDATA[<p>Many people have this question &#8220;Does Sharepoint gets installed on Vista?&#8221;. The answer is yes. I installed MOSS on my Vista machine yesterday successfully.</p><p>All you need to install Sharepoint, WSS or MOSS, on Vista is</p><ul><li><div class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal;">You must select the Advanced option during install.</div></li><li><div class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal;">If you want to run on SQLExpress, manually install it first.  <a class="null" title="SQL Server 2005 Express download" href="http://msdn.microsoft.com/en-us/express/bb410792.aspx" target="_blank">Get it here</a>.</div></li><li><div class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal;">You have to manually enable IIS7 with the proper options. <span style="font-family: 'Century Gothic','sans-serif';"><strong>Web Management Tools</strong> and <strong>World Wide Web Services</strong>. Enable at least the following options in IIS. </span></div></li></ul><p>Download Vista Helper file from <a title="VistaSharepoint" href="http://www.box.net/shared/z0gl37bakh" target="_blank"><strong>here</strong></a>, and run the setup file <span style="font-family: 'Century Gothic','sans-serif';"><strong>WssVista.msi</strong></span>.</p><p style="text-align: center;"><div class="wp-caption aligncenter" style="width: 535px"><img title="Sharepoint on Vista" src="http://ajaymatharu.files.wordpress.com/2009/03/wssvista02.jpg" alt="Vista on Sharepoint" width="525" height="426" /><p class="wp-caption-text">Sharepoint on Vista</p></div><p><span style="font-family: 'Century Gothic','sans-serif';">You will see an <a class="null" href="http://en.wikipedia.org/wiki/User_Account_Control" target="_blank">UAC prompt</a> select Continue to proceed with the installation. </span></p><p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Century Gothic','sans-serif';">Once the install has completed you will find the SetupLauncher.exe in the install location you selected. If you didn’t change the default option you will see it under the directory ..\</span><span style="font-family: consolas;"><strong>Program Files\WssOnVista\</strong></span></p><p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: consolas;"><strong></strong></span></p><div class="wp-caption aligncenter" style="width: 562px"><strong><strong><img title="Sharepoint on Vista" src="http://ajaymatharu.files.wordpress.com/2009/03/wsslocation.jpg" alt="Sharepoint on Vista" width="552" height="434" /></strong></strong><p class="wp-caption-text">Sharepoint on Vista</p></div><p><strong></strong></p><p class="MsoNormal" style="margin: 0in 0in 10pt;">Before starting the setup make sure you have enabled IIS with the following options, <span style="font-family: 'Century Gothic','sans-serif';"><strong>Web Management Tools</strong> and <strong>World Wide Web Services</strong>. Enable at least the following options and choose OK. </span></p><p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Century Gothic','sans-serif';">To set this </span><span style="font-family: 'Century Gothic','sans-serif';">Go to Control Panel and click <strong>Programs</strong>. </span><span style="font-family: 'Century Gothic','sans-serif';">Under Program and Features click <strong>Turn Windows features on or off</strong>.</span></p><p class="MsoNormal" style="margin: 0in 0in 10pt;"><div class="wp-caption aligncenter" style="width: 479px"><img title="Sharepoint on Vista" src="http://ajaymatharu.files.wordpress.com/2009/03/wssiisfeatures.jpg" alt="Sharepoint on Vista" width="469" height="692" /><p class="wp-caption-text">Sharepoint on Vista</p></div><p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Century Gothic','sans-serif';">After completing the above steps it’s time for the interesting part. Locate <strong>SetupLauncher.exe</strong> and start it. You will once again see an UAC prompt, select <strong>Continue</strong>.</span></p><p class="MsoNormal" style="margin: 0in 0in 10pt;"><div class="wp-caption aligncenter" style="width: 535px"><img title="Sharepoint on Vista" src="http://ajaymatharu.files.wordpress.com/2009/03/wssvistalauncher1.png" alt="Sharepoint on Vista" width="525" height="396" /><p class="wp-caption-text">Sharepoint on Vista</p></div><p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Century Gothic','sans-serif';">After the SetupLauncher run, select the WSS installation file <strong>Sharepoint.exe, </strong>or the MOSS installation file, and click OK.  First, the package will be extracted.</span></p><p class="MsoNormal" style="margin: 0in 0in 10pt;"><div class="wp-caption aligncenter" style="width: 567px"><img title="Sharepoint on Vista" src="http://ajaymatharu.files.wordpress.com/2009/03/wssextract.jpg" alt="Sharepoint on Vista" width="557" height="488" /><p class="wp-caption-text">Sharepoint on Vista</p></div><p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Century Gothic','sans-serif';">After the files have been extracted the WSS setup program will be started. </span></p><p class="MsoNormal" style="margin: 0in 0in 10pt;"><div class="wp-caption aligncenter" style="width: 513px"><img title="Sharepoint on Vista" src="http://ajaymatharu.files.wordpress.com/2009/03/wssadvanced.jpg" alt="Sharepoint on Vista" width="503" height="268" /><p class="wp-caption-text">Sharepoint on Vista</p></div><p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Century Gothic','sans-serif';">The current version only supports the <strong>advanced installation</strong> option so select that one.</span></p><p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Century Gothic','sans-serif';">Sit back and relax while SharePoint is being installed, you are running Vista remember <img src='http://www.ajaymatharu.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </span></p><p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Century Gothic','sans-serif';">Once installed you can configure your Sharepoint setup.</span></p><p class="MsoNormal" style="margin: 0in 0in 10pt;"><div class="wp-caption aligncenter" style="width: 494px"><img title="Sharepoint on Vista" src="http://ajaymatharu.files.wordpress.com/2009/03/wssconfig.png" alt="Sharepoint on Vista" width="484" height="414" /><p class="wp-caption-text">Sharepoint on Vista</p></div><p><span style="font-family: 'Century Gothic','sans-serif';">Let the Configuration Wizard do it&#8217;s work.</span></p><p class="MsoNormal" style="margin: 0in 0in 10pt;"><div class="wp-caption aligncenter" style="width: 500px"><img title="Sharepoint on Vista" src="http://ajaymatharu.files.wordpress.com/2009/03/wssconfig1.png" alt="Sharepoint on Vista" width="490" height="423" /><p class="wp-caption-text">Sharepoint on Vista</p></div><p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Century Gothic','sans-serif';">The final result is WSS running on Vista, Enjoy!</span></p><p class="MsoNormal" style="margin: 0in 0in 10pt;"><div class="wp-caption aligncenter" style="width: 604px"><img title="Sharepoint on Vista" src="http://ajaymatharu.files.wordpress.com/2009/03/sharepointonvista.png" alt="Sharepoint on Vista" width="594" height="449" /><p class="wp-caption-text">Sharepoint on Vista</p></div><p class="MsoNormal" style="margin: 0in 0in 10pt;"><p class="MsoNormal" style="margin: 0in 0in 10pt;">Resource:</p><p class="MsoNormal" style="margin: 0in 0in 10pt;"><a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/05/21/how-to-install-windows-sharepoint-services-3-0-sp1-on-vista-x64-x86.aspx" target="_blank">Bamboo Solutions</a></p><p><span style="font-family: 'Century Gothic','sans-serif';">You can find more on their forums. Enjoy!!!<br /> </span></p> ]]></content:encoded> <wfw:commentRss>http://www.ajaymatharu.com/sharepoint-on-windows-vista/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
