问题描述
您好。
我写了一个asp.net / c #Web应用程序订阅了一个Web服务,一切正常。
如果我随后附上页面AJAX选项卡和手风琴控件中的网页功能,然后我收到类型的错误:
--------------------- -------------------------------------------------- ------
'/ ClientApp''应用程序中的服务器错误。
------------- -------------------------------------------------- -----------------
请求失败,HTTP状态为404:未找到。
描述:执行当前Web请求期间发生了未处理的异常。请查看堆栈跟踪以获取有关错误及其源自代码的位置的更多信息。
异常详细信息:System.Net.WebException:请求失败,HTTP状态为404:Not Found。
-------------- -------------------------------------------------- ----------------------------
我还需要做些额外的事情要在AJAX控件中使用相同的功能吗?
谢谢。
M:)
Hi there.
I have written an asp.net / c# web application that subscribes to a web service and all works fine.
If I then enclose the page functionality of the web page within AJAX tab and accordion controls, I am then receiving an error of the type:
-----------------------------------------------------------------------------
Server Error in ''/ClientApp'' Application.
--------------------------------------------------------------------------------
The request failed with HTTP status 404: Not Found.
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.Net.WebException: The request failed with HTTP status 404: Not Found.
--------------------------------------------------------------------------------------------
Is there anything additional I need to do in order to make the same functionality work from within AJAX controls please?
Thank you.
M :)
这篇关于从asp.net订阅webservice时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!