两个IIS服务器下ASP程序的配置问题
1,错误:This collection already contains an address with scheme http. There can be at most one address per scheme in this collection.
分析:这时你的IIS服务器可能为一个ASP.NET程序分配了两个不同的URL,会导致这个错误。
检查你的网站 Properties->Advanced->Multiple ID for the web site.
如果你发现了两个或多个URL,将不必要的删掉。Recycle程序pool。问题应当得到解决。
分析:这时需要配置你的服务器,Properties->Base directory(répertoire de base)->Configuration->Application mappings(Mappage d'application génériques)->Mapping->Insert(C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll)并且去掉验证文件的存在的对勾。
1,错误:This collection already contains an address with scheme http. There can be at most one address per scheme in this collection.
分析:这时你的IIS服务器可能为一个ASP.NET程序分配了两个不同的URL,会导致这个错误。
检查你的网站 Properties->Advanced->Multiple ID for the web site.
如果你发现了两个或多个URL,将不必要的删掉。Recycle程序pool。问题应当得到解决。

分析:这时需要配置你的服务器,Properties->Base directory(répertoire de base)->Configuration->Application mappings(Mappage d'application génériques)->Mapping->Insert(C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll)并且去掉验证文件的存在的对勾。

本文详细解析了IIS服务器下ASP程序配置中常见的两个错误:一个是在一个集合中存在两个不同URL的错误,另一个是IIS服务器无法理解URL重写的问题。文章提供了详细的解决步骤和配置建议。
3782

被折叠的 条评论
为什么被折叠?



