My client has the need to upgrade to Windows 2000 Server from NT4 but are
concerned about whether there existing custom code (ASP,VB6,MTS, etc) will
work correctly once migrated.
Does anyone know where I might be able to find information relating to what
functionality has been deprecated in Windows 2000 Server since NT4 (I know
CDONTS is one of them).
Over my years developing ASP applications and writing asp code in general I have created a library of nice little apps and functions that I use over and over again.
I was "thinking" about maybey setting up a site with all my useful functions, subroutines, and possibly applications for people to download and hopefully donate some money if they use them. Perhaps even have some apps for sale only.
The apps will mainly be my useful plugin developments such as guestbook, gallery, login system etc. My question however is do you think it would be worth the time and effort? Do you find yourself using plugins a lot?
I defo think the functions could be handy but again how many of you search for functions to help you out or indeed how many of you currently use functions you have gotten from other people? Would you donate something if you used them?
Mayby some of you have already done something like this and can let me know how you got on?
Are there some easy to use (and free) web scanning tools that can check for security vulnerabilities (SQL injection, cross site attacks) on classic ASP apps and suggest ways to fix them?
My client has the need to upgrade to Windows 2000 Server from NT4 but are concerned about whether there existing custom code (ASP,VB6,MTS, etc) will work correctly once migrated.
where I might be able to find information relating to whatfunctionality has been deprecated in Windows 2000 Server since NT4 (I know CDONTS is one of them).
Does anyone implemented/created any facebook applications using ASP? Is there any recommended url? It seems that asp is lagging behind for web2.0 apps... but i still love asp.
Can anyone recommend project management, timeline and calendar apps I could install on my own site? Hopefully ASP and SQL based. Most of my searches are ending with expensive or limited options. Free is great of course! I need something reasonably priced.
I have 2 seperate web applications A and B. During the execution of A, I want to do a Server.Transfer to a page in application B. This works fine if A has a reference to B, but without the reference, I get the following error:
Parser Error
Description:
An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message:
Could not load type 'B.WebForm1'.
Source Error:
Line 1: <%@ Page language="c#" Codebehind="B.aspx.cs" AutoEventWireup="false" Inherits="B.WebForm1" %> Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > Line 3: <HTML>
Source File: c:inetpubwwwrootBB.aspx Line: 1 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
It seems to be looking for B.dll in the path for application A, and can't find it. Because of the specifics of this project I am unable to set a reference, or even include a <codeBase> element in the config file. Is there any way to force the runtime to look in the path of the target application instead of the launching app?
First, I've got to apologise if I ask some stupid sounding questions, I'm not trained as a programmer and I'm trying to learn some basics with the help of kind people like yourselves on dev forums.
So, here's the deal. I just purchased a new subscription for shared .asp hosting on a new server. So, I uploaded all my .asp files etc to the new server, keeping the old structure.
You can see the site at www.hydra-breaks.net
The public side of the site runs fine, but I can no longer use any of the admin tools - mostly information submission forms. When I use *any* of the forms, I press "submit", then receive the error message:
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
I don't have admin access as it's shared hosting, or access to the IIS... does anyone have some suggestions?
Are there any free components out there that will analyse IIS log files and write selected information to a DB?
I know there are free packages like Analog and Webalizer, but I'm more interesting in an app or component that feeds log files in to a DB so that it can be queried later.
We have a huge fat client database enabled application. It is a MDI app with a very rich graphic interface and hundreds of different screens and dialog windows. There is a lot of client side processing, validation, file manipulation even interaction with 3rd party apps (i.e Microsoft Office). Is it possible to migrate this type of an app to run as a Web app using ASP ..Net? Are there any 3rd party frameworks/libraries that could be used to accomplish this?
have a simple asp program that works fine from IIS. It's made up of 2 asp files and one MS Access database. One asp file execute just fine, it executes its code and dumps the html results onto the asp file I point to in the browser.
But on an ISP's site, after uploading the 3 files, the execution doesn't happen. The asp file I point to using a typical URL, shows only and as expected a couple of lines at the top of the page. The execution below that however, is not happening, and what I see normally locally just isn't there. What gives?
What's a great tool to use to deploy n-tier web-based apps? I'm thinking in terms of an installer that produces a package that a client can run that will set up one or more IIS sites, copy files to an NTFS partition and set permissions, create an application and install COM objects in Component Services, attach (or script the creation and population of) a SQL Server 2000 database, etc.
I'm currently using ASP, IIS 5.0, SQL Server 2000 and VS 6.0 but am about to take the plunge into .NET for new development. What are the tools that I should be looking at?
I promised a friend that I'd help him move his site over to a new server. It uses ASP and an MS SQL database and is on a Windows server. I moved his files over and for some reason I'm getting the following error and was wondering if someone could help figure out how to fix it.Code: Microsoft OLE DB Provider for ODBC Drivers error '80040e21'
ODBC driver does not support the requested properties.
/default.asp, line 86 Here is the code where the error is generated from (the recordset is line 82):Code:
function rs_readonly( sql ) dim rs set rs = createobject("ADODB.recordset") ' rs.cursorlocation = adUseClient ' response.write( sql & "<br>" ) ' response.write( "<p>" & sql & "</p>" ) rs.open sql, connection, adOpenKeyset, adCmdText set rs_readonly = rs end function Also, this is in the global.asa file. Can somebody tell me what this means/does?
i will need to change my current Access backend to MS SQL 2000 Server. I have never done this before and I ve been told some queries change and some operations like JUNCTION etc, change too or at least act a little bit different.
I would like to ask to you people all sorts of suggestions, steps to follow, tutorials, etc,, you know, just all sorts of help to go through this without getting a headache.
this is Aravind from hyderbad. i am working on application which we are migrated asp application from WIN NT to WIN 2003. Here iam facing some problems. here iam loading .asp file as image on another .asp file to display data in chart. this is working good in WIN NT but it is not loading in WIN 2003. iam giving html tag which we used to load the image <img src="abcd.asp"> (this .asp is in the same directory) but this is not loading. Is it the problem with WIN 2003
if i have 2 datasources with different table names and column headers that i want to merge i.e. "ptitle" and "name" whats the best way of doing this? are there any standard routines or should i use something intermediary like xml?
Let me first apologize for anything that makes me sound stupid. I'm really not a ASP programmer, but i am the one fixing our glitch.
First, let me explain whats going on. We have a company intranet signout board. And under our IIS4 server, it works just fine, but under IIS 5 its works except for one glitch. The board lets the user choose their name from a databse, and enter a date and time of leaving a arriving.
On the old server, if the user just entered a time, it automatically added the current date followed by the time. Now, if the user just enters a time, that all that is displayed, and for some reason the board will only allow one name to be displayed like that.
So if person A signs out with just a time, he is listed, until person B signsout and overwrites person A
I think i have narrowed the problem down to this
If FormatDateTime(Request("txtReturn" & intIndividualPerson),2) <> "12/30/99" Then
rsUDPerson("OutReturning") = Request("txtReturn" & intIndividualPerson) Else rsUDPerson("OutReturning") = Date & " " & Request("txtReturn" & intIndividualPerson) End If
The idea is, if there is a date, it wil be different then 12/30/99 so nothing is changed, but if no date if there it adds the current one. It almost acts like there is no Else statement.
I am planning to migrate my exisiting MS Access program that uses yes/no fields (checkbox). Can ASP identifies checkbox field of ms access? I am planning to use the same database and use msacess for report generation and web browser for encoding to the database.
I have one 3 tier architecture application running on Windows 2000 Server.
I have created replica of same machine on another machine where OS is Windows 2000 Advance Server.
But when I port same running application on new machine i.e. Machine with OS as Windows 2000 Advance Server, my middle tier (Active-X Dll, COM+ application) fails.
It throws common error Invalid Procedure Call or argument
What could be the problem? Do I need to change any settings for running application on Windows 2000 advance Server.