|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
HTTP 500.100 - Internal Server Error - ASP error
# Error Type:
Server object, ASP 0177 (0x800401F3) Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp. /CoxAxis/adminEditPage.asp, line 6 My code: <% dim self, pid, i, c self = Request.ServerVariables("URL") pid = Request.Querystring("pid") set Session("pageContent") = Server.CreateObject("Scripting.Dictionary") Set custObj = Server.CreateObject("NFIFunctions.ValidateField") Line 6 set psi = Session("pageContent") set errDict = Server.CreateObject("Scripting.Dictionary") i = 1 |
|
#2
|
|||
|
|||
|
Well, either "NFIFunctions.ValidateField" has a typo in it, or more likely this object isn't installed on the server. This isn't an IIS problem.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
Waht do you mean. someon else told me that I would need to register the used .dll file
by doing this regsvr32 component.dll Then run IISRESET that will restart your web services. Everything I found about this error arrays around register .dll file associated with SQL Server |
|
#4
|
|||
|
|||
|
So register the dll. It's still not an IIS problem that a component your code is trying to use isn't installed on the web server.
|
![]() |
| Viewing: ASP Free Forums > System Administration > Microsoft IIS > HTTP 500.100 - Internal Server Error - ASP error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|