J
Joseph Burton
I'm trying to create a com object to visio using the visio type library 11.0.
appVisio = Server.CreateObject("Visio.invisibleapp")
When the program hits this line I get the error message:
'System.UnauthorizedAccessException: Access is denied. '
The same code works fine for the desktop application.
I have set up access permissions for the visio app, the root folder, and in
IIS 5,
and I still can't figure out what to do.
It's just trying to get this to work under asp.net is a pain.
Can someone help?
appVisio = Server.CreateObject("Visio.invisibleapp")
When the program hits this line I get the error message:
'System.UnauthorizedAccessException: Access is denied. '
The same code works fine for the desktop application.
I have set up access permissions for the visio app, the root folder, and in
IIS 5,
and I still can't figure out what to do.
It's just trying to get this to work under asp.net is a pain.
Can someone help?