我使用Asp.net,C#,Sql Server,javascript创建了一个应用程序。它的应用非常简单。但是,在UAT和Production服务器上部署后,我遇到了一个奇怪的问题。
问题: 我正在使用" location"来搜索候选人列表,例如 - 浦那/班加罗尔/加尔各答。 现在,当我在除#34; Bangalore"之外的任何位置进行搜索时,它会获取记录并在gridview中显示。但是,如果我用" Bangalore"搜索,它没有显示任何记录。 我使用了" google chrome Developer工具"还有" Firefox"中的firebug,以及它的显示:
Failed to load resource: the server responded with a status of 403 (Forbidden) --- http://xxx.xxx.xx.xx/es/frmPeople.aspx
和
Uncaught Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 403 --- ScriptResource.axd:939
我无法理解为什么这只发生在" Bangalore"而不是其他地方? 其次,这个错误究竟意味着什么?
请帮帮我们...... 提前谢谢。