Allan Chua
Allan Chua

Reputation: 10175

Maximum size allowed for app_data

Is there maximum size allowed for the use of app_data folder in asp.net projects? if yes, can somebody please tell me the exact capacity of it.

Thanks

Upvotes: 1

Views: 156

Answers (1)

Damith
Damith

Reputation: 63065

There's no such limit on app_data folder. All depends on where you deployed and amount of free memory you have in deployment location.

If there is OS disk quota which link to the user who running asp.net application, that limit will apply.

Upvotes: 1

Related Questions