Visual Studio 2010
.Net framework 4.0
IIS 7.0
Windows Server 2008
within a visual studio solution I have: - Website project - Webservice project
基本上,网站功能调用网络服务方法来选择/插入/更新数据。
This works fine when I try to run through the visual studio, but does not work on the server.
- using Visual Studio 2010 express on the server, the solution compiles successfully and gets the requested data.
- however, if I try to retrieve some data from deployed web service like:
http://localhost/LTC_webservice/LTCWebService.asmx/GetWorkTypes
我没有桌子..所以我的网站得到这个页面:
找不到表 0。
IIS Settings:
- using ASP.Net v4.0 application pool
- Managed Pipeline = Classic
- ISAPI and CGI Restrictions: allowed on ASP.NET v4.0.30319
我在这里想念什么?