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

推荐订阅源

L
LangChain Blog
B
Blog RSS Feed
阮一峰的网络日志
阮一峰的网络日志
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Help Net Security
MyScale Blog
MyScale Blog
WordPress大学
WordPress大学
Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
小众软件
小众软件
大猫的无限游戏
大猫的无限游戏
Martin Fowler
Martin Fowler
Vercel News
Vercel News
S
SegmentFault 最新的问题
M
MIT News - Artificial intelligence
Microsoft Security Blog
Microsoft Security Blog
G
Google Developers Blog
Last Week in AI
Last Week in AI
Hugging Face - Blog
Hugging Face - Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
Google DeepMind News
Google DeepMind News
Engineering at Meta
Engineering at Meta
云风的 BLOG
云风的 BLOG

博客园 - qqhe325

一个js游戏 向del.icio.us学习 lucene.net优化总结 Fxcop使用笔记 web service 记录1 自定义加密web.config实验记录 DTC:该伙伴事务管理器已经禁止了他对远程/网络事务的支持 C#基础- 抽象类,静态类 js自动加载日期类 img的onload事件 当图片路径超出网站根目录时 vs2005宏的问题 asp.net 2.0 access 未指定的错误 oledbparameter在update时出错不报错 grove 小例子 delegate和event例子 asp.net 在分析向此请求提供服务所需资源时出错 策略模式 我们是怎样的一代人[转]
你试图打开的项目是Web项目,请指定URL路径
qqhe325 · 2007-07-04 · via 博客园 - qqhe325

从51aspx上下了一个项目时,用vs2003打开就出现这个问题,看到文件夹里面就一个SqlWebAdmin.csproj,其他就是.aspx,.cs,.resx文件还有一个web.config。
解决办法:
1。在iis建立一个路径SqlWebAdmin_51aspx
2。新建一个SqlWebAdmin.csproj.webinfo文件 

1 <VisualStudioUNCWeb>
2 <Web URLPath = "http://localhost/SqlWebAdmin_51aspx/SqlWebAdmin.csproj" />
3 </VisualStudioUNCWeb>

OK,问题解决.