Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/asp.net-mvc-3/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/api/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Asp.net mvc 3 在开发和/或生产过程中跟踪ASP.NET MVC中的API使用情况_Asp.net Mvc 3_Api - Fatal编程技术网

Asp.net mvc 3 在开发和/或生产过程中跟踪ASP.NET MVC中的API使用情况

Asp.net mvc 3 在开发和/或生产过程中跟踪ASP.NET MVC中的API使用情况,asp.net-mvc-3,api,Asp.net Mvc 3,Api,我的应用程序向 http://www.brewerydb.com/api/breweries/?apikey=<key>&<parameters> http://www.brewerydb.com/api/breweries/?apikey=& 但我每小时只有100个请求。我曾考虑在应用程序的数据库中记录请求实例,但在开发过程中,我经常使用EntityFramework4.1代码重新生成数据库,因此这似乎不起作用。有什么想法吗?某种数据库最好 如果您像您所说的

我的应用程序向

http://www.brewerydb.com/api/breweries/?apikey=<key>&<parameters>
http://www.brewerydb.com/api/breweries/?apikey=&

但我每小时只有100个请求。我曾考虑在应用程序的数据库中记录请求实例,但在开发过程中,我经常使用EntityFramework4.1代码重新生成数据库,因此这似乎不起作用。有什么想法吗?

某种数据库最好

如果您像您所说的那样重新生成数据库,然后将其存储在另一个数据库中,或者如果您只是想存储基本信息(点击日期/时间),那么在web服务器上使用XML甚至CSV文件没有什么错