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.
当我尝试上传图片时,出现错误
UploadModule is not installed into web.config
请帮助找出解决方案。
protected void Page_Load(object sender, EventArgs e) { Context.Items[typeof(CuteWebUI.UploadModule)] = true; }