473,804 Members | 3,725 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1411
...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*********@ho tmail.comwrote in message
news:%2******** ********@TK2MSF TNGP03.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.comescr ibió en el mensaje
news:%2******** ********@TK2MSF TNGP02.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*********@ho tmail.comwrote in message
news:%2******** ********@TK2MSF TNGP03.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*********@ho tmail.comwrote in message
news:Ou******** ******@TK2MSFTN GP04.phx.gbl...
thanks Juan (gracias!)
but could i just rename all the pages
and then use AspNet.dll ???

"Juan T. Llibre" <no***********@ nowhere.comescr ibió en el mensaje
news:%2******** ********@TK2MSF TNGP02.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*********@ho tmail.comwrote in message
news:%2******* *********@TK2MS FTNGP03.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.comescr ibió en el mensaje
news:Of******** ******@TK2MSFTN GP04.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*********@ho tmail.comwrote in message
news:Ou******** ******@TK2MSFTN GP04.phx.gbl...
thanks Juan (gracias!)
but could i just rename all the pages
and then use AspNet.dll ???

"Juan T. Llibre" <no***********@ nowhere.comescr ibió en el mensaje
news:%2******** ********@TK2MSF TNGP02.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*********@ho tmail.comwrote in message
news:%2******** ********@TK2MSF TNGP03.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*********@ho tmail.comwrote in message
news:Oi******** ******@TK2MSFTN GP03.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.comescr ibió en el mensaje
news:Of******** ******@TK2MSFTN GP04.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*********@ho tmail.comwrote in message
news:Ou******* *******@TK2MSFT NGP04.phx.gbl.. .
thanks Juan (gracias!)
but could i just rename all the pages
and then use AspNet.dll ???

"Juan T. Llibre" <no***********@ nowhere.comescr ibió en el mensaje
news:%2******** ********@TK2MSF TNGP02.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*********@ho tmail.comwrote in message
news:%2******* *********@TK2MS FTNGP03.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
10368
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. and how are they different for clustered and non clustered indexes and heap tables. 2) What is the relation between index and data pages.
4
14401
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 space required (long story, but the original space was in one huge tablespace for all tables ((35 million row tables)) and I needed to segregate them out into separate tablespaces for backup and restore purposes. So I allocated, like 4 million...
12
1697
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 looking for a way not to download that pages, which have not been changed since last download. Can someone point me an starting point in that direction? Any examples, etc. Thanks
8
1843
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 frames and the user experience was better. Some one please enlighten me. -- moondaddy@nospam.com
21
2977
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 updated this system and changed the pages that are saved to the server as aspx - everything works fine and pages can be served - but Its not impossible for a single client to request 100 plus pages in one session - as each page is requested it is...
5
2444
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 web part page? Does it take place at the page level? ...or the content area level? 3. Where is the Web Part Manager instantiated? ...in the Master Page? ....Content Page? ...elsewhere?
17
3165
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 pages? Kinda sorta a critical point no? Am I missing something? Rob. P.S. the day I find a book that actually is useful rather than just a
6
3865
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 = Any data Total pages = 332800
11
2972
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, having hyperlinks to the corresponding full size images. Can anybody point me to locations in MSDN or elsewhere giving the references to attach, the commands & objects for creating or opening the pages and possibly available classes? I have done...
1
3049
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 yes initialsize 64 M increasesize 64 M maxsize 2 G no extent size 16 prefetchsize 16 bufferpool test_bp1 file system caching dropped table recovery on so, the number of pages should be (initialsize/pagesize)= (64 MB /16 K) = 4096 pages ========
0
9706
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9579
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10575
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10076
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9144
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7616
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6851
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5520
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3816
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.