<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'IIS 5.1'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=IIS+5.1&amp;orTags=0</link><description>Search results matching tag 'IIS 5.1'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Add new website</title><link>http://forums.iis.net/p/1163068/1926582.aspx#1926582</link><pubDate>Mon, 30 Nov 2009 17:42:47 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926582</guid><dc:creator>bhavesh_kotwani@hotmail.com</dc:creator><cs:applicationKey>classic_asp--1</cs:applicationKey><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;&amp;nbsp;I have a website built in classic ASP. I have lots of .asp files which only contain &amp;lt;!-- include virtual = &amp;quot;/lib/xyz.asp&amp;gt; and many more # includes.&lt;/p&gt;&lt;p&gt;Now when i try to run my site its gives me an error. I am aware that all those #include files must be pasted under wwwroot with their directory structure intact. &lt;/p&gt;&lt;p&gt;I am currently using windows XP. The website is already deployed on windows 2003 server. In win 2003, when i open IIS i can right click on &amp;quot;Websites&amp;quot; folder and do Add new web site.&lt;/p&gt;&lt;p&gt;Is this possible to do in &lt;b&gt;win xp&lt;/b&gt; by changing some configuration.&amp;nbsp; Because in xp every time i add a new website it gets added under default website and the starting point for that website starts from default website. I want the starting point of the website to start from the folder i specified while adding the new virtaual directory in XP.&lt;/p&gt;&lt;p&gt;Is it possible to change the starting point of the web site in XP or allow IIS to support the functionality of adding a new website when i right click on Websites folder in Win XP.&lt;/p&gt;&lt;p&gt;Thanks a lot for your help.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Regards&lt;/p&gt;&lt;p&gt;&amp;nbsp;Bhavesh &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Newbie seeking help!</title><link>http://forums.iis.net/p/1162969/1926206.aspx#1926206</link><pubDate>Wed, 25 Nov 2009 22:05:05 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926206</guid><dc:creator>Neo_5000</dc:creator><cs:applicationKey>general--1</cs:applicationKey><description>hello everyone, i am absolutely new to IIS and would like to start learning about it, can someone point me in the direction of any beginner tutorials, articles etc about setting up IIS 5.1 on windows XP SP2. Also it would be just for experimenting so i do not want to actually make available or connect to a server so if you can inform me on what settings to use to restrict connections to the Internet. thanks in advance.</description></item><item><title>Re: Registering ASP.net v2.x with IIS5.1 on Windows XP</title><link>http://forums.iis.net/p/1162660/1925305.aspx#1925305</link><pubDate>Wed, 18 Nov 2009 21:13:07 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925305</guid><dc:creator>willow315</dc:creator><cs:applicationKey>aspnet_administration--1</cs:applicationKey><description>I have done further research and found that the .Net Framework versions 3.0 and 3.5, actually run in IIS has part of 2.x...I have those installed on my computer and v 1.x and 2.x are showing up in the drop-down inside the .Net Framework tab in IIS. &lt;br /&gt;&lt;br /&gt;&amp;nbsp;In looking through the info Under the ASP.net tab, I noticed an authentication error....&lt;h2&gt;It is an error to use a section registered as allowDefinition=&amp;#39;MachineToApplication&amp;#39; beyond application level&lt;/h2&gt;&lt;p&gt;&amp;nbsp;In researching the resolution of this error, I found that I should have created a &amp;quot;virtual directory&amp;quot; and made sure that the Application form field was populated....ie the directory has to be defined as an &amp;quot;application.&amp;quot;Which I believe satisfied the original error I was getting in a browser. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Did that, and am now getting a different error, when attempting to access the site...It&amp;#39;s on my local machine...Windows XP...I just want to test this site locally...It&amp;#39;s all working fine on the production server...Wndowds 2003. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Anyway...I now get an error, &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;quot;&lt;i&gt;&lt;i&gt;Failed to access IIS metabase.&amp;quot;&lt;br /&gt;&lt;/i&gt;&lt;/i&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;b&gt;Description: &lt;/b&gt;An
unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the
error and where it originated in the code. &lt;br /&gt;&lt;br /&gt;

            &lt;b&gt; Exception Details: &lt;/b&gt;System.Web.Hosting.HostingEnvironmentException: Failed to access IIS metabase.
&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;And that was followed by some Stack Trace data, that really didn&amp;#39;t seem to give me any more info. &lt;br /&gt;&lt;br /&gt;I checked the IUSR_servername account....that I believe must have read permissions...It DOES, as far as I can tell....&lt;br /&gt;&lt;/p&gt;&lt;p&gt;But I am a little loathe to start messing with the IIS metabase....without doing further research. &lt;br /&gt;&lt;br /&gt;Any assistane from any direction, at this point would be greatly appreciated. WCW&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource.</title><link>http://forums.iis.net/p/1162765/1925289.aspx#1925289</link><pubDate>Wed, 18 Nov 2009 19:34:17 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925289</guid><dc:creator>alexscript</dc:creator><cs:applicationKey>security--1</cs:applicationKey><description>&lt;p&gt;My Server is running on Windows XP Professional IIS 5.1 and I am getting the HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;All images stored in &amp;quot;C:\WebsiteRoot\Portal\Content\Library\Users\[username]\&amp;quot; cannot be viewed (These are user uploaded images). However, all images stored in &amp;quot;C:\WebsiteRoot\Portal\Content\Library\Groups\[groupname]\&amp;quot; can be viewed. So it only applies to the first folder example and subdirectories. &lt;/p&gt;
&lt;p&gt;It&amp;#39;s causing missing images on my site. &lt;/p&gt;
&lt;p&gt;I would like to add aswell, and I hope this may indicate something about the user roles that CAN and CAN&amp;#39;T access these images. I have server side methods that can access these files and return them to me. It is only when I use the link &amp;quot;[domain]/Content/Library/Users/[username]/[filename]&amp;quot; that I get the 401.3 error.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I&amp;#39;ve done so much to try to allow access to these images, that I&amp;#39;d like to start fresh with recommendations from anybody here on the IIS community site.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thank you for any help, Alex&lt;/p&gt;</description></item><item><title>Registering ASP.net v2.x with IIS5.1 on Windows XP</title><link>http://forums.iis.net/p/1162660/1924842.aspx#1924842</link><pubDate>Sun, 15 Nov 2009 22:37:42 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924842</guid><dc:creator>willow315</dc:creator><cs:applicationKey>aspnet_administration--1</cs:applicationKey><description>&lt;p&gt;I have read numerous tutorals, and when I attempt to run the following suggested command from the cmd line, my computer tells me it cannot find the specified path....which makes no sense. the path is correct. &lt;/p&gt;
&lt;p&gt;%windir%\Microsoft.NET\Framework\vxxxxxx\aspnet_regiis.exe -i&lt;/p&gt;
&lt;p&gt;&amp;nbsp;or&lt;/p&gt;
&lt;p&gt;regsvr32 %windir%\Microsoft.NET\Framework\vxxxxxx\aspnet_isapi.dll &lt;/p&gt;
&lt;p&gt;of course replacing the vxxxxetc with my v2x number. &lt;/p&gt;
&lt;p&gt;Even when I use the complete path starting at c:\Windows...etc.&lt;br /&gt;&lt;br /&gt;Why would it tell me that it can&amp;#39;t find the path, when the path is correct, and the specified folder is where it&amp;#39;s supposed to be. I don&amp;#39;t get it. &lt;br /&gt;&lt;br /&gt;Any assistance would be appreciated. WCW&lt;/p&gt;</description></item><item><title>virtual directory name and URL path conflict causes malformed hyperlinks in aspx pages</title><link>http://forums.iis.net/p/1162449/1923847.aspx#1923847</link><pubDate>Mon, 09 Nov 2009 03:53:53 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923847</guid><dc:creator>Max Ainscough</dc:creator><cs:applicationKey>troubleshooting--1</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I (through supporting a client) have discovered an issue where hyperlinks / script urls are malformed when any string occurs as both part of the base URL as well as a virtual directory name e.g. &amp;quot;http://trythis.microsoft.com/trythis/myapp.aspx&amp;quot;&amp;nbsp; Has anyone else come across this issue, and is there a known resolution?&lt;/p&gt;&lt;p&gt;To replicate the errors, I did the following:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Created a new virtual directory to our (working) web app named &amp;#39;trythis&amp;#39;&lt;/li&gt;&lt;li&gt;Created a new host header name &amp;#39;trythis.microsoft.com&amp;#39; against the website using the same defaults as localhost&lt;/li&gt;&lt;li&gt;modified my hosts file to add reference to &amp;#39;trythis.microsoft.com&amp;#39; IP 127.0.0.1&lt;/li&gt;&lt;li&gt;restarted IIS&lt;/li&gt;&lt;li&gt;pinged &amp;#39;trythis.microsoft.com&amp;#39; successfully&lt;/li&gt;&lt;li&gt;navigated to &amp;#39;http://localhost/&amp;lt;application&amp;gt;.aspx&amp;#39; successfully with all elements working correctly.&lt;/li&gt;&lt;li&gt;replaced &amp;#39;localhost&amp;#39; with &amp;#39;trythis.microsoft.com&amp;#39; - with the page appearing but no images,links,scripts etc. being formed correctly.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;I have been able to replicate this on both 5.1 (xp) and 6.0 (Svr 2003)&lt;/p&gt;&lt;p&gt;Any help on this would be greatly appreciated.&lt;/p&gt;&lt;p&gt;Max &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Problems with ExecuteGlobal in VBScript on IIS 5.1 but not 6.0</title><link>http://forums.iis.net/p/1162222/1922828.aspx#1922828</link><pubDate>Fri, 30 Oct 2009 17:37:33 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922828</guid><dc:creator>djplong</dc:creator><cs:applicationKey>classic_asp--1</cs:applicationKey><description>&lt;p&gt;What setting might be missing or misapplied that would cause the same code that works on an IIS 6.0 server to fail on an IIS 5.1 server?&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve inherited this large Classic ASP application. It &amp;quot;caches&amp;quot; a series of files with funcitons in them using the ExecuteGlobal command. On both server, the command executes without error. However, when the application later tries to reference the functions that were &amp;#39;cached&amp;#39;, IIS 6.0 seems to work just fine while IIS 5.1 acts as though those functions never existed and I get errors to that effect.&lt;/p&gt;
&lt;p&gt;The 5.1 system is for testing purposes on an XP Pro box. The 6.0 is our production system on Windows 2003.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s taken a long time to isolate the problem (identical code failing in test but working in production) to this code. Setting up another server isn&amp;#39;t an option unfortunately (budget restraints - no money to pay the support people or to rent space where all servers must be physically located - military installation).&lt;/p&gt;
&lt;p&gt;What directions have I missed looking into?&lt;/p&gt;</description></item><item><title>Enable wildvard in iis 5.1</title><link>http://forums.iis.net/p/1162021/1921890.aspx#1921890</link><pubDate>Fri, 23 Oct 2009 14:03:53 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921890</guid><dc:creator>bongii</dc:creator><cs:applicationKey>aspnet_administration--1</cs:applicationKey><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I´m trying to enable aspnet_isapi.dll to handle .* i get this stupid error: &amp;quot;Wrint extension format&amp;quot;. &lt;/p&gt;&lt;p&gt;Is it somehow possible to enable wildcard mapping (used to urlrewrite) in iis 5.1 -&amp;gt; Windows XP?&lt;/p&gt;&lt;p&gt;My manager is Internet Information Services (IIS6) Manager&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Unable to go to my homepage...</title><link>http://forums.iis.net/p/1161872/1921168.aspx#1921168</link><pubDate>Mon, 19 Oct 2009 10:14:27 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921168</guid><dc:creator>phani chaitanya</dc:creator><cs:applicationKey>general--1</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;Hi guys..&lt;/p&gt;&lt;p&gt;I am new to .NET and I recently started learning it for my college project. I have Windows XP professional edition installed on my system. In order to work on my project I installed first IIS and then Visual studio 2008 in my system, though i dn&amp;#39;t know what is IIS...&lt;/p&gt;&lt;p&gt;Now, I recently came to know about InetPub directory and all d stuff...and when I tried to check if my IIS is working or not by typing &amp;quot;http://localhost/&amp;quot;, I am being asked for username and password. I tried each and evry username on my system and evn created a new user for this purpose, but of no use. Then I tried giving all the permission for the rrot directory InetPub,which is also of no use.&amp;nbsp;&lt;/p&gt;&lt;p&gt;and yesterday it was showing another error &amp;quot;cannot display the requested page&amp;quot; and the error it is showing is &amp;quot;error in the line 40- GetObject method or something&amp;quot;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now, how the hell it is showing this error when i dn&amp;#39;t even opend the root directory????&lt;/p&gt;&lt;p&gt;nd I tried microsoft&amp;#39;s trubleshooting document...nd it went over my head.... &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Please please help me.....my idiot faculty is eating my brains... &lt;/p&gt;&lt;p&gt;Thanks&lt;br /&gt;&lt;/p&gt;</description></item><item><title>IIS 5.1 on XP using HTTPS</title><link>http://forums.iis.net/p/1161862/1921141.aspx#1921141</link><pubDate>Mon, 19 Oct 2009 03:38:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921141</guid><dc:creator>CharlesSmith</dc:creator><cs:applicationKey>security--1</cs:applicationKey><description>&lt;font size="3"&gt;&lt;font face="Calibri"&gt;I am a .net developer and trying to test my web-site on my own XP development computer.&lt;/font&gt;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;I have installed a certificate.&lt;/font&gt;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;I can access the site with http but it does not work with https.&lt;/font&gt;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;When I use SSLDiag.exe to simulate SSL handshake, I get an 0x80090308 error message and it says to look at the SSL errors shown in the main SSLDiagnostic tool. However, there are no errors on the main page.&lt;/font&gt;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Does anybody know what the problem is?&lt;/font&gt;&lt;/font&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>