We changed the server of our ASP website and in new setting browsing the website returns this error: msxml3.dll error \'80072ee2\'
Does someone knows h开发者_如何学Cow can i Embed MS Word in asp3 page? TYI think you\'d need some sort of client-side plugin to do that.You might be able to find a third-party library that could rend
I\'m trying to access a soap webservice via classic asp over https, but I get the following error. MSXML3.DLL error \'800c000e\'
If I have the following jscript code on a classic asp page, how do I supply the \"eventArgs e\" in the call so it will be available here in the jscript?The \"eventArgs e\" being an asp.net term, I am
I am trying to take data to one page from another. The problem is here is, data may be too long and divided into multiple pages. When the user clicks on 1, 2, 3, ... links he is redirected to the othe
Sometimes users mistakenly redirected to ?Process=ViewImages&PAGEID=. When this happens, they get the following error.
Getting an error when migrating an old ASP script to a new开发者_Python百科 box.The old server was IIS6, Windows Server 2003.The new server is IIS7, Windows Server 2008.Here\'s the error:
I have been trying for days to find a way to get the image width of .png files which reside on our server.I am trying to read the first 24 bytes of the file and parse out the width from bytes 17-20.I
开发者_运维百科I have a simple question how do I remove a \\ with regex? Thanks I have tried it like this .replace(/\\\\/ig, \'\');
How can I send an e-mail from a vbs script - on a machine that cannot connect to the internet (it\'s in my non-internet zone).