网站上线时图像按钮不重定向
我有一个 asp.net 4.0、c# 网站, 除了一件让我头疼的事情之外,所有功能都运行良好。 我在主页上有 3 个图像按钮,链接到客户的 facebook、linkd in 和 twitter 页面, 当我在我的开发机器(IE 8)上运行它时,打开效果很好, 当我使网站上线(IIS 6)时,他们似乎没有做任何事情,没有错误,没有重定向,事件日志中没有任何内容。 我本来打算把它们扔进垃圾桶,然后从头开始做,但我担心我会安装它,同样的事情也会发生——有什么明显的我应该检查的吗?
谢谢
Ive an asp.net 4.0, c# site,
all the functionality works fine apart from one thing which is doing my head in.
I have 3 image buttons on the masterpage which link to the clients facebook, linkd in and twitter pages,
when I run it on my dev machine (IE 8) the open fine,
when I make the site live (IIS 6) they dontr appear to do anything, no error, no redirect, nothing in the event log.
I was about to bin them and do them from scratch but im wary that I'll install it and the same thing will happen - anything obvious I should check?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否检查过是否错过了部署任何外部 CSS 文件或图像(如果有任何外部 CSS 文件或图像会导致图像按钮隐藏/无法识别)?
Did you checked whether you missed deploying any external CSS files or images if there are any which effectively causes image buttons to get hidden/unidentifiable?