Custom Web Control Deployment Issue

R

rick

I have a custom web control in which I have created a
setup project in the same solution. In the setup project,
I have created a custom folder in the File System view
with the defaultLocation property set to:

c:\InetPub\wwwroot\aspnet_client\[ProductName]\

I want to append the AssemblyVersion property of the
custom web control of the web control to the end of this
location so it would look like:

c:\InetPub\wwwroot\aspnet_client\[ProductName]
\[AssemblyVersion]\

So if my control's version was 1.0.2.3 then the folder
path that the setup project would create would be:

c:\InetPub\wwwroot\aspnet_client\MyProductsName\1.0.2.3\

Unfortunately, in searching around, I can't find any
information on how to do this rather then versioning my
control and deployment project identical and using the
[ProductVersion] attribute of the deployment project.

Any help on how to append the AssemblyVersion property of
the custom web control to the defaultLocation of this
custom folder would be GREATLY appreciated.

Thanks,

-Rick

FYI -- The reason i have this folder in the
aspnet_client ... folder is to deploy a Javascript file
into that directory.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top