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


ADVERTISEMENT

Testing And Analysis Tools?

I'm nearing the end of my site development (currently ASP and Access
moving to SQL) and am looking for site testing tools...

In particular looking for load testing and concurrent connection analysis to
see where site might be heavy or pages leave connections open!

Can anyone recommend good testing software that can give information on the
above...

View Replies View Related

Coverage Analysis Tools

I would love a tool which can be run when testing a classic ASP app which
records what code has been executed. I have a problem I have to find
occurances of through thousands of thousands of lines of code. This would
help speed the task. Anyone know of such an animal? I am kind of google
impaired. I was unable to find the lyrics to rolly polly fishhead one time
and my DH found it in 10 seconds.

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

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

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

Components

I am working on getting through the book Teach Yourselve Active Server Pages in 24 Hours.
Now, I am not learning ASP.Net, but ASP. Why, because, I am getting a lot of calls for asp, but not many for .Net. And I just don't know enough as I'd lilke.
At any rate. I have gotten to the section on Working with components. for example the MSWC.NextLink
I don't have it. I am running IIS 5.1 because I am on a Windows XP machine. And I am told I need a SDK download, but which one? Everywhere I look, its IIS 6, but that doesn't work on my machine. So, how do I get these components so I can run them.

View Replies View Related

Components And ASP

After working for so many yrs in ASP and COM I still feel novice. I have asp
page nd a COM component (.exe) which is written in VB. For some fixure, I
have to remove my IIS and reinstall it. My ASP page is not instantiating my
component. Whereas, components which are dlls working frin in ASP pages....I
checked permissions on DCOMCNFG, file directory, folder, file.
Any clues what is missing.

Error Type:
Server object, ASP 0178 (0x80070005)
The call to Server.CreateObject failed while checking permissions. Access is
denied to this object.
/testcomponent.asp, line 2

line2 is just a createObject for my .exe com component.

View Replies View Related

ASP Components

I am new to using components in ASP, whilst I can see the huge benefit of using them, the big problem that I am coming up against is that my host won't let me register them on the server.
My question is simply this: is the only way around this problem to setup your own server (which is probably beyond my technical ability) or are there lenient hosting companies out there that will let you install components freely (obviously subject to their approval)?
I dont know if there exists a directory of components somewhere which have been approved by hosting companies as safe to use on servers? Im a little confused as to how I can take advantage of components if I can't physically install them. Is it possible to use a component removely without having to install it on the server?
Sorry, I know I have asked a lot of questions but I am really in the dark here and not quite sure what my options are.

View Replies View Related

PDF Components - Which Is Best

I need to convert a dynamic (ASP) page on my site to a PDF, so I am looking for a PDF component which can open the page from a URL. Failing that it would need to open an HTML file from disk and convert.

I've been searching and there are hundreds with rather random pricing and different feature sets.

Can anyone recommend a component for this job which doesn't cost a fortune?

View Replies View Related

DLL Components

How can I make components to my asp code in VB or other VS 6. Nedd to know all the steps, because never make any activeX component. Nedd also to know how to call the dll file as well to receive and pass arguments to it.

View Replies View Related

Using Components

I am trying to use a component to execute a file but I'm not exactly sure how to
could some one please provide a little bit of sample code showing me how to
use a simple component?

View Replies View Related

ASP Code Vs COM Components

I've just been reviewing a COM component (VB6) that I wrote a while ago to
record when and where 404 errors occur; each error is logged in a DB along
with supporting information.

Looking at it now, I'm wondering why I chose a COM component rather than
just an ASP page. There is not that much code involved, so I could easily
have expanded the ASP page that calls the DLL to do the whole job....

COM Component:
Generally perform faster than an ASP page, but there is an overhead
associated with creating a new object in the calling ASP page, so more
suited to more intense apps that dont require user-interaction. Also keeps
code private of course.

ASP:
Keeping you code in an ASP page is often more efficient for smaller jobs,
where the cost of creating a COM object outweighs the potential performance
gain. Also prefered for tasks that require frequent user interaction. Code
remains public (to those who have access to server).

This is what prompted my question: At what point, does it become worthwhile
to go for a COM component as opposed to an ASP page? Is there that much
difference in it?

Are perceptions of the issues fairly accurate?

I've updated the DLL in question - it was a bit of a ball ache: modify code
& compile, reset IIS, then copy DLL to server and re-register. I know my DLL
in this example doesnt do much, and I'm certain that modifying and copying
ASP pages would be simple & efficient, but at what point does it pay to use
a DLL?

View Replies View Related

Email Components

I have a server runnign iis with no email componetns. Where do I get cdonts or similar components from?

View Replies View Related

Serverobject's Components

anyone have any experiencing using serverobject's components guid maker and aspmail? i'm wanting to change my cdonts scripts to the aspmail com and was wondering how good it worked. the guid maker is also installed on my host and was thinking of using it.

View Replies View Related

ActiveX Components

which ActiveX Component allows IIS to provide e-mail services

View Replies View Related

Components Under IIS6

I migrated an application from NT4 (IIS4) to 2003 (IIS6).

The application only works when the components are registered with regsvr32.

One of the webpages doesn't work-- when I fill the form out and hit submit I
get "compx error '800af10a' Insufficient memory to perform operation.
/submit.asp, line 283"

I've tried going through and changing permissions but haven't had any luck.
I also tried setting the Web Site to use an Application Pool that I created
to run as System Mode but that didn't make any difference.

Everything works when I select "IIS5 Isolation Mode".

Knowing that it works under IIS5 Isolation mode how can I determine what is
causing the message so I can run it under IIS6?

View Replies View Related

Third Party Components

How can i view the third party components installed in my PC?

View Replies View Related

Graph Components

Could anyone suggest me some asp graph components which take in data from a recordset by SQL query to a database and then display it in web browser.

Are there any freewares....?

Buying a license is the 2nd option......and preferably a component which allows customization..

I have a graph component: ChartDirector.... Which doesnt allow me to include any queries in the same asp file...

View Replies View Related

Server Components

is there any script that shows the components which is installed on the server?

View Replies View Related

Components Registering

if there's a way through which I can register ActiveX DLLs on my web-host's server remotely. My web-host is using win2k server.

View Replies View Related

Missing Components

I am running Sun One ASP v 4.0.2 on Apache 2.0.x on Win XP Home. I noticed that Sun One Asp doesn't come with components such as AdRotator, Content Rotator, Browser Capabilitles, etc. Is there any way I can install all these components on Win XP Home. For me upgrading to Pro is not an option.

View Replies View Related

Registering Components

if I have a component that I want to use in my web site (a DLL), is it possible to reference it at runtime in code without having to register it with the O/S? Basically every hosting company I look doesn't say if you can reference your own DLL's. But surely there's demand to do so?

View Replies View Related

Debugging COM Components

I need to debug a .sln file used as a COM component within my ASP page.

View Replies View Related

Register Components With MTS

How do I register FileSystemObject and ImageGlue component with MTS? Because the files manipulated using ImageGlue & FSO need to be recorded in the database. Without transactions, a lot of 'floating' files (without entry in the database), and entries without the physical files left around on the server.

View Replies View Related

Components Needed In IIS

I was wondering if there is any updates or components needed if you was going to connect a database in ASP. Because I have a script that I download from a website that I know works 100% but when I set it up in my own IIS environment. it comes out with a 500 error. I've searched the internet and I keep seeing mentions of ADO and Mac types .

View Replies View Related







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