我有WCF服务可以从android应用程序的SQL数据库中获取数据。该服务对于WCFTestClient可以正常运行,但不能在IIS中托管,
HTTP错误500.24-内部服务器错误 检测到ASP.NET设置不适用于集成托管管道模式。
当尝试从IIS浏览时。
after adding new website in IIS and trying to browse
我的服务配置文件
CREATE TABLE "20181020" (id INT);
insert into "20181020" values(1)