Migration Apps

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).

View Replies


ADVERTISEMENT

To ASP.NET Migration

Approximately how much percentage of ASP programmers must have already migrated to ASP.NET by now? Is ASP in more demand or ASP.NET in more demand?

View Replies View Related

IIS 6.0 Migration Tool And Asp

After running this tool, IIS serves up .asp pages completely empty. It can serve up the migrated asp.net tools, but not the .asp pages.

View Replies View Related

Migration To Windows 2003

I recently upgraded my servers to 2003. Since then the error-information shown in the browser has changed.For example, if under Windows 2000 I executed an SQL statement from within an ASP, and the SQL statement was syntactically incorrect, the error thrown
by ADO would finally show up in the client browser.

If I do the same with an Windows 2003 Server, only a "HTTP 500, internal server error" is sent to to client browser. The IIS LogFiles still show the actual error, but looking there is not that comfortable.Is this some configuration that can be done on the Windows 2003 server?

View Replies View Related

MVP Or MVC For Easy Migration From Winform To Asp.net

I need to write an application which should work as web application (ASP.NET) and it should have its counterpart for winforms - (they would do the same thing). My question is... what kind of pattern shall I use (MVP or MVC) for writing these apps to minimize overhead of rewriting code (e.g. I'll start writing winform app and then create similar web app )?

View Replies View Related

ASPX Migration Error

I am an ASP/MSSQL noob, and have been handed the task of migrating an ASP/MSSQL environment to a new server.

I have successfully restored the MSSQL backup file, but am getting a very longwinded error when trying to process a .aspx file extension. (Please note that .asp files work fine)

Could this be an error with the web.config file?
Will i need to recreate that file?

I am unable to post the entire error message due to its length, but if the rest is necessary, I can paste it in subsequent posts. Code:

View Replies View Related

IIS5 To 6 Migration Trouble

We are poised to migrate about 600 ASP sites from a single IIS5 server to a new pair of IIS6 servers. However, it appears that all files with includes like:

<!-- #include virtual="../../includes/file.asp" -->
will not work on IIS 6, it returns ASP 0126, include file not found.

We have enabled parent paths, but I can't find any documentation that suggests that IIS 6 handles include directives differently than IIS 5. Has this in fact changed in IIS 6? We are trying to avoid a huge and messy "search and replace embedded text" exercise.

View Replies View Related

ASP 3.0 - Migration To Windows 2003 Question

I have a ASP 3.0 web application that uses IIS 5.0 with W2K (with parent
paths enabled). In my research about migration to IIS6 with W2003 it says
that you need to change every INCLUDE FILE= to INCLUDE VIRTUAL=.

I call an ASP page at the root of the website and that ASP file has an
include that also is at the root, and the include is like this:

<!-- INCLUDE FILE="copyrightstuff.htm" -->

So what I've read say that this has to be changed to VIRTUAL like this:

<!-- INCLUDE VIRTUAL="/websitename/copyrightstuff.htm" -->

I could do this for one website that has one name listed in IIS. However, my
website code was designed to work on many different websites, each with
different domain names. It seems like a LOT of work to have to change ALL
the includes to accommodate the name given to the site in IIS. Code:

View Replies View Related

ASP Apps And Functions

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?

View Replies View Related

Migrating Apps

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).

View Replies View Related

Securing ASP Apps

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?

View Replies View Related

Facebook Apps

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.

View Replies View Related

Using @@SPID In IIS Apps??

Is there a way to get unique @@SPID to database when programming solutions
for IIS in ASP.

When trying I realize that the actual client/user against MSSQL database is
IIS, not the currently logged on user.

So my question is, can I get a unique @@SPID for every "real" client using
my webapp. when creating connection against database?

View Replies View Related

Time Management Apps

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.

View Replies View Related

Server.Transfer Between 2 Different Web Apps

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?

View Replies View Related

Transferred .asp Apps To A New Server, Now All Bug...

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?

View Replies View Related

Log Analysis Components/Apps

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.

View Replies View Related

What's The Tool To Use To Deploy Web-based Apps?

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?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved