Silverlight(一)

最近为了给板子写个web网页,用上了Silverlight,用上了c#语言,写点

貌似blend 4 会破坏 vs2008 的工程,所以,还是用blend 3 的好

在板子上装 boa服务器的时候,吧boa.conf 配置,改成如下:

Port 80

User 0
Group 0

ErrorLog /var/log/boa/err_log

AccessLog /var/log/boa/access_log

DocumentRoot /var/www

UserDir public_html

DirectoryIndex index.html

DirectoryMaker /usr/lib/boa/boa_indexer

KeepAliveMax 1000

KeepAliveTimeout 10

MimeTypes /etc/mime.types

DefaultType text/plain

CGIPath /bin:/usr/bin:/usr/local/bin

Alias /doc /usr/doc

ScriptAlias /cgi-bin/ /usr/www/cgi-bin/

并且两个log文件好像要自己建的,然后在 src目录下更改Makefile,生产 boa即可

吧 boa.conf拷贝到 /etc/boa/下,执行./boa文件。

没有错误的话,查看 端口状态  netstat -tln

看看80端口是不是boa在监听

你可能感兴趣的:(职场,silverlight,休闲)