修改web.config中的system.web->compilation tag中,多加入tempDirectory="可存取的目錄"
< system.web >
|
2 |
< compilation tempDirectory = "d:\vstemp\" debug = "false" strict = "false" explicit = "true" > </ compilation >
|
3 |
</ system.web >
|