473,394 Members | 1,785 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.

ASP + ASP.NET + VBScript + C#?

I have an old ASP application written in VBScript running and they asked me
an add-on. I have no experience in ASP but I'm experienced in ASP.NET and
C#. Noone will pay for a migration of the whole application to ASP.NET so
the question is: can I write the new pages in ASP.NET and C# having the rest
of the application in ASP and VBScript?

Thanks,
Gabriele
Nov 18 '05 #1
4 1475
Yes, you can. One thing I can think of off the top of my head that may be
problematic, is that asp and asp.net do not share session state. So if your
site relies on that, you are out of luck.

"Gabriele Zannoni" <gz******@nospam.it> wrote in message
news:uD**************@TK2MSFTNGP15.phx.gbl...
I have an old ASP application written in VBScript running and they asked me an add-on. I have no experience in ASP but I'm experienced in ASP.NET and
C#. Noone will pay for a migration of the whole application to ASP.NET so
the question is: can I write the new pages in ASP.NET and C# having the rest of the application in ASP and VBScript?

Thanks,
Gabriele

Nov 18 '05 #2
Yes, ASP.Net and ASP can work side-by-side in the same site.

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Gabriele Zannoni" <gz******@nospam.it> wrote in message
news:uD**************@TK2MSFTNGP15.phx.gbl...
I have an old ASP application written in VBScript running and they asked me an add-on. I have no experience in ASP but I'm experienced in ASP.NET and
C#. Noone will pay for a migration of the whole application to ASP.NET so
the question is: can I write the new pages in ASP.NET and C# having the rest of the application in ASP and VBScript?

Thanks,
Gabriele

Nov 18 '05 #3
There are solutions to bridging things from one to the other:
http://www.eggheadcafe.com/articles/20021207.asp
http://www.iprisma.com/aspbridge/

I've never tried either, so maybe they work like crap...but you aren't
totally out of luck :)

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Marina" <so*****@nospam.com> wrote in message
news:OX**************@TK2MSFTNGP11.phx.gbl...
Yes, you can. One thing I can think of off the top of my head that may be
problematic, is that asp and asp.net do not share session state. So if your site relies on that, you are out of luck.

"Gabriele Zannoni" <gz******@nospam.it> wrote in message
news:uD**************@TK2MSFTNGP15.phx.gbl...
I have an old ASP application written in VBScript running and they asked

me
an add-on. I have no experience in ASP but I'm experienced in ASP.NET and C#. Noone will pay for a migration of the whole application to ASP.NET so the question is: can I write the new pages in ASP.NET and C# having the

rest
of the application in ASP and VBScript?

Thanks,
Gabriele


Nov 18 '05 #4
Right, I meant out of luck having it work out of the box.

Depending on how session was used before, it might mean doing tons of
rewrites in the old ASP pages to make it work.

"Karl" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net> wrote in
message news:Om**************@TK2MSFTNGP11.phx.gbl...
There are solutions to bridging things from one to the other:
http://www.eggheadcafe.com/articles/20021207.asp
http://www.iprisma.com/aspbridge/

I've never tried either, so maybe they work like crap...but you aren't
totally out of luck :)

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Marina" <so*****@nospam.com> wrote in message
news:OX**************@TK2MSFTNGP11.phx.gbl...
Yes, you can. One thing I can think of off the top of my head that may be
problematic, is that asp and asp.net do not share session state. So if

your
site relies on that, you are out of luck.

"Gabriele Zannoni" <gz******@nospam.it> wrote in message
news:uD**************@TK2MSFTNGP15.phx.gbl...
I have an old ASP application written in VBScript running and they
asked me
an add-on. I have no experience in ASP but I'm experienced in ASP.NET and C#. Noone will pay for a migration of the whole application to ASP.NET so the question is: can I write the new pages in ASP.NET and C# having

the rest
of the application in ASP and VBScript?

Thanks,
Gabriele



Nov 18 '05 #5

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

Similar topics

5
by: John Davis | last post by:
When I create new documents in Dreamweaver, there are several choices for ASP creation: ASP JavaScript: run at client side?? ASP VBScript: run at server side?? ASP.NET C# ASP.NET VB I don't...
29
by: Christopher Brandsdal | last post by:
If I have a .ASP page that runs JScript code - is it possible to include an ..ASP page that runs VBscript???
20
by: Harag | last post by:
Hi All. I'm stating out doing some web developing. I was wondering which of the server side languages should I concentrate on and learn. I Know CSS, HTML, T-SQL I can look at the client...
16
by: Mike Schinkel | last post by:
Does anyone know if there are bugs in VBScript's GetRef()? I'm using VBScript Version 5.6.8515 on Win2003Server w/ASP. Sometimes it returns an object that VarType() says is a vbObject. Other...
5
by: gpence | last post by:
!!! Newbie question warning !!! I am somewhat familiar with javascript's ability to "access" the browser's favorites list -- for example, using window.home() will take you to the default URL --...
4
by: chris.dunigan | last post by:
I'm looking for an example of how to execute an existing DTS­ package from an ASP (VB)script and would appreciate any and all response. ­I don't even know if it's possible Thanks - Chuck...
2
by: Frank | last post by:
Can I do this? I add a session var in C# and ultimatly want to pass it into a vbscript client side activeX control. This is what I have so far but get " Object Required:'name2' " error. Can...
7
by: skeddy | last post by:
In a nutshell, I'm trying to dynamically create a select box with ResultSet code in vbscript and then need to be able to access the value of that select box later with a Save button. I've got...
10
by: Shadow Lynx | last post by:
That subject packs a whallop, so let me explain in better detail what's happening and how it relates to ASPX pages... In a nutshell, if the first <script /on a page is of type "text/vbscript",...
6
by: rishabhshrivastava | last post by:
Hello All, I am using ASP.NET 2.0 and I am experiencing a problem using vbscript that is this script on client side is preventing the postback of my controls. I have a dropdownlist which is...
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: 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
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
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
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.