.NET Rest WebService Deployment Problem
I created a REST webservice project on my machine and deployed it to a server. One of the calls generated an error like 'stored procedure could not be found....'
So I fix the bug on my machine by calling the correct stored procedure and then deployed it on开发者_JAVA技巧 the server but I keep getting the same error message :( and I am sure that the stored procedure exists on the server.
I feel the response is cached somewhere but dont know what else I need to do to fix this issue. I have deleted the virtual directory, all temp files in the framework folder and recreated the project on the server and I still get the same error.
精彩评论