active questions tagged asp-classic - Stack Overflowmost recent 30 from stackoverflow.com2009-12-02T00:48:30Zhttp://stackoverflow.com/feeds/tag/asp-classichttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1828992/debugging-asp-stored-procedure-calls0Debugging ASP Stored Procedure Callsjavacavaj2009-12-01T21:17:51Z2009-12-01T21:35:52Z
<p>I'm using the following code block to call a SQL Server 2005 stored procedure. The problem is the call will intermittently fail. How can I obtain more verbose information about the case of the failure. I've tested the SP with the failing input and found no issues. This would seems to indicate an error on the ASP side.</p>
<pre><code>Set rsOrderItems = Server.CreateObject("ADODB.Recordset")
rsOrderItems.ActiveConnection = MM_SkateSeason_Connect
rsOrderItems.CursorType = 0
rsOrderItems.CursorLocation = 2
rsOrderItems.LockType = 1
rsOrderItems.Source = "{call dbo.upOrder_InsertNew('" & MM_OrderString & "')}"
on error resume next
rsOrderItems.Open
if (rsOrderItems.State) then
else
FAILS HERE
InsertOrder = "Order Failed. 2"
end if
</code></pre>
http://stackoverflow.com/questions/1825213/how-to-create-thumbnail-images-in-classic-asp1How to create thumbnail images in classic asp?Vikas2009-12-01T10:05:51Z2009-12-01T20:22:40Z
<p>I found the best solution in <a href="http://www.codeproject.com/KB/asp/thumbtools2.aspx" rel="nofollow">codeproject</a></p>
<p>But to enable that, I need to register the com object first.</p>
<p>So is there any other way to create thumbnails with out using any third party?</p>
<p>In about example we have to use CxImageATL.dll. If we can't do without third party then, Is there any other way to use this dll with out registering the dll on server?</p>
http://stackoverflow.com/questions/1785446/iis7-and-classic-asp-sessions1IIS7 and Classic ASP Sessionsbristle_ike2009-11-23T19:37:52Z2009-12-01T19:21:24Z
<p>I've got an old web app written in Classic ASP which used to run on an IIS6 server no problem, then long story short, I moved it onto a Linux server running SunOne ASP which also worked fine (after a couple of minor tweaks), and now in a bid to access some 3rd party COM controls the app originally used, I've moved it back again to a Windows server, this time 2008 running IIS7. </p>
<p>On the whole the app works fine, but there seems to be a random problem now with the session variables getting lost. The implication of this is that the user gets automatically logged out of the system. </p>
<p>It's all pretty simple stuff, and just uses the a session variable to hold the logged in status (as well as a couple of other bits and pieces).</p>
<pre><code>If Session("login_status") <> "loggedin" Then
Response.Status="302 Object moved"
Response.Redirect "/admin/default.asp"
End If
</code></pre>
<p>The app is running on a shared hosting server, and what I'm worried about more than anything else is why this is happening, mostly so if I have to host any other ASP apps on the same platform I'm not going to run into similar problems. </p>
<p>Could this be because IIS7 is recycling the application pool and wiping out any session data in the process? And if that's the case, what could be done about it, short of course of writing my own state management/session handler routine, which is next on the cards if all else fails?</p>
http://stackoverflow.com/questions/1826027/pass-a-value-from-jsp-to-classic-asp-page0pass a value from jsp to classic asp pageasf2009-12-01T12:55:16Z2009-12-01T12:56:16Z
<p>Hi,</p>
<p>I have 2 pages - 1st jsp page and 2nd asp page.Onclick of a link in jsp page, it opens the asp page. now I need to pass the selected dropdown value from jsp to asp page.</p>
<p>Thanks in advance. </p>
http://stackoverflow.com/questions/1821889/ie6-dropping-session-information-when-moving-from-aspx-to-asp-page1IE6 dropping session information when moving from .aspx to .asp pageHugo Estrada2009-11-30T19:31:33Z2009-12-01T11:30:14Z
<p>So this is the problem:</p>
<p>We have an application that has both .asp and .aspx pages. When a user is browsing to the site using IE6, there is a possibility that the page will drop the session and the user gets an or the login page. This doesn't happen all of the time; only sometimes. But I have only been able to replicate on IE6.</p>
<p>Sometimes, when I get the error "This page cannot be displayed," all what I have to do is refresh and it works.</p>
<p>I also notice that when the problem happens, it seems like the site takes a bit longer. Could this be a timeout problem?</p>
<p>Thanks in advance,</p>
<p>Hugo</p>
http://stackoverflow.com/questions/1824645/exception-line-number-in-jscript-asp2Exception line-number in Jscript-ASPYonatan2009-12-01T07:58:43Z2009-12-01T08:07:13Z
<p>Hello all,
I'm developing a website with server-side JScript engine over ASP server.</p>
<p>I have several try-catch clauses in my code looking roughly like this:</p>
<pre><code>try {
// do something
}
catch (err) {
// pass it to the frontend code
die("Exception caught: " + err.description);
}
</code></pre>
<p>I would very much like to display the line number in which the error occurred. The filename would be a nice bonus but it's not very important.
How can it be done?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1801495/background-file-copy-process-in-asp1Background File Copy process in ASPZinx2009-11-26T04:12:34Z2009-11-30T19:11:03Z
<p>Hi All,</p>
<p>I have an application in classic ASP. On click of a button, it copies a file and its relative folder from one folder to another folder, and displays a link to user for the destination folder. User can click on link and get the file from destination folder. Now, I am facing problem with file and its relative folder size. I have some of them with size greater than 500MB. So, copy process takes so much time that my application gets Time Out error. **Is it possible to create some background process for copy? and when process completes it should fire some event. **</p>
<p>Cheers</p>
http://stackoverflow.com/questions/1814553/cdo-message-the-transport-failed-to-connect-to-the-server0CDO.Message - "The transport failed to connect to the server."nrub2009-11-29T03:32:21Z2009-11-30T11:31:07Z
<p>I'm working on a Classic ASP & Vbscript site that uses CDO.Message to send email in a function. I'm running into trouble with this function and am recieving the error,</p>
<pre><code>CDO.Message.1 error '80040213'
The transport failed to connect to the server.
</code></pre>
<p>I believe it has to do with the SMTP authentication settings and the shared host we are running on. I am looking for help debugging the issue further.</p>
<p>Here is the main code snippet from the function,</p>
<pre><code>Set objConfig = Server.CreateObject("CDO.Configuration")
Set Fields = objConfig.Fields
' Set config fields we care about
With Fields
.Item(cdoSendUsingMethod) = cdoSendUsingPort
.Item(cdoSMTPServer) = "mail.<website>.com"
'.Item(cdoSMTPServerPort) = 25
'.Item(cdoSMTPConnectionTimeout) = 10
'.Item(cdoSMTPAuthenticate) = cdoBasic
'.Item(cdoSendUserName) = "support"
'.Item(cdoSendPassword) = "password"
.Update
End With
Set objMessage = Server.CreateObject("CDO.Message")
Set objMessage.Configuration = objConfig
With objMessage
.To = lEmailTo '"Display Name <email_address>"
.From = lEmailFrom '"Display Name <email_address>"
.Subject = lSubject
.TextBody = lMessage
.Send
End With
</code></pre>
<p>At first I believed it might have been with the commented lines 9-13 in the above snippet, but it appears that a previous developer commented them on purpose and that the email function was still working at some point in time. Uncommenting those lines still doesn't solve the error. </p>
<p>Can anyone see anything I might be missing? Does anyone know what the defaults for CDO.Configuration are and what SMTP settings this code is trying to use with our shared host? Should I first call our hosting & clarify with them?</p>
http://stackoverflow.com/questions/1408237/how-to-access-filesystem-from-within-a-net-dll-called-by-classic-asp0How to access filesystem from within a .NET dll called by classic ASP?Jason2009-09-10T23:26:14Z2009-11-30T11:00:04Z
<p>I made a .NET dll and put it in system32 folder and RegAsm it in a win2003 server.</p>
<p>One of the API of this dll is to create a file in c:/ folder. And when I call this API from a classic ASP script, always get this error </p>
<p>System.IO.__Error.WinIOError</p>
<p>So the dll or asp process does not have the sufficient access privilege? How to give it the write access?</p>
<p>Thank you</p>
<p>[Edit]
The dll is called in an ASP page, running in a browser. </p>
<p>[Edit]
Anyone can help?</p>
http://stackoverflow.com/questions/1078163/can-you-give-me-indexing-service-example0Can you give me Indexing Service exampleVinod GH2009-07-03T07:23:37Z2009-11-29T17:00:04Z
<p>I have got an application in Asp using Indexing service. I am new to this.</p>
<p>Can any body send an example with explaination</p>
http://stackoverflow.com/questions/1489215/why-wont-my-classic-asp-page-run-in-the-root-of-my-asp-net-app0Why won't my classic ASP page run in the root of my ASP.NET app?John T2009-09-28T20:33:09Z2009-11-28T23:18:03Z
<p>Here's my situation - I've had an ASP.NET application running in production for a long time now (Framework 2.0) and recently migrated from one root directory to another by switching the app's home path in IIS. Everything is running just fine, except any classic .asp scripts. When you hit them with a browser, they start to download like a standard text file.</p>
<p>The application config has not been changed, just the root home directory. Also, I have other applications on the same machine that do allow .asp to execute within them.</p>
<p>Any ideas?</p>
http://stackoverflow.com/questions/1018764/why-can-i-not-get-application-object-in-classic-asp-when-i-add-a-net-wildcard-ma0Why can I not get application object in classic ASP when I add a .NET Wildcard mapping to directory?Ron2009-06-19T16:03:26Z2009-11-28T08:00:04Z
<p>We're migrating a site from classic asp to .NET. In the process, I need to use .NET authentication to secure the classic asp pages. This works great with wildcard mapping...unless the classic asp pages try to use something like the Application object. </p>
<p>I have tried adding an HTTPHandler to pass the request to the asp.dll, but to no avail. </p>
<p>Is what I am trying to do even possible?</p>
http://stackoverflow.com/questions/1805453/caching-recordsets-in-asp-classic1Caching recordsets in ASP Classic?Kjensen2009-11-26T20:07:34Z2009-11-27T10:59:31Z
<p>How can you best cache disconnected ADODB recordsets application wide in a classic asp scenario?</p>
<p>It does not seem like it is possible to store disconnected recordsets in application state, or am I missing something?</p>
<p>I found <a href="http://blogs.technet.com/heyscriptingguy/archive/2006/04/11/how-can-i-save-a-disconnected-recordset.aspx" rel="nofollow">an example of how you can persist recordsets to xml and load them again</a>, but I was hoping to stay in memory - but it might be the best option.</p>
http://stackoverflow.com/questions/1733476/best-practices-for-converting-an-existing-website-into-a-website-with-sef-url2Best practices for converting an existing website into a website with SEF URL Salman A2009-11-14T06:21:55Z2009-11-26T14:51:45Z
<p>I've got a website that was created about an year ago and its been constantly revised since then. The website is coded in classic ASP, contains about ~50 pages -- some are multi-purpose, and contains old-school style links such as:</p>
<pre><code>/news.asp?PageIndex=4
/news.asp?SearchString=Obama
/news.asp?SearchString=Obama&PageIndex=4
/news.asp?NewsID=1
</code></pre>
<p>I have IIRF v2 installed which allows access to URL rewriting functionality so this I do not have to worry about. What I am worried about is how to replace about 300 links to .ASP pages with SEF urls. As far as my understanding is concerned, I have to add a database query (to extract title of the record being linked) for each link. </p>
<p>I need advice on how to begin converting the website into a SEF URL powered website with as little code change as possible. Wrapper classes and tried-and-tested techniques and pointers to best practices will be appreciated. </p>
http://stackoverflow.com/questions/1797239/asp-ide-on-windows0ASP IDE on WindowsAdrian2009-11-25T14:27:18Z2009-11-26T13:28:31Z
<p>What is the best free alternative to Visual Studio for ASP development on Windows platform?</p>
http://stackoverflow.com/questions/1797933/anyone-have-benchmarks-speed-tests-comparing-classic-asp-vs-asp-net-2-0-or-3-52Anyone have benchmarks / speed tests comparing Classic ASP vs ASP.NET 2.0 or 3.5?will2009-11-25T16:00:56Z2009-11-25T19:28:03Z
<p>I'm thinking about using ASP.NET in a new project I'm starting and I'm wondering if it's faster than classic ASP. I've been using classic for years, and never ran into any problems, but I really want to pick the fastest out of the three.</p>
<p>Thanks for your help!</p>
http://stackoverflow.com/questions/1144300/asp-classic-webapp-connect-to-different-sql-db-via-login1ASP Classic Webapp - Connect to different SQL DB via loginMJC2009-07-17T16:17:41Z2009-11-25T19:00:03Z
<p>Need a way to connect to a unique SQL db via login in ASP classic.</p>
<p><strong>THE SETUP</strong></p>
<ul>
<li>Webapp: ASP classic/SQL 2005.</li>
<li>Webapp stores information for multiple companies. </li>
<li>All data stored in one master SQL 2005. All db's will be on same server.</li>
<li>Each user has a unique login (Company, User ID, Password)</li>
<li>Connection is with master db include file using DSN-less connection </li>
<li>IE: (dbConn.Open "driver={SQL Server};server=11.22.333.444;database=mywebdb","mylogin","mypassword")</li>
</ul>
<p><strong>THE NEED:</strong></p>
<p>Want to split companies into their own database. When the user logins, the company name will tell the APP to use a unique SQL db connection for each company. </p>
<p>Since dynamic include files are not an option, what is best route to go?</p>
<p>Thank you!</p>
http://stackoverflow.com/questions/1784287/debuging-classic-asp-causes-visual-studio-2008-to-crash-how-to-fix0Debuging Classic ASP causes Visual Studio 2008 to Crash - How To Fix?Adam2009-11-23T16:30:35Z2009-11-25T17:24:27Z
<p>I'm debugging classic asp code using VS 2008 sp1 on windows 7. Everything works great, I attach to the process and can debug. However, If I stop debugging visual studio will crash.</p>
<p>I read the recycling the app pool would help, but it has not helped me end a debugging session with out crashing. I have hunted through Google and stack overflow for a solution, but so far I've mainly found complaints.</p>
<p>Has anyone figured this out?</p>
http://stackoverflow.com/questions/1797211/eclipse-asp-classic-plugin0Eclipse – ASP classic pluginAdrian2009-11-25T14:23:32Z2009-11-25T14:34:57Z
<p>Where can I find an Eclipse plugin for ASP classic?</p>
http://stackoverflow.com/questions/1792386/uploading-in-asp-to-iis-5-11Uploading in ASP to IIS 5.1JezB2009-11-24T19:30:47Z2009-11-25T12:25:28Z
<p>First - I know XP isn't great at hosting, but as the site is only for my personal use, and I already have an XP licence, that's what I'm using...</p>
<p>I'm using the pure asp upload script from <a href="http://www.asp101.com/articles/jacob/scriptupload.asp" rel="nofollow" title="www.asp101.com/articles/jacob/scriptupload.asp">link text</a> to upload images to a website hosted on a Windows XP Pro pc.</p>
<p>The upload script works great on other sites I have developed but these were all using IIS 6 or above.</p>
<p>The problem I'm having is uploading files bigger than about 200K. </p>
<p>There is a Microsoft support page <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;327659" rel="nofollow" title="MS Support">link text</a> that seems to answer my problem. But, I have followed the instructions and am still getting the same problem.</p>
<p>I also found another article on the same problem - <a href="http://itonlinesolutions.com/phpbb3/viewtopic.php?f=3&t=63" rel="nofollow" title="Link">link text</a> - this one says that "On IIS 5.1 you cannot change the File Upload Limit."</p>
<p>Does anyone have a definitive answer - does the AspMaxRequestEntityAllowed property in the IIS 5.1 metabase have any effect?</p>
<p>If not, is there a work around for this scenario?</p>
<p>Thanks for your help!!</p>
http://stackoverflow.com/questions/1715901/most-efficient-way-to-create-reports-every-15-minute0Most efficient way to create reports every 15 minute?scott-herman2009-11-11T15:24:18Z2009-11-25T08:11:37Z
<p>I currently have an ASP Classic script that runs every 15 minutes (via scheduled task). The task is responsibly for opening up Internet Explorer and loading the create report ASP page. Once the page is done loading, I have Javascript at the bottom of the page responsible for closing the IE window. We often run into issues where the script will hang for whatever reason and not reach the end. Thus, we end up with multiple IE instances at the end of the day. However, generating report in this manner seems very clunky and unnatural. I am using IIS and switching over to .NET.</p>
<p>Would anyone have any alternatives?</p>
<p>Thank you.</p>
http://stackoverflow.com/questions/1766712/can-i-embed-an-image-on-my-asp-send-mail0Can i embed an image on my asp send mail?Silent2009-11-19T21:31:54Z2009-11-25T08:06:55Z
<p>hello all
i have a client that has old school asp. Is it possible to edit the asp file to embeded an image? i only have the asp file and inside that asp file it has an auto response form like this</p>
<pre><code>body = "Dear " & cName & "," & vbcrlf & vbcrlf & "Your request for the " & vehHeader & " (" & FormatCurrency(vehPrice)& ")" & " has been received and will be reviewed promptly." & vbcrlf & "We will contact you shortly to verify your information." & vbcrlf & vbcrlf & "Thank you for using ClassicShowcase.com."
AppSendMail AppSupportMailto, cEMail, "Confirmation of vehicle request...", body
AppReportError "CUBid.asp: Error sending confirmation e-mail."
AppSendMail AppSupportMailto, AppSupportMailto, "Web bid for the " & vehHeader, "Check Administration Center for details."
AppReportError "CUBid.asp: Error sending confirmation e-mail."
</code></pre>
<p>i do not have the VB files or the solution file how would i be able to embed images from the server so when the user gets the auto response email he can view some images </p>
http://stackoverflow.com/questions/1172091/migrating-from-custom-asp-asp-net-applications-to-php-typo30Migrating from custom ASP & ASP.NET applications to PHP (Typo3)Brian Cupps2009-07-23T14:20:29Z2009-11-25T03:09:21Z
<p>So we've hired a company to migrate our three websites from custom built CMS solutions to Typo3. One of our sites is still in classic ASP while the other two are in ASP.net 1.1 & 2.0. Typo3 wasn't my choice, but the choice of those with the purse strings. Anyway, the migration of the sites is progressing but I have a problem that nobody seems to be able to answer. How do we handle page redirects?</p>
<p>For example, on our classic ASP site, we have a lot of tracking links from our newsletters (7 years worth) that have urls like: tracklink.asp?ID=23421 How can we handle these links on the new PHP setup that Typo3 is running on? I can build a PHP page to handle the classic tracking similar to the PHP page, but if you go to the .asp page in the example above, we get a 404 error, even if the page is there, since by default, the system doesn't handle ASP pages. Is there a way to do some sort of redirect that will still pass the querystring variable to the new PHP tracking page? Also, we'll need to do this with our .aspx pages on the .net sites as well.</p>
<p>Any ideas??</p>
http://stackoverflow.com/questions/768336/wrap-32-bit-dll-for-64-bit-operating-system-to-work-with-regsvr32-exe2wrap 32 bit dll for 64 bit operating system to work with regsvr32.exeTim Jarvis2009-04-20T13:48:58Z2009-11-24T17:16:03Z
<p>We are currently transferring our websites from Windows 2003 (32-bit) to Windows 2008 (64-bit) and have hit a problem.</p>
<p>One of our website use the payment gateway HSBC CPI which requires a DLL to be registered(regsvr32.exe), this DLL is then used inside a classic asp website. The problem is the DLL is a 32-bit DLL and so it will not register with the the Windows 2008 operating system.</p>
<p>Is there a way we can wrap this 32 bit dll in a c#.net project so that it's methods are exposed and can be registerd with the OS?</p>
<p>Any help would be very much appreciated.</p>
http://stackoverflow.com/questions/664462/classic-asp-twitter-libraries1Classic ASP Twitter LibrariesDaniel A. White2009-03-19T23:35:59Z2009-11-24T16:42:36Z
<p>Does of anyone know of any Classic ASP (VBScript) Twitter libraries? Thanks.</p>
http://stackoverflow.com/questions/1507965/what-is-the-best-way-to-manage-array-or-arrays-in-classical-asp1What is the best way to manage array or arrays in classical ASPSalman A2009-10-02T06:14:42Z2009-11-24T15:55:46Z
<p>PHP provides associative arrays but there is no such thing in classical asp. I am looking for a class or function that allows me to create and traverse a hierarchy similar to this:</p>
<pre><code>United States
Washington
Electric City
Banks Lake
Lake Chelan
Wapato Point
Gig Harbour
Mexico
Nayarit
Aticama
Asia
India
Mumbai
Pakistan
Sindh
Karachi
</code></pre>
<p>As you can notice, the hierarchy has uneven depth -- it could be 3, 4 or 5 levels deep. The database structure is even more complicated as for some records I have to start displaying data from region level while for others I should start from country. An array of arrays would really help but in ASP my hands are tied.</p>
http://stackoverflow.com/questions/1778868/access-and-classic-asp-error-80004005-system-resource-exceeded0Access and classic ASP error 80004005 System resource exceeded.Cruachan2009-11-22T14:37:06Z2009-11-23T19:11:23Z
<p>An old site on shared hosting has developed an error when executing a simple SQL statement</p>
<pre><code>Microsoft JET Database Engine error '80004005'
System resource exceeded.
/411971/users1.asp, line 68
</code></pre>
<p>Line 68 is Set objCon = objCommand.Execute</p>
<p>The Access database isn't large (less than 2Mb), this is a single table query and the table only contains around 500 records. Field count is only about 20 too with no memo fields. Nothing has changed in the script. A compact/repair on the database has no effect, as does creating a new database and copying the table in question too it.</p>
<p>Looking round in the web this would appear to be most likely a web server issue rather than the code (and the behaviour would indicate this too) but I'm not finding anything conclusive - and knowing how shared hosting support works I'd like to have a definitive case before I go to them. Has anyone else seen this error/behaviour before and what was the problem/solution.</p>
<p>OUTCOME: I made sure I'd tried all the obvious approaches then emailed the ISP support who confirmed it was a server issue and restarted services, which fixed the problem</p>
http://stackoverflow.com/questions/1780401/formatting-floating-point-numbers-in-asp1Formatting floating point numbers in ASPsteve2009-11-22T23:27:54Z2009-11-23T17:09:36Z
<p>A friend asked me to update his shopping cart software. It's written in classical ASP using IE's JScript. I can't seem to format the variables correctly.</p>
<pre><code>. <% if (oOrder['product'] == "camera")
{ %> <%= format_float(oOrder['cost'], 2, 3)/2 %> <% } %>
%>
</code></pre>
<p>When I do this I get a bunch of jibberish with regards to the output. I'm guessing it's because of a datatype mismatch. </p>
<p>I get <code>-1.#IND</code> as the output. </p>
http://stackoverflow.com/questions/1773547/how-do-you-debug-run-classic-asp-pages-in-visual-studio-20081How do you Debug/Run classic asp pages in Visual Studio 2008?Ken2009-11-20T22:06:31Z2009-11-21T19:05:13Z
<p>Whenever I try to open a classic asp page while running the site in VS2008 I get the error: "This type of page is not served".</p>
<p>How do you Debug/Run classic asp pages in Visual Studio 2008?</p>
http://stackoverflow.com/questions/1765096/has-anyone-used-classic-asp-with-sql-server-2008-and-its-new-filestream-feature2Has anyone used Classic ASP with SQL Server 2008 and it's new FileStream feature?tekiegreg2009-11-19T17:31:30Z2009-11-19T18:09:28Z
<p>I'm getting ready to use SQL Server 2008's FileStream capability but I'm not sure if Classic ASP can read and write from SQL 2008 FileStream. We still have an old application we'd like to update to support File Uploads to database and would like to consider FileStream. If needed I can build a COM object via .NET to handle this but would like to know if there is a better way, thanks!</p>