我做了一个东东,是用Cookies传递值的,在本地调试运行是没有问题的, 结果在本地发布:127.0.0.1就会报实例错误, 然后我找一个服务器上去发布,他就又没有问题了,不知道为什么,请大家多多指教。
You have a number of different ways to store and retrieve data between requests in ASP.NET Core MVC applications. Here’s how to take advantage of them. Because HTTP is a stateless protocol, state ...