Domain Empire

How do you edit an ASP file?

Spaceship Spaceship
Watch
Impact
0
Hi, I recently began working with an application that uses ASP pages.

I have no idea how I can edit them, any help is much appreciated.

Thanks

Gurn!
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Just open them in Notepad - nothing special about them other than the code they contain.
 
0
•••
Just be warned that if you aren't experience enough to know that asp pages can be edited with any normal text editor (notepad, etc), you probably don't have the skills to edit asp pages, no offense intended. this is of course assuming that the pages are dynamically created, because actual ASP code has a high learning curve and even the slightest error in the code can break the entire page. so unless you know what you're doing (or if they're just standard html code in .asp file extensions), i strongly advise not messing with them and find somebody well versed with it to make the changes you need.
 
0
•••
Thank you everyone for your opinion and suggestions

I appreciate it.
 
0
•••
You can use a code editor, there are several ones which are free. Examples: HTMLkit, Notepad++
 
0
•••
0
•••
Or Notepad2 for real zing.
 
0
•••
use editplus .. even the trial gives a pop-up but works always withany limitation
have been using it for 8 years,,, find it easy , very easy.

replace all works faster then any other

tags highlighted well
 
0
•••
0
•••
you can use editplus,dreamweaver,notepad to edit the files.make sure you have configured the webserver.
 
0
•••
0
•••
Textpad 4.7.3 is what i currently use.

The best program ever made for writing HTML/ASP/PHP/JAVA.. any code IMO.
 
0
•••
vim ;)... lets play name the raw text editor
 
0
•••
robputt796 said:
vim ;)... lets play name the raw text editor
Heathen. Emacs is the One True Editor.

Anyway, I think this thread has got a little silly and pointless :p
 
0
•••
Excuse me, but real programmers use butterflies.

They open their hands and let the delicate wings flap once.

The disturbance ripples outward, changing the flow of the Eddy Currents in the upper atmosphere. These cause momentary pockets of higher-pressure air to form, which act as lenses that deflect incoming cosmic rays, focusing them to strike the drive platter and flip the desired bit.

http://xkcd.com/378/

:D
 
0
•••
you can use editplus,dreamweaver,notepad to edit the files.make sure you have configured the webserver.
 
0
•••
http://ASP.NET

If you plan on developing ASP.NET applications, I suggest head to ASP.NET and downloading the necessary (FREE) software like Visual Web Developer Express and maybe run IIS on your own machine.
 
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back