Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > ASP support in future versions of IIS

Reply
Thread Tools

ASP support in future versions of IIS

 
 
Mike Miller
Guest
Posts: n/a
 
      06-02-2006
I did a search for any posts on the topic of ASP and the future support model
for it within IIS. I see a lot of speculation based on current use, etc.,
but let's not forget that Visual Basic 6.0 is a dead product - regardless of
how many people are still using it. Let us also not forget that Microsoft
changed some core syntax of C++ (actually C) that had been in place for 30+
years.

Anyway, can anyone point me to any official Microsoft documentation that
outlines the lifecycle for ASP or a good roadmap for IIS? I tried
http://support.microsoft.com/lifecycle/search/, but it is not there since ASP
is not technically a product.

Thanks.
 
Reply With Quote
 
 
 
 
Aaron Bertrand [SQL Server MVP]
Guest
Posts: n/a
 
      06-02-2006
> but let's not forget that Visual Basic 6.0 is a dead product - regardless
> of
> how many people are still using it.


But this is all about whether to use it or not; what other definition is
there? If I have Visual Basic 6.0 installed on my system, do I care about
anything external to my environment if I need to whip up a simple app or
dll? Microsoft's support lifecycle certainly isn't going to prevent me from
doing it.

> Anyway, can anyone point me to any official Microsoft documentation that
> outlines the lifecycle for ASP or a good roadmap for IIS? I tried
> http://support.microsoft.com/lifecycle/search/, but it is not there since
> ASP
> is not technically a product.


I don't think you're going to find a timeline for ASP specifically. ASP is
part of IIS, and IIS is a component of the operating system, so the
lifecycle of a specific operating system (e.g. Windows XP) dictates the
lifecycle of the version of ASP that shipped with it (e.g. IIS 5.1 / ASP
3.0).


 
Reply With Quote
 
 
 
 
Mike Miller
Guest
Posts: n/a
 
      06-02-2006
I agree, but my point is that Microsoft doesn't necessarily take the size of
the user base into account when they "innovate." Look at 16 bit to 32 bit,
Visual Basic 6, the removal of While ,Wend (granted, they never actually took
that one out), the Sun suit over modifications to the Java standard, the
modifications to C++ syntax, non-compliance with JSR 168, etc, etc.

Granted, this doesn't necessary have anything to do with whether they will
remove support for ASP - it is, after all, a static code base that they just
need to leave in there. My point is that I do not have much confidence in
Microsoft's commitment to backward compatibility, particularly when they have
not been as successfull as they had hoped in garnering support for .NET.

You are absolutely right about the support lifecycle pertaining specifically
to products - not features of products. I am just hoping to find some
official commitment from them about whether they will either sustain or dump
ASP. My company has miles and miles of the stuff all over our web site.

This isn't necessarily a huge issue since I have at least two to three years
of guaranteed, mainstream support left.




"Aaron Bertrand [SQL Server MVP]" wrote:

> > but let's not forget that Visual Basic 6.0 is a dead product - regardless
> > of
> > how many people are still using it.

>
> But this is all about whether to use it or not; what other definition is
> there? If I have Visual Basic 6.0 installed on my system, do I care about
> anything external to my environment if I need to whip up a simple app or
> dll? Microsoft's support lifecycle certainly isn't going to prevent me from
> doing it.
>
> > Anyway, can anyone point me to any official Microsoft documentation that
> > outlines the lifecycle for ASP or a good roadmap for IIS? I tried
> > http://support.microsoft.com/lifecycle/search/, but it is not there since
> > ASP
> > is not technically a product.

>
> I don't think you're going to find a timeline for ASP specifically. ASP is
> part of IIS, and IIS is a component of the operating system, so the
> lifecycle of a specific operating system (e.g. Windows XP) dictates the
> lifecycle of the version of ASP that shipped with it (e.g. IIS 5.1 / ASP
> 3.0).
>
>
>

 
Reply With Quote
 
Mike Miller
Guest
Posts: n/a
 
      06-02-2006
By the way, what products are you all using for ASP development? Are you
still using Interdev or have you switched to something else?

Thanks


 
Reply With Quote
 
Aaron Bertrand [SQL Server MVP]
Guest
Posts: n/a
 
      06-02-2006
I use Visual Studio 2005.



"Mike Miller" <> wrote in message
news:27591B4C-0F1D-498E-B929-...
> By the way, what products are you all using for ASP development? Are you
> still using Interdev or have you switched to something else?
>
> Thanks
>
>



 
Reply With Quote
 
Bob Barrows [MVP]
Guest
Posts: n/a
 
      06-02-2006
Mike Miller wrote:
> By the way, what products are you all using for ASP development? Are
> you still using Interdev or have you switched to something else?
>

Depending on which machine I'm on I either use Interdev or VS 2005
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


 
Reply With Quote
 
Mike Miller
Guest
Posts: n/a
 
      06-02-2006
Hmm. I guess I didn't do my homework on this one - I just downloaded it at
home a couple weeks ago and spent a few hours playing around in it. I didn't
know you could use VS 2005 for plain old ASP.

Do you have IDE support (auto complete, etc)? What kind of project do you
create?

"Aaron Bertrand [SQL Server MVP]" wrote:

> I use Visual Studio 2005.
>
>
>
> "Mike Miller" <> wrote in message
> news:27591B4C-0F1D-498E-B929-...
> > By the way, what products are you all using for ASP development? Are you
> > still using Interdev or have you switched to something else?
> >
> > Thanks
> >
> >

>
>
>

 
Reply With Quote
 
Bob Barrows [MVP]
Guest
Posts: n/a
 
      06-02-2006
Yes, everything works. My only beef is its insistence on popping up a
warning that the website is not configured for .Net when you open a
classic asp website.

Mike Miller wrote:
> Hmm. I guess I didn't do my homework on this one - I just downloaded
> it at home a couple weeks ago and spent a few hours playing around in
> it. I didn't know you could use VS 2005 for plain old ASP.
>
> Do you have IDE support (auto complete, etc)? What kind of project
> do you create?
>
> "Aaron Bertrand [SQL Server MVP]" wrote:
>
>> I use Visual Studio 2005.
>>
>>
>>
>> "Mike Miller" <> wrote in message
>> news:27591B4C-0F1D-498E-B929-...
>>> By the way, what products are you all using for ASP development?
>>> Are you still using Interdev or have you switched to something else?
>>>
>>> Thanks


--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


 
Reply With Quote
 
Aaron Bertrand [SQL Server MVP]
Guest
Posts: n/a
 
      06-02-2006
I don't really use any of the frilly stuff. Basically, I just open a set of
ASP files and use it as a text editor with benefits.




"Mike Miller" <> wrote in message
news:6F17A06E-E761-4B33-AF92-...
> Hmm. I guess I didn't do my homework on this one - I just downloaded it
> at
> home a couple weeks ago and spent a few hours playing around in it. I
> didn't
> know you could use VS 2005 for plain old ASP.
>
> Do you have IDE support (auto complete, etc)? What kind of project do you
> create?



 
Reply With Quote
 
Mike Brind
Guest
Posts: n/a
 
      06-02-2006


> Mike Miller wrote:
> > By the way, what products are you all using for ASP development? Are
> > you still using Interdev or have you switched to something else?
> >


Not having done any VB, I've never really used any if the Visual*
products. Dreamweaver 8 for me.

--
Mike Brind

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Different versions of ASP in the same iis process Neil ASP General 3 02-18-2010 04:05 PM
Mixing ASP.NET versions within single IIS? sqlman ASP .Net 5 06-09-2009 06:25 PM
Are future versions of asp.net now only in C#? COHENMARVIN@lycos.com ASP .Net 3 09-26-2008 03:53 PM
It is not possible to run two different versions of ASP.NET in the same IIS process. Dica ASP .Net 12 09-05-2007 06:57 AM
IIS ASP Tutorial Example DisplayAds.asp damages irreversibly IIS! Guennadi V. Vanine ASP General 0 08-21-2003 07:11 PM



Advertisments