Web set up project problem

R

rachit.goyal

Hi All,
In my ASP.net 1.1 web application, there are 28 projects. I have
created one web set up MSI project for web deployment. When I am
installing my application using my web set up project, some of project
output DLL are going inside wwwroot directory and other are going
inside wwroot \bin directory. I want to deploy all DLL inside wwwroot/
bin directory. But I am not able to find setting to achiev that.
Please guide me how to specify a destination directory for project out
files in ASP.net 1.1 application.

Thanks
 
M

Munna

Hi All,
In my ASP.net 1.1 web application, there are 28 projects. I have
created one web set up MSI project for web deployment. When I am
installing my application using my web set up project, some of project
output DLL are going inside wwwroot directory and other are going
inside wwroot \bin directory. I want to deploy all DLL inside wwwroot/
bin directory. But I am not able to find setting to achiev that.
Please guide me how to specify a destination directory for project out
files in ASP.net 1.1 application.

Thanks

Hi

Did you tried u'r setup project's filesystem window to put your
required dll in your designerd location...?

Munna
www.munna.shatkotha.com
www.munna.shatkotha.com/blog
www.shatkotha.com
 
R

rachit.goyal

Hi

Did you tried u'r setup project's filesystem window to put your
required dll in your designerd location...?

Munnawww.munna.shatkotha.comwww.munna.shatkotha.com/blogwww.shatkotha.com

Yes, manualy I can put in bin folder using filesystem window. But I
am just wondering which setting decide destination folder of project
output. Since some project outputs are going inside bin and other are
going in wwwroot folder.
 

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

Top