摘要:
This resolved the issue for me. Your code becomes:public Excel.Application excelApp = new Excel.Application();public Excel.Workbooks workbooks;public ... 阅读全文
摘要:
ActionResult is an abstract class that can have several subtypes.ActionResult SubtypesViewResult- Renders a specifed view to the response streamPartia... 阅读全文
摘要:
来自StackOverFlow: http://stackoverflow.com/questions/8486335/difference-between-an-application-domain-and-an-application-pool/8487104#8487104IIS process is w3wp; Every application pool in IIS use it's own process; AppPool1 uses process 3784, AppPool2 uses process 5044 Different applications in As 阅读全文