Difference between revisions of "ASP Problems and Solutions"

From Hostek.com Wiki
Jump to: navigation, search
(Created page with "__FORCETOC__ ==ASP Problems and Solutions== ==Microsoft VBScript runtime error '800a01ad'== This error is a general error for server.createobject in a VBScript the error ge...")
 
(Microsoft VBScript runtime error '800a01ad')
 
Line 13: Line 13:
 
Solutions for ASP email forms: To fix this, you should switch to CDOSYS, because Microsoft if phasing out support for CDONTS. [http://hostek.com/faq/kb/index.asp?action=recorddetail&rec=90 FIX]
 
Solutions for ASP email forms: To fix this, you should switch to CDOSYS, because Microsoft if phasing out support for CDONTS. [http://hostek.com/faq/kb/index.asp?action=recorddetail&rec=90 FIX]
  
Solution for other ASP server objects like ASPimage or ASPupload, if you are running a 32-bit application and you just signed up for hosting with [http://hostek.com Hostek.com] you were placed on a 64-bit server. You will need to request a server move to a 32-bit server. You can make this request by submitting a support ticket at [https://support.hostek.com Hostek.com Support]   
+
Solution for other ASP server objects like ASPimage or ASPupload, if you are running a 32-bit application and you just signed up for hosting with [http://hostek.com Hostek.com] you were placed on a 64-bit server. You will need to request that we set your site be set to run in 32-bit mode. You can make this request by submitting a support ticket at [https://support.hostek.com Hostek.com Support]   
  
 
[[category:ASP]]
 
[[category:ASP]]

Latest revision as of 14:09, 15 October 2012


ASP Problems and Solutions

Microsoft VBScript runtime error '800a01ad'

This error is a general error for server.createobject in a VBScript the error generally looks like this:

Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object
/asppage.asp, line XX

Solutions for ASP email forms: To fix this, you should switch to CDOSYS, because Microsoft if phasing out support for CDONTS. FIX

Solution for other ASP server objects like ASPimage or ASPupload, if you are running a 32-bit application and you just signed up for hosting with Hostek.com you were placed on a 64-bit server. You will need to request that we set your site be set to run in 32-bit mode. You can make this request by submitting a support ticket at Hostek.com Support