ASP Editor/debugger

I am new to ASP and presently I use a simple text editor (ConText, freeware) to write my ASP code. Is there any good tools outhere to facilitate coding and debugging ASP files?

View Replies


ADVERTISEMENT

MS Asp Debugger.

IIS 5
Classic ASP
(textpad)

A month or so ago the MS ASP debugger was working fine.

I would put the word "debugger" (Jscript) then browsed to the page via
http://localhost/file.asp and the debugger would open up at the
location I put the "debugger" word then I could step through the rest
of the page.

Note that this is on a single local server (my testing server).

Only thing I can think of is that I installed an app that needed the
..net framework (QAlite), which I've uninstalled (inc .net) and still
no luck in the MS debugger.

It seems to work on any javascript (client side) code, when it pops up
with "do you want to debug" screen.

Note I _have_ the setting enabled on the IIS server for ASP Debugging

Does anyone have any idea how I can get it to work?

View Replies View Related

Asp Debugger

I was wondering is there some asp debugger I could downlaod and run my asp code a line at a time doing a trace into type thing? I'm getting anoyed with errors that i can't locate easily.

View Replies View Related

Debugger

I am trying to find a debugger that I can step thru ASP following the code, like VB does using F8 to step thru code. If there is anything like this, please point me into the right direction.

View Replies View Related

Debugger On Run Time ...

I am using 'Microsoft Visual InterDev 6.0'
as my editor 4 asp.

I just one 2 know, how can I set the debugger for it
in my client site ..

View Replies View Related

ASP Debugger Problem

I am having a major problem with my Visual InterDev 6 ASP debugger.

When I launch the debugger, I get the message "Unable to find server. Unable to set server into correct debugging state automatically. You may not be able to debug ASP pages. Do you want to continue launching the debugger?".

In IIS, I've enabled server side debugging for my virtual domains, and set Application Pooling for each domain to "Medium".

I notice that when I start the VID ASP debugger, it switches Application Pooling for the web domain to "High", which effectively prevents the debugger from operating.

I'm running Win XP Pro SP2, and debugging local web domains.

View Replies View Related

Debugger Not Working

I'm running an ASP test site on XP Professional/IIS 5.1. The problem I'm having is that error messages are not being displayed. If I get a script error, all that gets
displayed is a blank page. I've made sure that the "enable server-side debugging" option is selected, and I've tried both restarting IIS and rebooting the server - with no results.

I've checked the client-side page source and I've gotten some very strange results:
One time, it printed a HTML meta tag labeled "ASP_DEBUG_INFO". another, It printed the server- side code.

View Replies View Related

Windows Script Debugger

I'm facing some errors such as Type Mistmatch & Exception Occured in web application which has gone live. These errors are very rare and are not consistant in behaviour. I would like to debug my web application right from login to find out as to what is reason for these errors. I have downloaded Windows Script Debugger but I'm not able to debug the asp pages at all. I'm not able to put a breakpoint in the asp pages. Even the keyword Stop is not working

View Replies View Related

Script Debugger Opening

I am coding in ASP. When there was an error in my code, it used to come up in IE and tell me the error and the line of the code it was on. Now, it's opening Script Debugger on the server all of a sudden, and I no longer see those errors in IE. Does anyone know why this is happening and what I can do to stop it?

View Replies View Related

Disable Visual Studio Debugger

im writing classic asp code in dreamweaver. i did install visual studio ages ago. about the same time the vs 'just in time' debugger keeps popping up every time theres an error in my code (im using dreamweaver not vs). How can i disable this and go back to having the error display in my browser? Ive gone into vs and disabled the debigger but its still doing it. does anyone know? i dont really want to uninstall vs as i may need it in the future.

View Replies View Related

Debugging ASP Using Windows Script Debugger

I'm facing some errors such as Type Mistmatch & Exception Occured in web application which has gone live. These errors are very rare and are not consistant in behaviour.

I would like to debug my web application right from login to find out as to what is reason for these errors. I have downloaded Windows Script Debugger but I'm not able to debug the asp pages at all. I'm not able to put a breakpoint in the asp pages. Even the keyword Stop is not working. Code:

View Replies View Related

Problem Attaching Script Debugger To ASP Under IIS6

I've got a problem attaching the Script Debugger to ASP pages under IIS6. Set up everything following IIS6 documentation: turned on ASP debug in IIS Manager; edited
permissions for Machine Debug Manager in the DCOM configuration, giving Launch and Activate permissions to Network Service (which is the account for the corresponding process pool).

IIS is in WP isolation mode. ASP is activated. Sending detailed error info to the browser is activated and works fine. No errors in event log about DCOM app attach permission denials.

View Replies View Related

Problem Establishing Link Between Microsoft Script Debugger And IIS

I have installed Microsoft Script Debugger.

But when I select the Running Documents option from the view menu, there is
nothing but an empty window displayed.

I wish to debug ASP pages.

So I was expecting to find a Microsoft Active Server Pages node, from which
I would select the ASP pages I wished to debug.

I can execute the pages of the my ASP application. But when I include a
stop statement in the ASP server side code the ASP page is not paused.

I am using IIS on the same development PC that I am doing my testing. I
have enabled ASP server-side script debugging on the Application
Configuration Window for both the default application as well as my test
application.

I have both Visual Studio 6 and Visual Studio .NET 2003 installed on my
development PC.

View Replies View Related

Best ASP Editor

I am using NoteTab Light as my ASP editor. Any one can recommand some of the best editors.

View Replies View Related

ASP Editor

I work mostly with PHP but occasionally a client can only use ASP on their server. Is there anyway I can develop in ASP for free?
Is there a stand-alone ASP editor, that can execute ASP code withotu a server?
Can ASP work under Apache for free?
Does ISS come with Windows XP Home?
I'm downlaoding Visual Web Developer Express to try.

View Replies View Related

Editor

i have a table which saves stories written by different students. its a simple thing..no problem in it. but what i want is that when a teacher selects the story (ie. when she retrieves the story from the databse which the student has saved), she should have extra rights.

like she should be able to mark corrections of spelling mistakes by strikethorugh, make something in bold, or highlight in red. how can i achieve this. has anyone done something similar to it?

View Replies View Related

Best Asp Editor

I would like to know what good editors are there for asp pages?

Dreamweaver MX does not show the asp page correctly, if it was not made using it's templates. Is there a better software for asp?

I would also like the software to debug asp, etc. About what software can you recoomend?

View Replies View Related

Editor Do You Use?

At work i'm required to use frontpage and visual interdev 6.0 ....

View Replies View Related

Editor

I'm using Visual Studio 6 Interdev for my ASP pages, but reading from some posts here and there I've read people don't use it and use other editors. What other editor could be better?

Right now I can do step by step debugging with Interdev, with watches and with an immediate window just like in VB6 where I can see values of variables as the program runs. Are there any better editors that let me do the same thing? (pref. free of course)

View Replies View Related

Editor

Anyone offer sugestions on a good asp editor im looking at replacing FP with an allrounded comercial asp editor.

View Replies View Related

Editor

I need to design a website whereby I have to provide an editor where the user can save some content (this gets stored in Access).

But apart from this the requirment is like if I want to check the content then i should be able to highlight the spelling mistakes, strikethrough some words. DO i need to attach some editor to ASP? if yes how can I do that? Code:

View Replies View Related

ASP Editor Download

Does any one know if there a ASP editor available that I can download as a trial version or free lisence?

View Replies View Related

Text Editor

i need to make some text editor like this in the sitepoint which we enter our threads

i saw it in many asp sites with many enhanced features so how can i desig some 1 or get a it from the web

i need to unserstand it's idea how can i format the text into html format and how can i save the formated text into the database and the important point how can i display it as html

View Replies View Related

ASP Online CSS Editor

Is anybody aware of an ASP-based online CSS editor? I'd like to be able to manage my site's CSS files online. Ideally, I'd like to be able to change the colors and such online, then have ASP write the changes to the styles.css file. I know I could have dynamic asp tags throughout my site that would pull the styles from a database, but I'd like to just write to the text file. I haven't seen anything in aspin or hotscripts, so I was wondering if anybody has seen something out there.

View Replies View Related

Functional ASP Editor

I'm using EDITPLUS now, but this editor really stupid for writing and
testing ASP code, I emphasize "small" is because of I'm using 32K
MODEM, I can't online too long time or I'll pay much money to my ISP,
I'm sorry my english is so poor,
so forgive me if my word had make you uncomfortable.
I'll try my best to express my question correctly

View Replies View Related

Html Editor

I need the simplest online html editor available for a content management system I am building for a client. I would normally just use a text area, but they want to add links and have the option to bold/italic text, so need something I little bit more advanced. I don’t want to give them anymore options other than that as this will reduce user error and keep the correct look of the site. The content management system is very simply ASP to MS Access database. Does anyone one know of any freebie html editors I could easily adopt into my system.

View Replies View Related

ASP Editor With Intellisense

is there any ASP Editor which has intellisense capability.

View Replies View Related

MS Database Editor

Is anyone familiar with this feature in Front Page 2003?

When editing a record, I want an email sent to an address in one of the fields when I update the record. This is not as simple as some would believe and I don't think it can be solved with the ususal asp mail solutions.

View Replies View Related

Text Editor

Is any Text Editor with intellisense except Visual interDev?
Recently I am using FrontPage to develope my Webdesign (presentation layer) and use Visual interDev to do the coding. The reason why I use VID is it has intellisense

View Replies View Related

ASP Editor On Windows?

I need a good ASP editor on Windows.

View Replies View Related

Editor Features?

I want to use a simple editor which has the capability of changing color or
bold it... a very simple one in my application of asp/access. Can anyone
suggest any such editor whereby I can use it?

my purpose is to get story written by a student in the textbox/textarea of
that editor from the database. The teacher highlights using the editor
features.... making letters bold or in red to highlight changes. and then
save it to the database.

View Replies View Related

WYSIWYG Editor

When it comes to making an WYSIWYG editor.. What I want is to create a simple editor to : Bold, Font Color, Underline, and automatically enter a <br> when a user presses enter to get to a new line.
Thats all I want.. I tried going through the tutorial here : http://www.devarticles.com/c/a/HTML/Building-a-WYSIWYG-HTML-Editor-Part-1/
but it doesn't provide <br> and doesn't seem to work in Firefox.
I am strongest with ASP, which is why I would prefer it written in ASP although I am unsure if it is possible to work entirely in ASP for what I need it for.

View Replies View Related

Database Editor

I would like to edit some of the databases on my site but I do not have any version of Microsoft Access. How would I go about doing this? Is there an .asp script that I can use while online via my browser? I thoght I would be able to do this with this script

http://www.2enetworx.com/dev/projects/tableeditor.asp

but I couldn't get it to work.

View Replies View Related







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