Originally posted by: Drakkon
you mean like a asp parser?
Theres a lot of projects out there but none comes close to the true parser thats in IIS
example : http://www.apache-asp.org/
Originally posted by: amdfanboy
Originally posted by: Drakkon
you mean like a asp parser?
Theres a lot of projects out there but none comes close to the true parser thats in IIS
example : http://www.apache-asp.org/
From looking at that, it looks like it runs Perl code in ASP braces.I'm really looking at something like an IDE where you can click run and it shows you what it would look like in the browser.
Originally posted by: cchen
Originally posted by: amdfanboy
Originally posted by: Drakkon
you mean like a asp parser?
Theres a lot of projects out there but none comes close to the true parser thats in IIS
example : http://www.apache-asp.org/
From looking at that, it looks like it runs Perl code in ASP braces.I'm really looking at something like an IDE where you can click run and it shows you what it would look like in the browser.
you can do that in frontpage
I'm really looking at something like an IDE where you can click run and it shows you what it would look like in the browser.
Originally posted by: Nothinman
I'm really looking at something like an IDE where you can click run and it shows you what it would look like in the browser.
What's wrong with keeping a browser window open and just hitting refresh?
Well, we don't have ASP on the server so ....
Originally posted by: Nothinman
Well, we don't have ASP on the server so ....
It's not like there's anything stopping you from installing a web server locally to develop on, right?
Originally posted by: cchen
Originally posted by: Nothinman
Well, we don't have ASP on the server so ....
It's not like there's anything stopping you from installing a web server locally to develop on, right?
Yeap. Run IIS on your own computer
Originally posted by: amdfanboy
Originally posted by: cchen
Originally posted by: Nothinman
Well, we don't have ASP on the server so ....
It's not like there's anything stopping you from installing a web server locally to develop on, right?
Yeap. Run IIS on your own computer
Good point. So ASP comes with IIS or do I need to install something else?
Originally posted by: phillydog
Not sure if this has been considered, but I would suggest to use JSP rather than ASP. JSP will run on almost any webserver (if not all of them). I thought ASP is proprietary to IIS, which is why I never learned to program in it.
Just my 2 cents.
Originally posted by: Genx87
I used notepad and IIS on my Win2K box when i did .asp
Eventually I did get a copy of visual studio 6 which made looking at the code easier. But texpad is also a nice text editing application that will do the same thing.
But if all you want is a preview the best way to do it is to get an IIS server up and just hit refresh after you change the code.
Originally posted by: phillydog
Not sure if this has been considered, but I would suggest to use JSP rather than ASP. JSP will run on almost any webserver (if not all of them). I thought ASP is proprietary to IIS, which is why I never learned to program in it.<BR><BR>Just my 2 cents.