I am trying to help someone repair and edit a web site that is unfortunately hosted on a Windows NT4 server and uses .asp scripts. Is there any way of editing these pages on a Linux box?
Printable View
I am trying to help someone repair and edit a web site that is unfortunately hosted on a Windows NT4 server and uses .asp scripts. Is there any way of editing these pages on a Linux box?
asp files are plain text files, so any text editor. I'd guess something like emacs or (g)vim got syntax highlighting for ASP, but I'm not sure.
Hmm, thanks, I can see the data, now however I need to access information kept on the server in .mdb files. Is there a Linux utility to edit this type of file? If not what would I use on a windows system if I didn't want to use IIS?