Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ASP.NET 中最快的会话模式是什么?
选项:
InProc StateServer SQLServer All of the above
InProc 应该是最快的,因为在同一进程中运行并使用内存,不需要序列化/反序列化,但有很大的缺点,例如,应用程序池的回收会将所有内容从会话中清除,它不能很好地扩展或很容易作为其他国家提供者。
我正在使用 html 标签在应用程序上显示图像:
<img src ="https://servername/Images/Imagename.JPG" alt ="Logo"/>
但图像没有出现在页面上。
我也试过