找不到表
server iis web C#
都是开始用着没有问题的,但是在IIS上用一两天后就会报错,例如:
Server Error in '/' Application.
--------------------------------------------
对象名 'yg' 无效。
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: 对象名 'yg' 无效。
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
-----------------------------------------------
不明白为什么刚开始不会报错,而是过一段时间后报错,求指教