G
Guest
I am trying to make a webpart for Business Portal by modifying an already
existing one. I copied a dwp to a new one to point to my aspx.
I'm getting the Parse Error Message: The current trust level does not allow
use of the 'AspCompat' attribute. I am logged in as Adminstrator on the
server, and my Network Admin doesn't know why I'm getting the error message.
No web.config file is in the folder, so I don't know where to look.
What follows is the extent of my aspx code:
<%@ LANGUAGE="VBScript" aspcompat=true%>
<html>
<body>
<%
Connection = Server.CreateObject("ADODB.Connection")
%>
</body>
</html>
Thx in advance for your help.
existing one. I copied a dwp to a new one to point to my aspx.
I'm getting the Parse Error Message: The current trust level does not allow
use of the 'AspCompat' attribute. I am logged in as Adminstrator on the
server, and my Network Admin doesn't know why I'm getting the error message.
No web.config file is in the folder, so I don't know where to look.
What follows is the extent of my aspx code:
<%@ LANGUAGE="VBScript" aspcompat=true%>
<html>
<body>
<%
Connection = Server.CreateObject("ADODB.Connection")
%>
</body>
</html>
Thx in advance for your help.