我使用Windows 2008 R2与IIS 7.5,并已将我的网站的源映射到网络驱动器.当我这样做时,会发生以下错误.当指向本地c:驱动器时,网站正常工作.
Error Summary
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Detailed Error Information
Module IIS Web Core
Notification Unknown
Handler Not yet determined
Error Code 0x80070003
Config Error Cannot read configuration file
Config File \\?\H:\ExcelAutomation\1.0\src\docs\web.config
Requested URL http://vmwws085381.msad.ms.com:80/index.html
Physical Path
Logon Method Not yet determined
Logon User Not yet determined
Config Source
-1:
0:
Run Code Online (Sandbox Code Playgroud) 我是以编程方式将一些文本插入到行中的合并单元格中.我有Wrap Text set并希望行高可以根据需要扩展以容纳多行文本.一旦细胞被填满,我就以编程方式应用AutoFit,但这不起作用.我随后发现了一篇知识库文章,说AutoFit对合并的单元格不起作用!我可以尝试计算容纳包装文本行数所需的行高.但我真的不想深入计算字符宽度等任何想法感激不尽.
问题归功于大卫(我有完全相同的问题,只是在这里重新发布后代)来源