473,382 Members | 1,692 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

phasing out asp support

Does anyone know when MS is going to phase out suppport
for ASP (not asp.NET, but classical ASP) in their
operating systems/web servers? For example, they have
already stopped mainstream support for the main tool used
to build ASP pages (Visual Interdev). It is very much
possible that in the days to come , they come up with a
version of IIS which does not support classical ASP.
Does anyone know when that is supposed to happen?
Jul 19 '05 #1
10 2836
> operating systems/web servers? For example, they have
already stopped mainstream support for the main tool used
to build ASP pages (Visual Interdev).


I don't know what you mean. Is there anything that Visual InterDev does for
ASP that can't be done in Visual Studio.net or Visual Studio.net 2003?
Jul 19 '05 #2
I think he is more concerned about IIS no longer supporting ASP. We can
always use notepad to create scripts if VS goes away or somehow stops
supporting plain text.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"Foo Man Chew" <fo*@man.chew> wrote in message
news:uv**************@TK2MSFTNGP09.phx.gbl...
operating systems/web servers? For example, they have
already stopped mainstream support for the main tool used
to build ASP pages (Visual Interdev).
I don't know what you mean. Is there anything that Visual InterDev does

for ASP that can't be done in Visual Studio.net or Visual Studio.net 2003?

Jul 19 '05 #3
"Kaushik Dutta" <du***********@hotmail.com> wrote in message
news:04****************************@phx.gbl...
Does anyone know when MS is going to phase out suppport
for ASP (not asp.NET, but classical ASP) in their
operating systems/web servers? For example, they have
already stopped mainstream support for the main tool used
to build ASP pages (Visual Interdev). It is very much
possible that in the days to come , they come up with a
version of IIS which does not support classical ASP.
Does anyone know when that is supposed to happen?


It's highly unlikely that Microsoft would release a version of IIS that does
not support ASP. Developers can use Visual Studio .NET to write ASP pages.
The odds that Microsoft would REMOVE existing functionality that has been
supported for years is slim to none (in my opinion). Why would they want to
do that??? There's no advantage. It would make their IIS platform less
robust, and would cost them customers... not gonna happen.

Regards,
Peter Foti
Jul 19 '05 #4
> I think he is more concerned about IIS no longer supporting ASP. We can
always use notepad to create scripts if VS goes away or somehow stops
supporting plain text.


Oh, I understand that... I just don't understand why he thinks Visual
Interdev is "the main tool used to build ASP pages" ... surely he's heard of
its newer versions, which *do* continue to be supported.
Jul 19 '05 #5
I know of no plans in the immediate future. Note that you can edit ASP in
VS.NET, so the phasing out of VID is not a big deal.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************** ********************
Think Outside the Box!
************************************************** ********************
"Kaushik Dutta" <du***********@hotmail.com> wrote in message
news:04****************************@phx.gbl...
Does anyone know when MS is going to phase out suppport
for ASP (not asp.NET, but classical ASP) in their
operating systems/web servers? For example, they have
already stopped mainstream support for the main tool used
to build ASP pages (Visual Interdev). It is very much
possible that in the days to come , they come up with a
version of IIS which does not support classical ASP.
Does anyone know when that is supposed to happen?

Jul 19 '05 #6
"Kaushik Dutta" <du***********@hotmail.com> wrote in message
news:04****************************@phx.gbl...
Does anyone know when MS is going to phase out suppport
for ASP (not asp.NET, but classical ASP) in their
operating systems/web servers? For example, they have
already stopped mainstream support for the main tool used
to build ASP pages (Visual Interdev). It is very much
possible that in the days to come , they come up with a
version of IIS which does not support classical ASP.
Does anyone know when that is supposed to happen?


Classic ASP is supported in Windows 2003 and has **totally** been rewritten
and improved at same areas (such as unicode support). I don't believe that
MS would do that if, they phase it out... Of course, they'd love us all to
go over to ASP.NET

--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm

Jul 19 '05 #7
On Fri, 26 Dec 2003 07:09:10 -0800, "Kaushik Dutta"
<du***********@hotmail.com> wrote:
Does anyone know when MS is going to phase out suppport
for ASP (not asp.NET, but classical ASP) in their
operating systems/web servers? For example, they have
already stopped mainstream support for the main tool used
to build ASP pages (Visual Interdev). It is very much
possible that in the days to come , they come up with a
version of IIS which does not support classical ASP.
Does anyone know when that is supposed to happen?


Not for the forseeable future. ASP is in Server 2003, and since 40%
of servers still run NT4, you're looking at probably a decade of ASP
availability even if no future OS included it.

As for InterDev, it's been superseded by VisualStudio. Not that it
was ever the "main tool" for ASP creation, but VS works fine for
Classic ASP development.

Jeff
Jul 19 '05 #8
"Jeff Cochran" <jc*************@naplesgov.com> wrote in message
news:3f****************@msnews.microsoft.com...
On Fri, 26 Dec 2003 07:09:10 -0800, "Kaushik Dutta"
<du***********@hotmail.com> wrote:
Not for the forseeable future. ASP is in Server 2003, and since 40%
of servers still run NT4, you're looking at probably a decade of ASP
availability even if no future OS included it.
Hi Jeff,

Just curious... Sources about this number?

cheers
As for InterDev, it's been superseded by VisualStudio. Not that it
was ever the "main tool" for ASP creation, but VS works fine for
Classic ASP development.

Jeff


Jul 19 '05 #9
Hi everybody
Thanks a lot.
I will tell you the background where I came from when I asked this
question.
I REALLY need to convince a client to move from classic ASP to ASP.NET
and the .NET framework in general.
Now, performance enhancements , maintainability and other benefits
notwithstanding, clients nowadays are wary of investing in new
technologies and revamping a working application.
Developers , on the other hand, are itching to have a go at the bleeding
edge stuff.
The client might give it a serious thought if he comes to know that a
particular technology is being phased out.
That is why, I was trying to find out if such a thing is on the anvil.
Thanks everyone for the information provided.
regards
Kaushik


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #10
On Wed, 21 Jan 2004 20:49:34 -0800, Kaushik Dutta
<du******@hotmail.com> wrote:
Hi everybody
Thanks a lot.
I will tell you the background where I came from when I asked this
question.
I REALLY need to convince a client to move from classic ASP to ASP.NET
and the .NET framework in general.
Now, performance enhancements , maintainability and other benefits
notwithstanding, clients nowadays are wary of investing in new
technologies and revamping a working application.
Developers , on the other hand, are itching to have a go at the bleeding
edge stuff.
The client might give it a serious thought if he comes to know that a
particular technology is being phased out.
That is why, I was trying to find out if such a thing is on the anvil.


So lie to your client. Our vendors seem to do it regularly.

As a client, I would resist recoding and changing technology on a
working application until the point where there are distinct benefits
to moving. If performance isn't an issue (maintainability isn't an
issue for the client, that's the developer's problem...), and there
isn't a compelling reason to change, they won't. And probably
shouldn't.

Jeff
Jul 19 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Aditya Ivaturi | last post by:
We have a CMS which is written is based on php & mysql. Recently we received a request to support multiple languages so that sites in that particular laguage can be created. I did some search on...
3
by: Chris Hope | last post by:
I don't normally do PHP development work on Windows but I need to port an image creation tool to Windows. So I have loaded the php_gd2.dll module for image creation support but it doesn't include...
10
by: Bill Davidson | last post by:
Hi there, Please forgive me for posting this article on multiple groups. Being new in the newsgroups, I was not sure which group would have been appropriate for my question. Sorry. My...
2
by: Naresh | last post by:
I have been having a problem and I don't know where to go for help. The microsoft support is only for a fees. Can anyone at all please at least point to a site or some place where I can hope for some...
5
by: shaun.mostashari | last post by:
Hello all, I am working on a trade study and one of the criterias is how easy it is to get DB2 technical support from IBM. I appreciate if you guys share your experience with me. Does DB2 have a...
5
by: NormaJean Sebastian via DBMonster.com | last post by:
Hi, I almost read all of the "DB2 vs Oracle" thread... The summary I got from that was all databases essentially do the same things, the decision of which one you use primarily depends on...
71
by: Lauren Wilson | last post by:
Hello folks, Would love yo get all informed opinions and/or facts on the following: Over the last few weeks I have spent quite a bit of time reviewing all the Access and .NET stuff I could...
4
by: Juan T. Llibre | last post by:
ASP.NET 1.0 Support Home http://support.microsoft.com/ph/6350 ASP.NET 1.1 Support Home http://support.microsoft.com/ph/6351 ..Net Framework 1.1 Support Site...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.