Hello all,
Can anyone translate the following global.asp file to asp.net 3.5?
I understand that the file should be named global.asax, but what about the code?
<OBJECT RUNAT="Server" SCOPE="Application" ID="TcPLC" PROGID="TcScript.TcScriptSync"> </OBJECT>
<SCRIPT LANGUAGE="VBScript" RUNAT="Server">
Sub Application_OnStart()
Call TcPLC.ConnectTo("", 801)
End Sub
</SCRIPT>
Thank you very much in advance!