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
Post a Comment