[20110221]工作随笔

来源:互联网 发布:淘宝达人昵称怎么取 编辑:程序博客网 时间:2024/05/21 22:38

1.打开vs2008出错:System.Runtime.InteropServices.COMException

 

Disable allow anonymous access to your ISS application. You can do that trough computer management/services&applications/iis/defaultwebsite/. Right click on your website and then select directory security. Make sure you select Windows integrated security and unselect 'annoymous access'.
或者:
http://www.jobroon.cn/info360.aspx
这个方法是解决xp换到server 2008产生的问题:
方法1:用记事本打开Web项目的的项目文件,将如下配置节点<UseIIS>True</UseIIS> 修改为<UseIIS>False</UseIIS> ,这样就可以让VS 内置WebServer来打开项目,而不是IIS打开项目。这种情况下,IIS不会自动为项目创建虚拟目录。
    方法2:在Windows Server 2008操作系统的“服务器管理器”中安装【IIS6配置兼容性组件(IIS 6 metabase and IIS 6 Configuration Compatiblity ASP.NET)】。
2.增加了调用摄像头拍照方法,关键句:navigator.camera.getPicture(rel_pic, rel_fail, { quality: 50 });
   然后自己不细心,两个参数的方法名与原先写的重复了,害我调了半天:(

 

原创粉丝点击