vb中引入WebClassLibrary, WebClass类中有一个Server属性,用它得方法进行解密

解决方案 »

  1.   

    我好本呀,没能找到你说的WebClassLibrary,请问它在VB中具体的名字是什么,谢谢了。
      

  2.   

    不行呀,
    dim myWeb as WebClassLibrary.WebClass
    set myWeb=new WebClassLibrary.WebClass 时出现错误,
    错误如下:
    Object doesnot support this action
    为什么?
      

  3.   

    WebClass 使用 Server 对象创建其他的对象,并决定可能影响其处理的指定服务器的属性。当创建要储存在Session 或 Application 对象中的对象时,必须用Server.CreateObject ,而不用Visual Basic 的New 关键字或 CreateObject 函数。MSDN中看到得,具体内容,请查找WebClass
      

  4.   

    我这里想试验一下都不行,我这里的vb不能建立IIS应用程序
      

  5.   

    我现在用的不是IIS Application,而是Standart Application,并且,WebClassLibrary.WebClass 的Server属性只有加密的,而没有解密的。你知道怎么解密吗?