<?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 'ASP 2.0.configuration'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=ASP+2.0.configuration&amp;orTags=0</link><description>Search results matching tag 'ASP 2.0.configuration'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><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>asp.net configuration problem</title><link>http://forums.iis.net/p/1162528/1924186.aspx#1924186</link><pubDate>Wed, 11 Nov 2009 05:16:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924186</guid><dc:creator>nathi</dc:creator><cs:applicationKey>aspnet_administration--1</cs:applicationKey><description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;when i use asp.net configuration i find the following error&lt;/p&gt;
&lt;p&gt;&amp;nbsp;There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. &lt;br /&gt;&lt;br /&gt;&lt;span id="ctl00_ctl00_content_content_exceptionMessageLabel0"&gt;The following message may help in diagnosing the problem: &lt;/span&gt;&lt;span id="ctl00_ctl00_content_content_exceptionMessageLabel1" style="FONT-WEIGHT:bold;"&gt;Unable to connect to SQL Server database.&lt;/span&gt; &lt;/p&gt;
&lt;p&gt;please clear my doubt..&lt;/p&gt;
&lt;p&gt;HOW TO CLEAR THIS ERROR...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>iis on vista home basic</title><link>http://forums.iis.net/p/1160060/1913625.aspx#1913625</link><pubDate>Fri, 14 Aug 2009 16:51:27 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1913625</guid><dc:creator>maragh</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>&lt;p&gt;&lt;em&gt;can i install iis 06 r 07 on my vista home basic wit service pack2&lt;/em&gt;&lt;/p&gt;</description></item><item><title>AspNet account not getting created automatically</title><link>http://forums.iis.net/p/1156596/1899357.aspx#1899357</link><pubDate>Sat, 04 Apr 2009 02:01:17 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1899357</guid><dc:creator>fayazabdu</dc:creator><cs:applicationKey>iis_7_-_aspnet_administration-41</cs:applicationKey><description>Hi
 I downloaded Microsoft .Net Framework 2.0 (x64) and installed in my machine. But I found that after creation, aspnet account is not getting created automatically. 
1. I went to C:/windows/Microsoft .Net/Framework/v2.0.50727 (Framework64/v2.0.50727 also) through cmd and tried executing &amp;quot;aspnet_regiis -i&amp;quot; command. But it displays as &amp;quot;Some error occurred&amp;quot; (not exact text message). 
2. I also went to control panel user groups and found that aspnet account has not got created. Is there any way I can create aspnet account manually? 
          But I can create and run aspnet applications my visual studio 2005 in my machine. My laptop OS is Windows Vista Home Premium (x64). I have got IIS 7.0 Please help me.
Thanks in advance
Fayaz</description></item><item><title>Setting IIS folder for ASP.Net application</title><link>http://forums.iis.net/p/1154639/1891152.aspx#1891152</link><pubDate>Tue, 27 Jan 2009 16:28:35 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1891152</guid><dc:creator>djbreizh</dc:creator><cs:applicationKey>aspnet_administration--1</cs:applicationKey><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am trying to plug my ASP.Net 2.0 app to a sharepoint website. My goal is to make them sharing session data.&lt;/p&gt;
&lt;p&gt;I developed a simple app to store and retrieve session data. I configure Sharepoint web.config to enable session state and I declare my app in IIS as a &lt;strong&gt;virtual directory&lt;/strong&gt;. When I wanted to try with the main app (with custom class...), it didn&amp;#39;t work,&lt;strong&gt; &lt;/strong&gt;&lt;em&gt;&amp;quot;BC30002: Type &amp;#39;XXX&amp;#39; is not defined.&amp;quot; &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;When I declare my app as virtual application it works but without session sharing. Does I need something to declare in sharepoint web.config (it crashes on a custom class) ? Can we use a virtual directory (not application) to run ASP.Net website ?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Adrien&lt;/p&gt;</description></item><item><title>Re: Redirect url website IIS 6.0</title><link>http://forums.iis.net/p/1153065/1884802.aspx#1884802</link><pubDate>Fri, 14 Nov 2008 01:28:01 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1884802</guid><dc:creator>vdpriya</dc:creator><cs:applicationKey>general--1</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for the reply. But those Url&amp;#39;s do not say how to handle requests if files or subdirectories are browsed from source website.&amp;nbsp;I want all teh requests to go to 1 single page.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Priya&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Unable to import RSA key container using aspnet_regiis and &amp;quot;pi&amp;quot; option</title><link>http://forums.iis.net/p/1153055/1884758.aspx#1884758</link><pubDate>Thu, 13 Nov 2008 16:55:09 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1884758</guid><dc:creator>redtiger80</dc:creator><cs:applicationKey>aspnet_administration--1</cs:applicationKey><description>&lt;p&gt;I am unable to import an RSA key container from an XML file using aspnet_regiis -pi.&amp;nbsp; Here is the exact command that I am using:&lt;/p&gt;
&lt;p&gt;aspnet_regiis -pi &amp;quot;MyKeystore&amp;quot; C:\dev\keys.xml&lt;/p&gt;
&lt;p&gt;This does not throw any errors when run from the command line.&amp;nbsp; Instead, it displays the full list of options similar&amp;nbsp;to what would happen if I had entered an invalid option.&amp;nbsp; I&amp;#39;m using &amp;quot;C:\WINNT\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis&amp;quot;.&amp;nbsp; Am I entering the command incorrectly, or is my .NET installation corrupted?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thank you in advance.&lt;/p&gt;</description></item><item><title>Prompt for Password when connecting remotely to a project</title><link>http://forums.iis.net/p/1152816/1883730.aspx#1883730</link><pubDate>Tue, 04 Nov 2008 16:54:48 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1883730</guid><dc:creator>hsl001</dc:creator><cs:applicationKey>aspnet_administration--1</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;After installing a third party application onto our IIS we ran into issue we security.&amp;nbsp; We thought it was&amp;nbsp;our project acting up and we decided to delete and recreate the virtual directory for the same project.&amp;nbsp; Now, in Visual Studio 2005 when using the &amp;quot;Remote Website&amp;quot; option to open our project, we&amp;#39;re prompt to enter our username and password constantly. The error message is &lt;/p&gt;
&lt;p&gt;Unable to open the web &amp;#39;http://xxxx/xxx&amp;#39;.&amp;nbsp; You are not authorized to perform the current operation&lt;/p&gt;
&lt;p&gt;This is not the ASP.Net project, but the affected the old ASP 3.0 project as well.&amp;nbsp; Did anyone came across this&amp;nbsp;type of&amp;nbsp;problem and have a solution for it?&lt;/p&gt;
&lt;p&gt;TIA&lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;</description></item><item><title>trying to run *.aspx files results in 401.3 / 401.1</title><link>http://forums.iis.net/p/1151660/1879045.aspx#1879045</link><pubDate>Thu, 11 Sep 2008 04:49:51 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1879045</guid><dc:creator>Corosus</dc:creator><cs:applicationKey>aspnet_administration--1</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;Hi, I&amp;#39;ve run into an annoying problem on our Win2k3 IIS 6.0 production server, we&amp;#39;ve had this server running for a couple of years now, and only now we have a customer that is trying to run *.aspx files, but when he does it prompts for a user and pass (but anon access should be allowed), so it results in a 401.3 error or a 401.1 error (depending on if you hit esc or try any username/pass combo for a user on the server, even admin)&lt;/p&gt;&lt;p&gt;&amp;nbsp;This ONLY happens with *.aspx files though, *.asp, *.php, or any other I can think of run fine. I have scoured the internet and haven&amp;#39;t found an exact situation of my issue, and all of the closest ones I&amp;#39;ve had no luck with&lt;/p&gt;&lt;p&gt;&amp;nbsp;The computer is not on a domain &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Heres what I&amp;#39;ve tried so far:&lt;/p&gt;&lt;p&gt;- Reapplied permissions on the given root web folder for the site for IUSR_&amp;lt;our servers name&amp;gt; account&lt;/p&gt;&lt;p&gt;- Confirmed that The sites app pool is running as the network_service account&lt;/p&gt;&lt;p&gt;&amp;nbsp;- Reinstalled .net framework 2.0&lt;/p&gt;&lt;p&gt;&lt;br /&gt;From my research the main difference seems that this only happens with aspx files.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help on this billionth occuring 401.x problem would be appreciated.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>HTTP 404, when trying to reach ASP.net 2.0 in IIS v6</title><link>http://forums.iis.net/p/1151356/1877686.aspx#1877686</link><pubDate>Tue, 26 Aug 2008 19:55:23 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1877686</guid><dc:creator>Nina9</dc:creator><cs:applicationKey>aspnet_administration--1</cs:applicationKey><description>&lt;p&gt;I have installed a Live chat application which requires Asp.net 2.0 ( I am going to host it in house) and since all of my other websites use Asp.net 1.0, I upgraded .NET framework 1.0 to 2.0; but when I installed the chat software I am not able to reach its default page. I realize that in IIS 6.0 It is necessary that for each version of .net framework use a separate Application Pool so I created a new application pool for this Livechat website in IIS and assigned the website to it. I also made sure that in IIS Web Service Extensions, Asp.net 2.0 and 1.0 are allowed. I made sure that there is no app.offline.htm file exists in the file directory... This is the error that I get when I try to reach live chat default page: &amp;quot; The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /default.aspx &amp;quot; Please advise me... &lt;/p&gt;</description></item></channel></rss>