문제

How can I compile website (not web project) using visual studio 2005? Whenever I compile, those dll for the website app_code is not found in my website bin folder, but instead, in a temporary dll folder (C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files).

Is there anyway for me to have the compiled dll in the bin folder?

도움이 되었습니까?

해결책

you can use publish web site feature:

In the publish Properties, check "Use fixed naming and single page assemblies".

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top