SharpDevelop开发asp.net与Vs 服务器集成
SharpDevelop,是一个精简的,好用的.net 开发工具,使用纯.net 开发,开放源代码,免费,现在最新版本4.0 bate3,可以开发大部分的c#项目,现在支持,.net 3.5 和.net 4.0 您可以到
http://www.icsharpcode.net/OpenSource/SD/Download/
来下载一个新的使用。
安装前,请先安装.net 3.5,和.net 4.0 框架
在SharpDevelop,你的项目右键->properties->debug
start external添"C:\Program Files\Common Files\microsoft shared\DevServer\10.0\WebDev.WebServer40.EXE" (不要双引号,如果你的项目是2.0或3.5的,把最后的40改成20)
command line arguments 添
"/port:4321 /vpath:/ShikeSYSAdmin /path:E:\work\ShikeOS\shike.damai.cn\ShikeSYSAdmin"
port 是端口号,自己添个,vpath是虚拟路径,自己添个,path项目路径
working directory
“E:\work\ShikeOS\shike.damai.cn\ShikeSYSAdmin”
换成自己项目路径就OK啦,
好啦,你可以在自己的项目里使用断点,调试,开始你的SharpDevelop之旅吧。