Search

You searched for the word(s): userid:616101

Matching Posts

  • Re: Add a .lic file inside bin directory when precompiling

    see this http://forums.asp.net/thread/1306996.aspx
    Posted to Configuration and Deployment (Forum) by jwk4946 on 6/6/2006
  • publish web site copy files

    If you use the publish web site feature of Visual Studio 2005 you may have noticed that some files are not copied in your deployment and that you have to copy them manually. For example license files - if you have .lic or .licx files in your project that have to be deployed along with your project and you use publish web site you'll notice that they do not get copied To fix this just add this to to the compilation section of your web.config < configuration > < system.web > < compilation
    Posted to Tips & Tricks (Forum) by jwk4946 on 6/6/2006
  • Re: .lic file

    I am also using a .lic file in my web application for a third party control. When I publish my application the .lic files are not copied and I have to manually copy them each time I republish. Is there a way in Visual Studio 2005 to require these files to be part of the published package? thanks, jeff
    Posted to Configuration and Deployment (Forum) by jwk4946 on 1/9/2006
Page 1 of 1 (3 items)