如何发布和放置主机 [英] How to publish and put on hosting

查看:64
本文介绍了如何发布和放置主机的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
我在asp.net中设计Web应用程序
我创建了母版页和其他简单的静态aspx页,它们是母版页的子级.

在母版页中,我创建了标头并调用css文件.

在主机上发布和上载时,我的应用程序.
主文件内容不支持.

任何机构都可以帮助解决这个问题吗?

非常紧急

请快速回复

在此先感谢
Ashwini

Hi all,
I design web application in asp.net
I created masterpage and other simple static aspx page which is are child of master page.

In master page I created header and calling css file.

When I publish and uploaded in host, my application.
Master file content not supporting.

Can any body help to solve this problem

It''s very urgent

Please respond fast

Thanks in advance
Ashwini

推荐答案

hi aswini


在head标签中使用"run ="server"

< head runat ="server">
< title>无标题页面</title>
< link href ="StyleSheet.css" rel ="stylesheet" type ="text/css"/>
</head>

希望对您有帮助...
谢谢
hi aswini


use "run="server" in head tag

<head runat="server">
<title>Untitled Page</title>
<link href="StyleSheet.css" rel="stylesheet" type="text/css" />
</head>

hope it will help...
thanks


这篇关于如何发布和放置主机的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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