vb.net - CopyLocal in a Visual Studio 2005 ASP.NET Web Site? -


Is there something like reference property in CopyLocal in a reference studio 2005 ASP.NET Web site ?

In a VS05 web application , there is a reference folder in Solution Explorer , where you can select the reference and view its properties, Such as CopyLocal Properties Window

but a VS 05 Web site contains only a reference folder in Classroom view , where you use any property for reference can not do. Is there a more simple way to set a property on your references in a web site?

Thank you for your time!

Website project has a bin folder, which is copied to the root of the site while publishing .

Edit: Read the question. The answer is yes, when you publish the references are automatically copied to the bin folder


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -