ASP.NET程序在本地测试都是正常的,之前单独在阿里服务器上运行过一久也都正常,现在服务器资源有限,就将数据库放其它外网服务器上,程序又是另一台外网服务器,运行时出现验证码不显示,而且也无法进入系统,程序重新上传、等各种测试都无法解决以下的问题,请各位高手指点,谢谢!
问题1:Failed to load resource: the server responded with a status of 404 (Not Found)
代码:
<div>
<div class="con-box" style="background-color: #43c1ef;">
<link href="login/ie9tips.css" rel="stylesheet" type="text/css">
<div id="ie9-tips" class="clearfix" style="display: none;">
<div id="tipsPanel">
<div id="tipsDesc">系统检测到您所使用的浏览器版本较低,推荐使用ie9及以上版本浏览器,或<a href="http://www.firefox.com.cn/download/" target="_blank">Firefox</a>或<a href="http://rj.baidu.com/soft/detail/14744.html" target="_blank">Chrome</a>浏览器打开,否则将无法体验完整产品功能。</div>
<a id="stopSuggestA" href="javascript:;">×</a>
</div>
</div>
<div class="con-box-con pad">
<div id="myCarousel" class="carousel slide" style="width: 500px; height: 480px; float: left">
<!-- 轮播(Carousel)指标 -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- 轮播(Carousel)项目 -->
<div class="carousel-inner">
<div class="item active">
<img src="/ViewV5/web/login/lonnew.png" alt="First slide">
</div>
<div class="item">
<img src="/ViewV5/web/login/lg2.png" alt="Second slide">
</div>
<div class="item">
<img src="/ViewV5/web/login/lg3.png" alt="Third slide">
</div>
</div>
</div>
<div class="login-hu fr">
<ul class="caidan clear">
<li class="fl li-active" style="width: 100%">账户登录
</li>
</ul>
<div class="con">
<ul class="tabCon1">
<li>
<p class="text-center" style="margin-bottom: 10px;">
<span class="QYName" style="font-size: 24px; color: #ff6c00; font-weight: 600;"></span>
</p>
<p class="login-p" style="margin-bottom: 20px; display: none" id="qywz">
<img src="/ViewV5/web/login/ueser.png" width="13" height="15" class="user-img">
<input class="yx youxiang-no" type="text" autocomplete="off" placeholder="请输入企业域名" id="ym" name="ym" style="width: 60%" onblur="GetQYInfo(1)">
<span style="position: absolute; right: 0; height: 50px; font-family: Microsoft YaHei; line-height: 50px; color: #959595; font-size: 16px;"></span>
</p>
<p class="login-p">
<img src="/ViewV5/web/login/ueser.png" width="13" height="15" class="user-img">
<input class="yx youxiang-no" type="text" autocomplete="off" placeholder="请输入用户名/手机号" id="username" name="username">
</p>
<span class="help-block" for="username" style="color: red;"></span>
<p class="login-p2">
<img src="/ViewV5/web/login/lock.png" width="13" height="15" class="user-img">
<input class="youxiang-no mm" type="password" autocomplete="off" placeholder="请输入密码" id="password" name="password">
</p>
<p class="login-p2">
<input class="youxiang-no mm" type="text" autocomplete="off" placeholder="请输入验证码" style="width: 60%" id="chkcode" name="chkcode">
<label style="float: right; width: 30%; height: 100%;">
<img src="/Tools/YZMCode.aspx" style="width: 100%; height: 100%; padding: 1px;" onclick="changecode(this)">
</label>
</p>
<span class="help-block" for="password" style="color: red;"></span>
<p class="login-check" style="margin-top: 20px;">
<label class="fl rememberme check">
<input type="checkbox" id="isJZMM" checked="checked"><span style="color: #8b8b8b; font-size: 14px;">保持登录</span>
</label>
<a href="find-cold.html?type=1" class="fr findpass hidden">忘记密码?</a>
</p>
<p class="login-end" style="margin-top: 30px;">
<a class="uppercase">登录</a>
</p>
<div class="alert alert-danger msgcom" style="margin-top: 10px; margin-bottom: 0; padding: 5px; display: none">
<button class="close" data-close="alert"></button>
<span id="m_info">请输入企业域名</span>
</div>
<p class="login-check">
<!-- <a href="adminlogin.html" class="gl-btn">管理员登陆>></a>-->
</p>
<div class="create-account" style="display: none;">
<p>
<a href="###" id="register-btn"></a>
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
问题2:This page includes a password or credit card input in a non-secure context. A warning has been added to the URL bar. For more information
而且这个我也看过https://vps.zzidc.com/vpsjiao...,这些也试过、Web.config也修改过都不行