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; }