HTTP错误404 - 未找到。 [英] HTTP Error 404 - Not Found.

查看:105
本文介绍了HTTP错误404 - 未找到。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有以下错误当我在Iframe标签中显示.html文件时使用Asp.Net



HTTP错误404 - 未找到。

版本信息:ASP.NET开发服务器11.0.0.0



这是我的.aspx页面



< iframe id =frmhtm1runat =serverborder =0frameborder =0height =220px



width =230px >< / iframe>

aspx.cs页面:



frmhtm1.Attributes.Add(src,/ css /HTMLPage1.htm?seed=);



我使用了母版..,如何在iframe中显示这个html文件







有人告诉我,我将如何解决这个错误???????

I Got This below Error When I DisPlay The .html file In Iframe tag Using Asp.Net

HTTP Error 404 - Not Found.
Version Information: ASP.NET Development Server 11.0.0.0

This is my .aspx Page

<iframe id="frmhtm1" runat="server" border="0" frameborder="0" height="220px"

width="230px"></iframe>
aspx.cs Page:

frmhtm1.Attributes.Add("src", "/css/HTMLPage1.htm?seed=");

and i have used master page..,How to display this html file in iframe



Anybody tell me,how will i resolve this error???????

推荐答案

您可以尝试调试您的应用程序。这里有很多关于这个主题的好文章。

正如Maarten Kools所说,它没有找到你的页面,可能有很多原因。


http:// www.codeproject.com/search.aspx?q=debugging+ASP.NET&x=0&y=0&sbo=kw [ ^ ]
Hi try debugging your application. Here is a long list of good articles on the subject.
As Maarten Kools said, it's not finding your page and there could be a number of reasons why.

http://www.codeproject.com/search.aspx?q=debugging+ASP.NET&x=0&y=0&sbo=kw[^]


这篇关于HTTP错误404 - 未找到。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆