C
CuriousGeorge
I recently upgraded an ASP.Net 1.1 app to .Net 2.0 and am now struggling
with the different binary system used. Previously a binary was created in
the bin subfolder of my ASP.Net app. I could add that binary to my
installer. With ASP.Net 2.0 there are no binaries generated in the bin
subfolder. It appears they reside in a temporary location.
How do I reference these binaries for includion in my installer? Is there a
new step I need to perform to get the binaries in a known static location so
that my installer can easily find them?
-Brett-
with the different binary system used. Previously a binary was created in
the bin subfolder of my ASP.Net app. I could add that binary to my
installer. With ASP.Net 2.0 there are no binaries generated in the bin
subfolder. It appears they reside in a temporary location.
How do I reference these binaries for includion in my installer? Is there a
new step I need to perform to get the binaries in a known static location so
that my installer can easily find them?
-Brett-