<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.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/"><channel><title>Migrating from ASP to ASP.NET</title><link>http://forums.asp.net/29.aspx</link><description>Discuss moving from classic ASP to ASP.NET. </description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: How to RUn ASP Page in ASP.NET</title><link>http://forums.asp.net/thread/3189698.aspx</link><pubDate>Wed, 27 May 2009 07:00:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3189698</guid><dc:creator>bargemahesh</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3189698.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=29&amp;PostID=3189698</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi Arisaravanan&lt;/p&gt;&lt;p&gt;&amp;nbsp;You can run classical ASP files in to ASP.NET Solution. Use following way&lt;br /&gt; &lt;br /&gt;
&amp;#39;AspCompat&amp;#39;&amp;nbsp; page property&amp;nbsp; is an aid in migrating ASP pages to ASPX
pages. It defaults to false but should be set to true in any ASPX file
that creates apartment-threaded COM objects--that is, COM objects
registered ThreadingModel=Apartment. That includes all COM objects
written with Visual Basic 6.0. AspCompat should also be set to true
(regardless of threading model) if the page creates COM objects that
access intrinsic ASP objects such as Request and Response. The
following directive sets AspCompat to true in ASP file: &lt;br /&gt; &lt;br /&gt; &amp;lt;%@ Page AspCompat=&amp;quot;true&amp;quot; %&amp;gt; &lt;br /&gt; &lt;br /&gt; Include above code starting of the ASP page. &lt;/p&gt;</description></item><item><title>Re: How to RUn ASP Page in ASP.NET</title><link>http://forums.asp.net/thread/1526866.aspx</link><pubDate>Wed, 10 Jan 2007 21:17:41 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1526866</guid><dc:creator>Mr^B</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1526866.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=29&amp;PostID=1526866</wfw:commentRss><description>&lt;p&gt;Hi,

Try this thread here:&lt;/p&gt;&lt;p&gt;http://forums.asp.net/thread/1409347.aspx&amp;nbsp;&lt;/p&gt;</description></item><item><title>How to RUn ASP Page in ASP.NET</title><link>http://forums.asp.net/thread/1526171.aspx</link><pubDate>Wed, 10 Jan 2007 14:22:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1526171</guid><dc:creator>arisaravanan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1526171.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=29&amp;PostID=1526171</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I wrote&amp;nbsp;one ASP&amp;nbsp;file,which&amp;nbsp;has One line Code,Response.write("ASP Page")&amp;nbsp;;.&lt;/p&gt;
&lt;p&gt;By clicking HTML Button from ASPX page,I want to redirect that ASP Page.&lt;/p&gt;
&lt;p&gt;While clicking I found the following error msg.&lt;/p&gt;
&lt;h2&gt;&lt;i&gt;This type of page is not served.&lt;/i&gt; &lt;/h2&gt;
&lt;p&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;b&gt;Description: &lt;/b&gt;The type of page you have requested is not served because it has been explicitly forbidden. &amp;nbsp;The extension '.asp' may be incorrect. &amp;nbsp;&amp;nbsp;Please review the URL below and make sure that it is spelled correctly. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Requested URL: &lt;/b&gt;/calendar_control/qwe.asp&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Please Help me out this problem else any one know how to execute ASP Page from ASP.NET Project.&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></channel></rss>