I use OPCAutomation in ASP.NET MVC.
If you start the site from a laptop, then everything is fine - it connects to the server, a group is created, tags are added.
But if you deploy a site on the IIS server (Windows Server 2008 R2 Standart), then the tags stop being added
Group.OPCItems.AddItems(count, ref tagnames, ref cHandles, out sHandles, out errors); The errors output will contain the code -1073479672, which means:
The item ID does not conform to the server's syntax
How to fix it?