Quote:
Originally Posted by jay123
hi all,
i never knew this will be that big problem. actually i am given a Classic ASP project and asked to go through it. now i have VS2005 and VS2008 on my machine.
is their any way i can open this classic asp project in one of above VS. i have gone through lot of blog, but couldnt find an appropaite answer. right now i m opening single page with vs2008 and going through the code. but is their anyway i can access this project as a website or as a normal project as we generally do in .net. i know the classic asp project being given to me is a website, which i can see running.
any help
thanks
Not really, there are a couple IDEs out there that could handle ASP (horrendous WYSIWYG editors - there was never any intellisense for ASP), but ASP was abandoned by M$ mostly because it had those limitations. Most of us who programmed ASP just used Notepad. That said, the code should be very simple and easy to read-through, I think most ASP programmers would wonder why you need any other IDE.
Jared