<?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: Translation of asp code to asp.net 3.5</title><link>http://forums.asp.net/thread/3273741.aspx</link><pubDate>Fri, 03 Jul 2009 15:08:53 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273741</guid><dc:creator>Mr^B</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273741.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=29&amp;PostID=3273741</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;It looks like you&amp;#39;re making a call to an external COM component.&amp;nbsp; You&amp;#39;ll need to register the com component as a reference in your project/website and then access it using the wrapper class that .net creates.&lt;/p&gt;&lt;p&gt;For more information, read this:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.codersource.net/csharp_com_interop.html"&gt;http://www.codersource.net/csharp_com_interop.html&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Translation of asp code to asp.net 3.5</title><link>http://forums.asp.net/thread/3262341.aspx</link><pubDate>Sun, 28 Jun 2009 07:07:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3262341</guid><dc:creator>Technology</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3262341.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=29&amp;PostID=3262341</wfw:commentRss><description>&lt;p&gt;Hello all,&lt;/p&gt;
&lt;p&gt;Can anyone translate the following global.asp file to asp.net 3.5?&lt;/p&gt;
&lt;p&gt;I understand that the file should be named global.asax, but what about the code?&lt;/p&gt;
&lt;p&gt;&amp;lt;OBJECT RUNAT=&amp;quot;Server&amp;quot; SCOPE=&amp;quot;Application&amp;quot; ID=&amp;quot;TcPLC&amp;quot; PROGID=&amp;quot;TcScript.TcScriptSync&amp;quot;&amp;gt; &amp;lt;/OBJECT&amp;gt;&lt;br /&gt;&amp;lt;SCRIPT LANGUAGE=&amp;quot;VBScript&amp;quot; RUNAT=&amp;quot;Server&amp;quot;&amp;gt;&lt;br /&gt;Sub Application_OnStart()&lt;br /&gt;&amp;nbsp;Call TcPLC.ConnectTo(&amp;quot;&amp;quot;, 801)&lt;br /&gt;End Sub&lt;br /&gt;&amp;lt;/SCRIPT&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you very much in advance!&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>