Migrating ASP Application From WIN NT To WIN 2003

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

View Replies


ADVERTISEMENT

Migrating ASP Application

what all things to be taken care while migrating asp applications which is currently running under WIndows NT , IIS to Windows 2003 IIS.

View Replies View Related

ASP Application Shifting From WIN NT To WIN 2003

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

View Replies View Related

Microsoft Project 2003 Web Application

if it is at all possible to create a web application using Microsoft Project. I want to create a web application that provides users with the possibility to view the gant charts and main details of the project file.

I would be really grateful to anyone that might be able to give me some advice or point me to some areas where I might be able to get some examples of how to incoporate project 2003 with ASP.

View Replies View Related

Migrating An App

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?

View Replies View Related

Migrating From IIS To ISP

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?

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

Estimation Of Migrating From Asp

Whats the estimated time frame for an experienced asp/vb developer to get a
handle on asp.net in a comercial environment Im just looking on advice ?

View Replies View Related

Error From Migrating

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?

View Replies View Related

Migrating From Access

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.

View Replies View Related

Migrating Data (MS Access)

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?

View Replies View Related

Who Have Success In Migrating WWForum To MS SQL ?

Anyone over here ever Migrated WebWizForum from Access to MSSQL?

View Replies View Related

ASP Errors Migrating From Access To MSSQL

I'm now receiving this error:

Microsoft VBScript runtime error '800a01a8'

Object required: ''

login.asp, line 9

Worked fine with Access. Can somebody help me tidy up my code. login.asp below. Code:

View Replies View Related

Error When Migrating From IIS4 To IIS5

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.

View Replies View Related

Migrating Access Program To ASP Have Problems With Yes/No Field

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.

View Replies View Related

Access VB Application From Web Application

We have our web-site developed in classic ASP, and I need to add this additional feature on one of the pages to access a VB application. How can I do that? The VB application basically sends output to the COM3 port and opens a USB-Cash drawer that is attached to it. I am not sure how to go about with this.

View Replies View Related

2003

I currently have my website on a NT4 box, all pages work fine.
I am working on moving it over to a win200k web edition server.
I have my connection to my SQL working, copied all the pages to the new
machine without making ANY changes to the pages.
Now when my .asp page queries the database, it takes forever for it to
return any data, and not only does it display incorrectly, it does it
without putting anything in any of the tables that the data is suppose to be
in.
I have the data displayed in a table so it's all nice and neat, but the
table is not being written. When I view the source code after the data is
returned, it only has the data from the database, no mention of any tables,
or the pictures or anything else.
Is there something that has to get done so 2003 will write the tables
properly??

View Replies View Related

Com And Win 2003

I have installed the new server 2003 and instaled a com dll. i had instaled on my win 2000 server. My problem is that i am getting a permission error

View Replies View Related

.Net 2003 With IIS 5.0 And ASP.Net

I have 2000 Advanced Server with IIS 5.0 ..Net 2003 IDE and I want to create a ASP .Net Webservice Project. When I try to do that I get the message that the webserver is not running ASP.Net 1.1 . and I can't proceed. Is there a way to use ASP.Net 1.0 with IIS 5.0 in .Net 2003? I wont be upgrading to 2003 any time soon.

View Replies View Related

Win 2003 SP2

Our 2003 server recently updated itself with SP2, All our asp applications which use a variety of custom activex dlls stopped working with the classic "Method '~' of '~' failed" error. Changing permissions had no effect and only uninstalling SP2 fixed it.

View Replies View Related

ASP / Exchange 2003

I am writing a small CRM at the moment and would like one of the features to be that the first page picks up mail from a 'info@' mailbox on a locally hosted exchange 2003 server.

I am finding it a nightmare to track-down either how to do this or find the right info, I think partly because the methods may have changed with server upgrades.

Is there a definative method I should be using and any pointers to documentation etc.

View Replies View Related

CDOSYS With SBS 2003

I have made simpale web site inside that i am generating email page which
send form as email.

i have setup small business server with Exchange server 2003 and i have
hosted my website with this server.

i can not generate email using following code while same code working with
my developement XP machine installed SMTP service. Code:

View Replies View Related

How Do I Truncate This - 12/12/2003 4:00:00 PM

So I only get the date, and not the time. What confuses me is the possibility that the string length can vary from date to date, else I'd use a trim, right?

View Replies View Related

Classic ASP In VS 2003

Has anyone had any success in editing/debuggin classic ASP in Visual Studio 2003?

We have recently received a new project from an outside contractor done in .Net 1.1 and now have VS 2003 installed. We have tried to use it to work with our legacy ASP applications but we are stumped on how to get the debugger to work. It keeps trying to "build" and errors out because it cannot find a sub main().

If you have had any luck with this please either point to a resource that will get us started or share the steps to get this going.

View Replies View Related

VS 2003 To VS 2005

I migrated my webapplication from VS 2003 to VS 2005. and i am running on win xp Professional sp2. After migrating. i am getting the following error ."The type initializer for 'System.Web.Compilation.CompilationLock' threw an exception." the error is shown in the following line

"<%
@ Page Language="C#" AutoEventWireup="true" CodeFile="Test.aspx.cs"
Inherits="Test"
%>"

i looked into the net but couldnt fix this.

View Replies View Related

ASP On Win 2003 Server

My window server is going to be upgraded from Win NT 4.0 Server to Win 2003 Server. I don't know if I can put an ASP web application on this new server without any problem. I guess ASP.NET would be better but right now I just have a classic ASP. Can you help me about this? Or any article about this issue would be greatly appreciated.

View Replies View Related

ASP Error Under Windows 2003

Is html based form for upload files. ASP script are get and save files on web server. Works fine on Windows 2000 Server.

Under Windows 2003, if try to upload files more than 100Kb got error:

Error number: -2147467259
Error source:
Error description: Operation not Allowed

in next line:

Binary = Request.BinaryRead (Length)

Any idea why it happen?

View Replies View Related

Add IP's Manually To Windows 2003 Web?

How do I add additional IP's manually in Windows 2003 Web Edition? I was told to add them to subnet mask? I am not sure about this as I am new to it. Also, in remote desktop connection perhaps? Where after I login?

View Replies View Related

ASP On Windows 2003 Server

I made some of the web pages using ASP on windows 2000 server, now i wanto to upgrade my Operating system from windows 2000 server to Windows 2003 Server , Are my web pages will work fine if i do this upgradation or there are any configurations on IIS i have to make to work fine ....

View Replies View Related

View The Code Using VS 2003

When I open a page from an existing website file in VS 2003, the page
immediately executes without giving me the opportunity to view the code or
insert a stop or break. How to view the code?

View Replies View Related

Visual Studio 2003

I get this error, despite doing everything the internet says to fix it:
"Visual Studio .NET has detected that the specified web server is not running ASP.NET version 1.1. you will be unable to run ASP.NET web applications or services."
YES, I have run "aspnet_regiis.exe -i" about 75 times. It doesn't work. I've uninstalled .NET Framework, reinstalled it, rerun aspnet_regiis over and over and over again... nothing works.
I think it might have something to do with bad permissions somewhere, but I looked for over an hour for some magical window that says "Make ASP.NET work" and I'm convinced it doesn't exist.
I'm using Windows XP Professional SP2, IIS v. 5.1, ASP.NET v. 1.1.4322.0, VS.NET 2003 Version 7.1.3088

View Replies View Related

Slow ASP On Server 2003

I just migrated an NT4.0 website (all ASP) to Windows Server 2003 (small business server - deluxe edition) and some pages are very slow to render on client.

Seems to be pages with tables. I can stop the browser by clicking "X" and the table will be partly rendered. The table only has 26 rows and very little content.

Any ideas why this is happening would be appreciated. I have read of others with the same problem but no solutions.

View Replies View Related

Website On Windows 2003

some of my sites which is working perfectly on Windows 2000 But when i tried the same thing from Windows 2003, it gives me error..

I am using IIS 6.0 By the way i am getting an error 80005000 login error.

View Replies View Related







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