Using VS2008sp1, I m publishing Web app to a separate IIS7.5 server. It s been ok for a while, but hit this strange scenario: -Created a class file that generates its own DLL. -works fine locally -When publish to server, the older DLL file is there along with all the other newer files (based on time stamp). The application dies when it tries to execute the new class method (it knows of the correct method call, but cant find the method. e.g method not found: class.method() ) -turned off IIS service. Deleted DLL file, republished: still showed older DLL (???)
它显然在某个地方受到压制/保护,但我如何作为团体围绕这一出版? 我是否需要每次重新启动综合调查?