我已将其中一个经典的asp网站从6.0移动到8.5,同时打开任何页面页面,它会给出以下错误
服务器对象错误' ASP 0177:800401f3'
Server.CreateObject失败
/TestPlan/include/CommonFunctions.asp,第4行
800401f3
CommanFunctions.asp代码是
Dim c_objState
Set c_objState = Server.CreateObject("ST_API.State")-- line 4
c_bag = c_objState.API_ViewStateBag(Request("ST"))-- line 5
相同的应用程序在IIS 6.0上运行正常。没有做什么因为我已经提供了对文件夹的完全访问权限,那么它也无法正常工作。
我注册了正确的DDL但是在注册dll之后我得到了不同格式的相同错误
ST_API_NT4X4326.Helper_State::State_ViewStateBag [1.0.4] Line# 0 -->ST_API error '800a01ad'
Unhandled_Error_Routine:9/19/2017 6:46:11 AM on Thread:10984 -->ActiveX component can't create object
/TestPlan/include/CommonFunctions.asp, line 5
有人请帮助我。