<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to : Run classic ASP/ASP.NET on IIS 7</title>
	<atom:link href="http://technology.ohmygoh.com/how-to-run-classic-aspasp-net-on-iis-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.ohmygoh.com/how-to-run-classic-aspasp-net-on-iis-7/</link>
	<description>You can change your life, and Technology can help you to achieve the goal.</description>
	<lastBuildDate>Tue, 07 Feb 2012 03:47:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jason Goh</title>
		<link>http://technology.ohmygoh.com/how-to-run-classic-aspasp-net-on-iis-7/comment-page-1/#comment-359</link>
		<dc:creator>Jason Goh</dc:creator>
		<pubDate>Tue, 08 Mar 2011 22:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ohmygoh.com/technology/?p=13#comment-359</guid>
		<description>To create a virtual directory,  run your IIS Manager (I&#039;m using IIS7.0):
- In IIS Manager, expand the local computer(might be your PC&#039;s name) and Sites folder on the left hand side panel, and then find the web site that you want to add a virtual directory or you can right-click the &quot;Sites&quot; or folder where you want to create the virtual directory, and then click &quot;Add Web Site...&quot;.</description>
		<content:encoded><![CDATA[<p>To create a virtual directory,  run your IIS Manager (I&#8217;m using IIS7.0):<br />
- In IIS Manager, expand the local computer(might be your PC&#8217;s name) and Sites folder on the left hand side panel, and then find the web site that you want to add a virtual directory or you can right-click the &#8220;Sites&#8221; or folder where you want to create the virtual directory, and then click &#8220;Add Web Site&#8230;&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rafat</title>
		<link>http://technology.ohmygoh.com/how-to-run-classic-aspasp-net-on-iis-7/comment-page-1/#comment-358</link>
		<dc:creator>rafat</dc:creator>
		<pubDate>Sun, 06 Mar 2011 10:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ohmygoh.com/technology/?p=13#comment-358</guid>
		<description>hi

how to make a virtual directory on windows 7 ?

thanks</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>how to make a virtual directory on windows 7 ?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Goh</title>
		<link>http://technology.ohmygoh.com/how-to-run-classic-aspasp-net-on-iis-7/comment-page-1/#comment-354</link>
		<dc:creator>Jason Goh</dc:creator>
		<pubDate>Thu, 03 Mar 2011 15:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ohmygoh.com/technology/?p=13#comment-354</guid>
		<description>Hi rafat,

There are many reasons to cause this error, but the mos common is caused by a virtual directory is not being configured as an application in IIS.

And in your note, you said you are not using Virtual directory, so i guess this caused the error.

What you can do is, remove the  whole line or tag &quot;&lt;authentication mode=&quot;Windows&quot; /&gt;&quot; or change the mode from &quot;Windows&quot; to &quot;Forms&quot;.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Hi rafat,</p>
<p>There are many reasons to cause this error, but the mos common is caused by a virtual directory is not being configured as an application in IIS.</p>
<p>And in your note, you said you are not using Virtual directory, so i guess this caused the error.</p>
<p>What you can do is, remove the  whole line or tag &#8220;&lt;authentication mode=&#8221;Windows&#8221; /&gt;&#8221; or change the mode from &#8220;Windows&#8221; to &#8220;Forms&#8221;.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rafat</title>
		<link>http://technology.ohmygoh.com/how-to-run-classic-aspasp-net-on-iis-7/comment-page-1/#comment-353</link>
		<dc:creator>rafat</dc:creator>
		<pubDate>Thu, 03 Mar 2011 10:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ohmygoh.com/technology/?p=13#comment-353</guid>
		<description>hi
i am sorry
line 80:authentication mode=&quot;Windows&quot;</description>
		<content:encoded><![CDATA[<p>hi<br />
i am sorry<br />
line 80:authentication mode=&#8221;Windows&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rafat</title>
		<link>http://technology.ohmygoh.com/how-to-run-classic-aspasp-net-on-iis-7/comment-page-1/#comment-351</link>
		<dc:creator>rafat</dc:creator>
		<pubDate>Thu, 03 Mar 2011 10:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ohmygoh.com/technology/?p=13#comment-351</guid>
		<description>hi jason goh
i am rafat , i am sorry for it .
my error is:
line 79:             ASP.NET to identify an incoming user. 
line 80:         --&gt;
line 81: 		
line 82: 		&lt;!--
line 83:             The  section enables configuration 

note: i am not doing a Virtual directory. and a i am unknown to do that on windows 7.
-----------------------------------------------------------------------
help me
thanks jason</description>
		<content:encoded><![CDATA[<p>hi jason goh<br />
i am rafat , i am sorry for it .<br />
my error is:<br />
line 79:             ASP.NET to identify an incoming user.<br />
line 80:         &#8211;&gt;<br />
line 81:<br />
line 82: 		&lt;!&#8211;<br />
line 83:             The  section enables configuration </p>
<p>note: i am not doing a Virtual directory. and a i am unknown to do that on windows 7.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
help me<br />
thanks jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Goh</title>
		<link>http://technology.ohmygoh.com/how-to-run-classic-aspasp-net-on-iis-7/comment-page-1/#comment-350</link>
		<dc:creator>Jason Goh</dc:creator>
		<pubDate>Mon, 28 Feb 2011 11:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ohmygoh.com/technology/?p=13#comment-350</guid>
		<description>Hi rafat,

I guess your error message is not complete provided.
Please post it again. And dont provide your email address here, later you will get spam... ;)</description>
		<content:encoded><![CDATA[<p>Hi rafat,</p>
<p>I guess your error message is not complete provided.<br />
Please post it again. And dont provide your email address here, later you will get spam&#8230; <img src='http://technology.ohmygoh.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rafat</title>
		<link>http://technology.ohmygoh.com/how-to-run-classic-aspasp-net-on-iis-7/comment-page-1/#comment-349</link>
		<dc:creator>rafat</dc:creator>
		<pubDate>Mon, 28 Feb 2011 11:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ohmygoh.com/technology/?p=13#comment-349</guid>
		<description>hi i am rafat i am setup a IIS  to my computer(windows 7) and then i am doing the above 2 step . then i am going to IE and write on title http://localhost/project/home.aspx , but it is not open a page only it is tell me you have an error as follow :
76:             ASP.NET to identify an incoming user. 
السطر 77:         --&gt;
السطر 78: 		
السطر 79: 		&lt;!--
السطر 80:             The  section enables configuration 

note :i am transfer my website to wwwroot
please help me to solve this problem ,send the solution to my e_mail:mount.mount8@gmail.com
 thanks administrator</description>
		<content:encoded><![CDATA[<p>hi i am rafat i am setup a IIS  to my computer(windows 7) and then i am doing the above 2 step . then i am going to IE and write on title <a href="http://localhost/project/home.aspx" rel="nofollow">http://localhost/project/home.aspx</a> , but it is not open a page only it is tell me you have an error as follow :<br />
76:             ASP.NET to identify an incoming user.<br />
السطر 77:         &#8211;&gt;<br />
السطر 78:<br />
السطر 79: 		&lt;!&#8211;<br />
السطر 80:             The  section enables configuration </p>
<p>note :i am transfer my website to wwwroot<br />
please help me to solve this problem ,send the solution to my e_mail:mount.mount8@gmail.com<br />
 thanks administrator</p>
]]></content:encoded>
	</item>
</channel>
</rss>

