What is the aspnet_client folder in my ASP.NET website?

后端 未结 3 1264
迷失自我
迷失自我 2020-12-21 04:58

I inherited a website and see that folder in the web root. I\'m trying to clean out the old crap, and wondering if I can delete it.

What is this folder used by? Is

3条回答
  •  渐次进展
    2020-12-21 05:25

    That folder is used to store auto-generated validation scripts when you add client side validation to your server controls.

提交回复
热议问题