在自己机子上运行都好好的,但是发布到IIS上之后。别人访问会出现以下问题。
Server Error in '/jRecipt.Web' Application.
--------------------------------------------------------------------------------Run time is over the limit. The license you have (most likely trial version) does not provide valid data after certain time period expires. Note that after the component's process is simply restarted, valid data will be provided again. Obtain and install proper license to resolve this error. 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Runtime.InteropServices.COMException: Run time is over the limit. The license you have (most likely trial version) does not provide valid data after certain time period expires. Note that after the component's process is simply restarted, valid data will be provided again. Obtain and install proper license to resolve this error. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  Stack Trace: 
[COMException (0xc004ea05): Run time is over the limit. The license you have (most likely trial version) does not provide valid data after certain time period expires. Note that after the component's process is simply restarted, valid data will be provided again. Obtain and install proper license to resolve this error. ][OpcException: OPC operation failure.]
   OpcLabs.EasyOpc.DataAccess.EasyDAClient.BrowseNodes(ServerDescriptor serverDescriptor, DANodeDescriptor parentNodeDescriptor, DANodeFilter nodeFilter) +227
   OpcLabs.EasyOpc.DataAccess.EasyDAClient.BrowseBranches(ServerDescriptor serverDescriptor, DANodeDescriptor parentNodeDescriptor, String elementNameFilter, String vendorFilter) +53
   OpcLabs.EasyOpc.DataAccess.EasyDAClient.BrowseBranches(String machineName, String serverClass, String parentItemId, String elementNameFilter, String vendorFilter) +99
   OpcLabs.EasyOpc.DataAccess.EasyDAClient.BrowseBranches(String machineName, String serverClass, String parentItemId, String elementNameFilter) +22
   OpcLabs.EasyOpc.DataAccess.EasyDAClient.BrowseBranches(String machineName, String serverClass) +20
   Recipt_TagDetail.TreeViewBind() +204
   Recipt_TagDetail.Page_Load(Object sender, EventArgs e) +613
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627 
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3634