<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>cyco008的专栏 - asp.net</title><link>http://blog.csdn.net/cyco008/category/377982.aspx</link><description>asp.net</description><dc:language>zh-CN</dc:language><lastUpdateTime>Sun, 03 Aug 2008 10:26:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>cyco008</dc:creator><title>动态修改web.config程序</title><link>http://blog.csdn.net/cyco008/archive/2008/08/03/2760562.aspx</link><pubDate>Sun, 03 Aug 2008 10:01:00 GMT</pubDate><guid>http://blog.csdn.net/cyco008/archive/2008/08/03/2760562.aspx</guid><wfw:comment>http://blog.csdn.net/cyco008/comments/2760562.aspx</wfw:comment><comments>http://blog.csdn.net/cyco008/archive/2008/08/03/2760562.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cyco008/comments/commentRss/2760562.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2760562</trackback:ping><description>           代码如下所示，这是一段来自ASP.NET网站部署的程序，DataBaseName、ServerName、InStallAdmin、InstallPassword、dir，这几个参数来自安装程序界面输入（具体怎样部署，请百度），这样就可以动态地改变网站连接配置文件的连接语句。。。&lt;img src ="http://blog.csdn.net/cyco008/aggbug/2760562.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>cyco008</dc:creator><title>飞信VMDotNet使C#程序脱离.NET FRAMEWORK也能运行的一些心得</title><link>http://blog.csdn.net/cyco008/archive/2008/04/15/2294975.aspx</link><pubDate>Tue, 15 Apr 2008 19:52:00 GMT</pubDate><guid>http://blog.csdn.net/cyco008/archive/2008/04/15/2294975.aspx</guid><wfw:comment>http://blog.csdn.net/cyco008/comments/2294975.aspx</wfw:comment><comments>http://blog.csdn.net/cyco008/archive/2008/04/15/2294975.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cyco008/comments/commentRss/2294975.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2294975</trackback:ping><description>
       昨天晚上奋斗到两点，做完了一个图片处理软件,突然想到上次上网看到C#程序脱离.NET FRAMEWORK运行的文章,于是决定自己动手试一下 。

        之前看到有用别的方法来实现的，但我还是选择了现在比较流行的软件飞信中带的VMDotNet，也就是所谓的.NET FRAMEWORK虚拟机吧。相信有很多人也已经看过相关文章了，但是对于新手我还是再提一下，在你的飞信的安装目录下有一个VMDotNet文件夹，这个就是我们要用的最主要的内容了，先把它COPY出来吧！

        下面先来简单说明一下VMDotNet文件夹吧，在这个文件夹之下有一个v2.0.50727文件夹，很明显是.NET FRAMEWORK的版本号啦，进入这个文件夹，里面有一个FetionVM.exe的可执行文件（飞信的图标），这个便是我们要用到的虚拟机文件了。其它文件我们不用考虑。这个程序可以带入一个参数，即要在此虚拟环境下运行的程序的路径。形如FetionVM.exe C:\1.exe，也可以使用相对路径：FetionVM.exe 1.exe，当然这样要求两者在同一目录下啦。这里&lt;img src ="http://blog.csdn.net/cyco008/aggbug/2294975.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>