我目前正在使用iis 7.0共享主机方案
我在我的主机的wwwroot目录中有一个asp.net mvc应用程序。现在我创建了一个虚拟目录来存储我的sub服务(我不想把它托管在一个子域中并支付额外费用)
然而,当我把我的web服务代码放在我的虚拟目录中并尝试运行它时,我得到了这样的结果
Error Summary
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid
我正在使用tiktok's login kit for web在我的网站上集成‘登录tiktok’。我可以连接到他们的oauth端点,在从我的tiktok账户访问后,我被重定向回"https://open-api.tiktok.com/platform/oauth/undefined“,而不是我在应用程序中指定的重定向url。 在检查网络调用时,我发现调用"https://open-api.tiktok.com/tiktok/v1/devportal/user?_t=1634687350899“时出现了404 not found错误。 其他人有没有遇到过这种情况?我之