惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
SecWiki News
SecWiki News
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
量子位
M
MIT News - Artificial intelligence
GbyAI
GbyAI
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
TaoSecurity Blog
TaoSecurity Blog
博客园 - 【当耐特】
H
Heimdal Security Blog
腾讯CDC
The Last Watchdog
The Last Watchdog
Security Archives - TechRepublic
Security Archives - TechRepublic
Hacker News: Ask HN
Hacker News: Ask HN
S
Schneier on Security
Microsoft Security Blog
Microsoft Security Blog
WordPress大学
WordPress大学
博客园 - 司徒正美
Recent Commits to openclaw:main
Recent Commits to openclaw:main
C
Cybersecurity and Infrastructure Security Agency CISA
S
SegmentFault 最新的问题
大猫的无限游戏
大猫的无限游戏
Application and Cybersecurity Blog
Application and Cybersecurity Blog
F
Full Disclosure
有赞技术团队
有赞技术团队
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
T
Threatpost
月光博客
月光博客
A
Arctic Wolf
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
雷峰网
雷峰网
T
Troy Hunt's Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The Cloudflare Blog
D
DataBreaches.Net
O
OpenAI News
L
LINUX DO - 最新话题
宝玉的分享
宝玉的分享
小众软件
小众软件
V
Vulnerabilities – Threatpost
A
About on SuperTechFans
人人都是产品经理
人人都是产品经理
T
The Exploit Database - CXSecurity.com
Martin Fowler
Martin Fowler
美团技术团队
P
Privacy International News Feed

博客园 - 龙城1号

谈谈几十种文件传输工具、FTP工具、跨平台手机电脑互传工具 office必须知道的一些事情 软件下载网址大全 用eclipse开发java 配置ip的脚本bat详解 监控ip在线状态 部分毕业设计的论文和代码 隐藏在照片里的情书 关于系统多功能恢复盘制作 WMp和RealPlayer空间的一些命令 卡巴斯基激活码无限量获取 如何删除runauto...病毒 配置php开发环境 网刻 U盘启动盘 fckeditor转载 截取字符串substring() asp.net连接mysql 把SQL数据库部署到远程主机环境
免费的ASP.net2.0免费空间
龙城1号 · 2008-02-06 · via 博客园 - 龙城1号

免费的ASP.net2.0、3.5免费空间,支持MS Sql Server Express2005 及Ftp

http://www.qsh.eu/free 提供50空间和2G的月流量

1、首先,在visual web developer 2005或者visual web developer 2008里做好的你的网站后,在http://www.qsh.eu/free上申请个账号

2、在你填写的邮箱里会收到账号的信息;

3、在http://www.qsh.eu/上导航栏里点击Administrator,然后进入你的帐户中,点new host,并填写相关信息

4、收到免费空间的信息,包括FTP账号、密码、其他的一些认证信息

5、在登陆上去的账号里面有个ConnectionString Generator,意思就是连接字符串生成器,把你的文件的名字写进去,点按钮,把生成的文本复制下来

6、在web.config里修改你的ConnectionString,修改的方法是:

先删除掉原来的ConnectionString,然后把你获取到的文本复制过去,运行一下试试,有错误……

还需要在此行文本前面加上一行<remove name="LocalSqlServer"/>

实例代码如下,本实例为3.5版的:

<appSettings/>
 <connectionStrings>
<remove name="LocalSqlServer"/>
    <add name="LocalSqlServer" connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;Database=wangya.qsh.es_5d024acb-5638-4d0a-ac75-936fc1e31202;AttachDBFilename=|DataDirectory|Database.mdf"  providerName="System.Data.SqlClient" />
  
 </connectionStrings>

OK,到这里就修改完了,注意的是要把你的App_Data文件夹下的数据库名对应的日志删除掉,然后就FTP吧!

以后关于这个网站如何配置的问题我不再做技术支持……