473,394 Members | 1,702 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,394 software developers and data experts.

can i run asp pages on IIS 6 with asp.net dll ?

hi
i have 2 sites running on w2000 ad server on IIS 5
can i run the sites "as is" on w2003 server on IIS 6
with asp.net dll
....or because the programming style
do i need asp.net dll

i have this question
because some messages of IIS 6
alerts about "security risks" on classic "asp" pages

TIA
ks
Apr 20 '07 #1
6 1401
...or because the programming style
do i need asp.net dll
errata:
.... or because the programming paradigm
do i need ASP.DLL

thanks
ks
Apr 20 '07 #2
re:
can i run the sites "as is" on w2003 server on IIS 6
Short answer : yes.

If you installed IIS, all you need to do is enable ASP.

1. open the IIS Manager
2. scroll down to "Web Service Extensions" on the left-hand panel
3. select "Active Server Pages" on the right-hand panel
4. hit the "Allow" button


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"keyser soze" <ba*********@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
hi
i have 2 sites running on w2000 ad server on IIS 5
can i run the sites "as is" on w2003 server on IIS 6
with asp.net dll
...or because the programming style
do i need asp.net dll

i have this question
because some messages of IIS 6
alerts about "security risks" on classic "asp" pages

TIA
ks



Apr 20 '07 #3
thanks Juan (gracias!)
but could i just rename all the pages
and then use AspNet.dll ???

"Juan T. Llibre" <no***********@nowhere.comescribió en el mensaje
news:%2****************@TK2MSFTNGP02.phx.gbl...
re:
can i run the sites "as is" on w2003 server on IIS 6

Short answer : yes.

If you installed IIS, all you need to do is enable ASP.

1. open the IIS Manager
2. scroll down to "Web Service Extensions" on the left-hand panel
3. select "Active Server Pages" on the right-hand panel
4. hit the "Allow" button


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"keyser soze" <ba*********@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
hi
i have 2 sites running on w2000 ad server on IIS 5
can i run the sites "as is" on w2003 server on IIS 6
with asp.net dll
...or because the programming style
do i need asp.net dll

i have this question
because some messages of IIS 6
alerts about "security risks" on classic "asp" pages

TIA
ks



Apr 20 '07 #4
Do you mean "rename all htm/html pages" or "rename all aspx pages" ?
In either case, just renaming the pages won't make them work auto-magically.

ASP and ASP.NET have different programming models.

ASP's programming is linear and uncompiled.
ASP.NET's programming is object-oriented and compiled.

Read this link :
http://www.w3schools.com/aspnet/aspnet_vsasp.asp

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"keyser soze" <ba*********@hotmail.comwrote in message
news:Ou**************@TK2MSFTNGP04.phx.gbl...
thanks Juan (gracias!)
but could i just rename all the pages
and then use AspNet.dll ???

"Juan T. Llibre" <no***********@nowhere.comescribió en el mensaje
news:%2****************@TK2MSFTNGP02.phx.gbl...
>re:
can i run the sites "as is" on w2003 server on IIS 6

Short answer : yes.

If you installed IIS, all you need to do is enable ASP.

1. open the IIS Manager
2. scroll down to "Web Service Extensions" on the left-hand panel
3. select "Active Server Pages" on the right-hand panel
4. hit the "Allow" button


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"keyser soze" <ba*********@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
hi
i have 2 sites running on w2000 ad server on IIS 5
can i run the sites "as is" on w2003 server on IIS 6
with asp.net dll
...or because the programming style
do i need asp.net dll

i have this question
because some messages of IIS 6
alerts about "security risks" on classic "asp" pages

TIA
ks





Apr 20 '07 #5
ok, but i instint :-)
is there security risks ?
i think i will have less risks on IIS 6 than IIS 5, right ?

what do you think ?

thanks again

"Juan T. Llibre" <no***********@nowhere.comescribió en el mensaje
news:Of**************@TK2MSFTNGP04.phx.gbl...
Do you mean "rename all htm/html pages" or "rename all aspx pages" ?
In either case, just renaming the pages won't make them work
auto-magically.
>
ASP and ASP.NET have different programming models.

ASP's programming is linear and uncompiled.
ASP.NET's programming is object-oriented and compiled.

Read this link :
http://www.w3schools.com/aspnet/aspnet_vsasp.asp

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"keyser soze" <ba*********@hotmail.comwrote in message
news:Ou**************@TK2MSFTNGP04.phx.gbl...
thanks Juan (gracias!)
but could i just rename all the pages
and then use AspNet.dll ???

"Juan T. Llibre" <no***********@nowhere.comescribió en el mensaje
news:%2****************@TK2MSFTNGP02.phx.gbl...
re:
can i run the sites "as is" on w2003 server on IIS 6

Short answer : yes.

If you installed IIS, all you need to do is enable ASP.

1. open the IIS Manager
2. scroll down to "Web Service Extensions" on the left-hand panel
3. select "Active Server Pages" on the right-hand panel
4. hit the "Allow" button


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"keyser soze" <ba*********@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
hi
i have 2 sites running on w2000 ad server on IIS 5
can i run the sites "as is" on w2003 server on IIS 6
with asp.net dll
...or because the programming style
do i need asp.net dll

i have this question
because some messages of IIS 6
alerts about "security risks" on classic "asp" pages

TIA
ks




Apr 20 '07 #6
re:
i think i will have less risks on IIS 6 than IIS 5, right ?
Yes. IIS 6.0 is more secure than IIS 5.0.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"keyser soze" <ba*********@hotmail.comwrote in message
news:Oi**************@TK2MSFTNGP03.phx.gbl...
ok, but i instint :-)
is there security risks ?
i think i will have less risks on IIS 6 than IIS 5, right ?

what do you think ?
thanks again
"Juan T. Llibre" <no***********@nowhere.comescribió en el mensaje
news:Of**************@TK2MSFTNGP04.phx.gbl...
>Do you mean "rename all htm/html pages" or "rename all aspx pages" ?
In either case, just renaming the pages won't make them work
auto-magically.
>>
ASP and ASP.NET have different programming models.

ASP's programming is linear and uncompiled.
ASP.NET's programming is object-oriented and compiled.

Read this link :
http://www.w3schools.com/aspnet/aspnet_vsasp.asp

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"keyser soze" <ba*********@hotmail.comwrote in message
news:Ou**************@TK2MSFTNGP04.phx.gbl...
thanks Juan (gracias!)
but could i just rename all the pages
and then use AspNet.dll ???

"Juan T. Llibre" <no***********@nowhere.comescribió en el mensaje
news:%2****************@TK2MSFTNGP02.phx.gbl...
re:
can i run the sites "as is" on w2003 server on IIS 6

Short answer : yes.

If you installed IIS, all you need to do is enable ASP.

1. open the IIS Manager
2. scroll down to "Web Service Extensions" on the left-hand panel
3. select "Active Server Pages" on the right-hand panel
4. hit the "Allow" button


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"keyser soze" <ba*********@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
hi
i have 2 sites running on w2000 ad server on IIS 5
can i run the sites "as is" on w2003 server on IIS 6
with asp.net dll
...or because the programming style
do i need asp.net dll

i have this question
because some messages of IIS 6
alerts about "security risks" on classic "asp" pages

TIA
ks





Apr 20 '07 #7

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

Similar topics

2
by: skura | last post by:
I am trying to understand how the data in sql server is stored and also regarding fill factor and page splitting. 1) My first question what is the difference between Index pages and Data pages....
4
by: mairhtin o'feannag | last post by:
Hello, I have a tablespace striped across three drives, call them 1,2,3, just to be clever. :) I allocated a lot more space (DMS) than I should have, since I didn't know a way to estimate the...
12
by: Sunny | last post by:
Hi, I need to download some web pages from a web server (most of them are not static html, but .asp pages). The content (I.e. the pure html) in the pages are not changed very often, so I'll...
8
by: moondaddy | last post by:
Are frame pages really taboo in asp.net and if so, why and what's the down side of using them? I'm trying to use user controls instead, but it seems that a lot of things were a lot easier with...
21
by: matvdl | last post by:
I have a system that was originally developed in asp - the pages are saved in SQL (there are over 10,000 pages) and saved to a temp directory in the server when requested by a client. I have...
5
by: Michael Herman \(Parallelspace\) | last post by:
1. What are some compelling solutions for using Master/Content pages with Web Pages? 2. If a content area has a web part zone with web parts, what is the user experience like when "editting" the...
17
by: Rob R. Ainscough | last post by:
Again another simple concept that appears NOT to be intuitive or I'm just stupid. I've read the WROX book and the example doesn't actually show how the .master page links in the other content...
6
by: Konstantin Andreev | last post by:
Hello, all. Let the tablespace SY810T4K is almost full: --------------- db2 =list tablespaces show detail ... Name = SY810T4K Type = Database managed space Contents...
11
by: =?Utf-8?B?UGV0ZXIgSw==?= | last post by:
I am working with Visual Studio or alternately with Expression Web. I need to create about 50 aspx pages with about 1200 thumbnali images, typically arranged in three to four groups per page,...
1
by: deshaipet | last post by:
Hi friends - I created a automatic storage tablespace with a pagesize of 16 K and initial size of 64 MB. create large tablespace test_tbsp1 pagesize 16k managed by automatic storage autoresize...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.