Rank: Newbie Groups: Member
Joined: 4/26/2015 Posts: 1
|
I have an ASPX page in which I need to use the ASPXtoPDF control.
However, I do not want to register the control to GAC, and I do not want to have to install the entire package on the server.
I just want to copy the necessary dlls into the same directory as the page on the web server and reference the needed assemblies via mark-up.
The instructions I see in your installation help only shows how to do it if the product has been installed on the server.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
DR wrote:I just want to copy the necessary dlls into the same directory as the page on the web server and reference the needed assemblies via mark-up. This is exactly what you need to do. You do not need to install the product on the server. Thanks!
|