摘要:
public static void CreateSmallImage(string minImageFullPath, System.Drawing.Image originalImage, int x, int y, int size) { System.Drawing.Im... 阅读全文
摘要:
可行的解决方法(本人已用):1、Web.config文件修改sessionstate模式(默认为InProc)2、开启ASP.NET State Service的服务(最好设为自动)3、序列化session要保存的类 [Serializable] public class UserInfo ... 阅读全文