Creating Architecture Documents From Existing Application

we want to create some documentation of the architecture in an existing
ASP application. Can anyone suggest some document types to use to make
it easy to understand the application?

This could be UML type documents or otherwise.

View Replies


ADVERTISEMENT

Application Architecture Question

I have a potential client who has a Access-based DB which they use for
recording orders, customer details etc...

They want to provide some of this information online, eg. customer account
details and stock-levels etc, whilst retaining their existing functionality.
They also want to retain the Access front-end but want to migrate the DB to
SQL Server. Code:

View Replies View Related

Creating Word Documents

I have tried three ways of opening word documents on my win95 machines.

(Yes, my client still has some win95 machine)

#1-With Response.AddHeader "Content-Disposition", "attachment;
filename=yourfilenamehere.doc"

#2-With Response.AddHeader "Content-Disposition", "inline;
filename=yourfilenamehere.doc"

#3 without the content-Disposition header.

#1 is not good because it forces the user through two dialogs. #2,#3 seem good because they open the document in IE, but the window does not have the corresponding document toolbar, so the user can not saveAs xxx.doc

How can I accomplish # 2 or #3 with IE showing a word document toolbar?

View Replies View Related

Creating Webmail Application

Im in desperate need of in creating my own webmail application. My server is ASP and .net enabled, but i do not have access to install further components so registerring dll files is a big no no.

I need help in creating code that can access a specified pop3 server using given credentials, preferably in asp but i can also use basic .net.

Does anyone know of good source code or what standard components in the ASP or .net environment have the ability to access such data? Or if you just know a few basic lines that i can use.

My website is just a small group of friends and we cannot pay for anything so its up to me to get this setup for us. I can send mail but not receive from POP3.

View Replies View Related

Example For A VB Application Creating Multiple ASP Sessions?

We have an IIS+ASP based application server that is capable of providing
complex reports to hundreds of users but in some circumstances these reports
can take a long time to create. However the data for the report is cached
so subsequent calls to view the same report come back with a sub-second
response time.

In order to make use of this caching we pre-prepare some of the reports by
getting back a list of potential users from the server and then executing
reports on their behalf. When the real users log in the report is served
from the cache.

I wrote the warm caching application using VB6 and it uses XMLHTTP requests
to execute the reports. However because ASP serializes the requests to the
server the application can only have a single session open with the server.
To get round this I spawn multiple instances of the application, each
instance then has its own ASP session and the server is loaded more
efficiently.

The question is how can I create multiple ASP sessions from within a single
VB application and have each session handle its own XMLHTTP requests? Its
obviously possible as MACT, OpenSTA and LoadRunner all achieve it.

View Replies View Related

Creating And Debugging A Web Application With A Remote IIS Server

how I can create a web application that is created on a remote server and debug it locally in Visual Studio 2003 ASP.NET 1.1.?

View Replies View Related

Asp.dll Architecture

I would like to know how many threads are there in asp.dll and which is the one that is handling my request.

View Replies View Related

Need Architecture

What I need to have is something like a "news site" whereby only the "X" most recent articles are displayed. I have thought of a number of ways to do this, but I don't know what is the "right way."

1) I can create a recordset for each article with value defined by a system value

2) I can create a query in Access that only has the "X" most recent articles in it and display each individually.

3) I can have a recordset of the whole set of articles and select the most recent. (based on date/time field)I'm sure there are other ways too.

How would you real programmers do this?

View Replies View Related

ASP Architecture

Does anyone know where I can find something about ASP architecture, and how
it works with IIS

View Replies View Related

ASP Development Architecture

can any one tell me the architecture of asp page. how the page is structured.

View Replies View Related

3-tier Architecture In ASP

Is it possible to design a 3-tier architecture in an ASP application. If yes then how & will it be better then 2-tier approach.

View Replies View Related

Service Provider Architecture

We're developing a hosted application that will be used by hundreds of
client companies, each with its own database. Our first release of this
product separated each customer into its own virtual directory with a copy of
the code (classic ASP/IIS 5). We want to design the next version so that
there is one virtual directory, one common copy of the code.
are we losing any application isolation by doing this?
Under IIS5 by separating each customer into a virtual dir, we created a
separate "application" that could be pooled or isolated. Under IIS 6, do we
have to do the same thing or is there a way to break a single "site" into
multiple application pools. It seems that the default is to have an
application pool per site.

View Replies View Related

Db Driven Site Architecture

when doing a dynamic site such as this, how does one handle the articles? is the whole article dropped into the db? or does it sit somewhere else and the db just references it?

i'm going to convert a large static site over to asp this summer and am starting to plan the architecture and i haven't really been able to find the answer.

View Replies View Related

Asp And Word Documents

I have created a word template containing logos. I want to be able to open the document and dynamically add data to it and save the file as something else. the problem is when I use the streamobject method it does not work! I can only add data if the file is a notepad (unicode file). Is there any way to do this? I can't find any ttutorials on the web.

Also I know how to write word documents using html and I cant use this method because when I open the document the image will not display. Is there a way to keep the image contained within the document?

If I can get either of the methods above to work that it would have solved my problem!

Or if anyone knows of other ways to creating a word document using logo's and dyanmic data then please let us know.

View Replies View Related

Word Documents

I have a HTML page with field data on, I would like to know if in ASP i am to pick up that field data and send it to a Word document, the application this data comes from is hosted in an IIS box and uses an ISAPI filter to parse the data from SQL tables to that GUI for the user. This function is need for an individual page at a time, & unfortunately I'm still quite new to ASP so I'm not sure if this is possible.

View Replies View Related

Upload Documents

I have a documentation management system written with ASP.This is a simple system.I want to upload necessary documents and create folders when necessary delete folders etc.When uploading documents I should select both the uploaded file & also the target location.Because I have many many folders and subfolders.

View Replies View Related

Delete Documents

If there a way using ASP to delete files from a folder on the server if the file doesnt exist in the database.

I have heard of something called FSO (File System Object) but not sure how to use it - does anyone know of an ASP method or how to mate ASP and FSO?

View Replies View Related

Secure Documents

I have a client who needs to be able to upload confidential documents (.doc and PDF) to a "hidden" area within their website so other members of their organization can later view them at their convenience. This area would be restricted by logins and passwords, but it also needs to be secure enough that no outsiders could gain access to these documents if they tried.

I've read on here about placing files in a directory outside of the root directory and then reading them back with a script but I'm wondering if there are other options that would be even more secure than this. Maybe with using some sort of file encryption or something else used in conjunction with files outside the root. I would be open to any 3rd party commercial software if someone has had good experience with it. Does anyone have suggestions to offer?

View Replies View Related

Get Existing

i have 2 tables and i want the content of the one table where the second tables content doenst exist in the other table.

E.g.
Table 1

id1
1
2
3
4

Table 2

id1
1
4
so i would only get 2 and 3 in table 1.

View Replies View Related

Upload Documents With Aspupload

I am using what seems to be a straight forward script but am getting an error, is the term Funtion not accepted in aspupload?:

the error is:

Microsoft VBScript compilation error '800a03ea'

Syntax error

/legacyUploadscript.asp, line 15

Function isValidFile(filename)

The script I have created is this: ...

View Replies View Related

Generating A Set Of Word Documents Using ASP

May I know how I can create a set of word documents using ASP? Is there any sample code available on the web for such document generation system?

View Replies View Related

Searching Text Documents

I'm making a new database that is to store details about word/pdf documents. I need to have a search function that can search through the content of the file. Is this possible? [I'm using Access].

View Replies View Related

Streaming Documents To The Client

I am working in an intranet/extranet application in which the user should be able to see some documents (specially doc and pdf). These documents will be stored in a safe place in the server preventing anybody from downloading them directly from the URL.

In order to achieve this, I have made an activeX component which takes the original file and stream it to the client. I have basically two questions/problems.

First, is there a way to manipulate the document generated dinamically in order to change the way it is displayed in the browser(zoom factor,etc)? By default it depends on the client configuration. Maybe I could use an application.word object in the ASP but the problem is that I don't have the document in a file, I only have a stream sent from the server.

Another question is, how can I avoid the download dialog(open/download file prompt) on the client? I always want the document to be displayed on the browser. I know this is for security reasons, but can this be configured in some way through the IIS options for the web site? Code:

View Replies View Related

Generating Word Documents

Here's a quick query for any ASP/MS Office gurus out there!
When attempting to use the following code:

Set WordApp = CreateObject("word.application")

I get the following error message:

ActiveX component can't create object: 'word.application'

Could this be because MS Office is not installed on my server? Or is there another reason for this error message?

View Replies View Related

Formatting Word Documents

I'm using ASP to create a word document using response.contenttype=("application/msword"), which works fine, but I want to do some formatting to the page setup (such as change the margin sizes) before delivering it to the client.

View Replies View Related

Adding Images To RTF Documents

I have been struggling with this for a couple days now and wanted to see if anyone can point me in the right direction... I am generating an RTF document using ASP and the FileSystemObject from values selected in a form and database values. I have had no problem creating the document and even using some pretty advanced RTF formatting but I cannot figure out how to add an image to the document.

I have read in many places that it is possible and I know there are third-party components that claim to do it but I wanted to see if anyone had any sample code to do this using ASP and the FileSystemObject. I have an image stored on the server and I want to include it within the RTF document.

View Replies View Related

Displaying Word Documents

displaying word documents onto a webpage? The word documents will contain text/tables/pictures. I am new to this and can't quite find what I need.

View Replies View Related

Cannot Upload Documents Or Pics.

I run my applications perfectly, can make changes to my database, but I cannot upload Documents or Pictures Etc.Etc.I was able to with my Windows ME OS. I now run Windows 2000.

View Replies View Related

Security On Uploaded Documents

I maintain a website, written primarily with ASP, which allows users to fill out a form and upload documents to the web server. Once on the server other users can download the documents. Currently anybody within the Intranet can upload and download any documents. I would like to do something that would allow the user to specify who can view a document. I was thinking of using the users domain/handle as the security key.

View Replies View Related

Compare 2 Word Documents

How To Create An Object For Word Application To Compare 2 Word Documents In An Asp Page.

View Replies View Related

Saving Edited Documents

I am creating an web application with IIS 5.0 where the user will be given a facility to view a PDF or word document. The user can edit these docuements. But once the document is edited, I want to save the changes on server side. Is it possible to implement such a feature?

By the default behaviour of IE, if abc.doc is opened and edited, if we try to save the file by entering the path as URL we are not able to save the file on the server. This is because server creates a readonly copy of the file. Please let me know whether such a feature is feasible? Or whether I have to develop my own component using which this might be possible?

View Replies View Related

Displaying Documents In ASP Webpage

I have developed ASP Website and have a Login page for 3 different user groups. Each group is directed to their own specific webpage within the site.

Can someone please tell me how to display word documents in these ASP webpages.
This must be a simple process, as these documents are just for viewing purposes, ie: not editable while been viewed by user group.

View Replies View Related

Send Documents To Printer

I have a series of hyperlinks on my page which open up documents. Mainly pdfs. Can anyone tell me if it is possible to send these straight to the users printer or is this just asking too much ?

View Replies View Related







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