473,473 Members | 1,768 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

ASP in an ASP.net Document?

K
Is it possible to use classic ASP inside an ASP.net document? Using SSI to
call the ASP page?

I am trying to modify an ASP.net site (Citrix Web Interface) by adding some
features, but I don't know ASP.net well enough, so was going to do it in
classic ASP and call it with SSI into the right place in the document.
Jul 25 '06 #1
3 904
re:
Is it possible to use classic ASP inside an ASP.net document? Using SSI to call the ASP page?
No.

The calls to ASP and ASP.NET pages are handled by different ISAPI applications.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"K" <@.wrote in message news:uS**************@TK2MSFTNGP04.phx.gbl...
Is it possible to use classic ASP inside an ASP.net document? Using SSI to call the ASP page?

I am trying to modify an ASP.net site (Citrix Web Interface) by adding some features, but I don't
know ASP.net well enough, so was going to do it in classic ASP and call it with SSI into the right
place in the document.

Jul 25 '06 #2

"K" <@.wrote in message news:uS**************@TK2MSFTNGP04.phx.gbl...
Is it possible to use classic ASP inside an ASP.net document? Using SSI
to call the ASP page?

I am trying to modify an ASP.net site (Citrix Web Interface) by adding
some features, but I don't know ASP.net well enough, so was going to do it
in classic ASP and call it with SSI into the right place in the document.
If you want a simple solution then the best you can do is use an Iframe.
In the Iframe reference an .asp page.

There will still be some communication problems between the 2 though.
They can't read each others session variables.

But this might get the job done.


Jul 25 '06 #3
K
>Is it possible to use classic ASP inside an ASP.net document? Using SSI
>to call the ASP page?

I am trying to modify an ASP.net site (Citrix Web Interface) by adding
some features, but I don't know ASP.net well enough, so was going to do
it in classic ASP and call it with SSI into the right place in the
document.

If you want a simple solution then the best you can do is use an Iframe.
In the Iframe reference an .asp page.

There will still be some communication problems between the 2 though.
They can't read each others session variables.

But this might get the job done.
Thank you

I don't need data transfer between the two at all so that sound like it will
work fine for me.
Jul 26 '06 #4

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

Similar topics

1
by: techy techno | last post by:
Hii Just wanted to know how can I decorate my texboxes and Listmenu which is called from a JS file using the following code below: document.write("<SELECT NAME='cur2' ONCHANGE='cconv1();'>");...
2
by: Brett Baisley | last post by:
Hello I have a block of html code that I want to run by calling a javascript function to print it. Its basically a table with menu items in it that is the same for many pages, and instead of...
2
by: Edward | last post by:
The below code builds 2 tables 4 rows by 4 cols. All cells have checkboxes. When checked, the checkboxes in the first column automatically check the remainder of the check boxes in the same row. ...
1
by: lawrence | last post by:
This PHP function prints out a bunch of Javascript (as you can see). This is all part of the open source weblog software of PDS (www.publicdomainsoftware.org). We had this javascript stuff...
12
by: Kepler | last post by:
How do you get the height of the client browser in IE? Both document.body.clientHeight and document.body.offsetHeight return the height of the document. If the page is long and there's a vertical...
4
by: lawrence | last post by:
Can anyone tell me why this code works in Netscape 7.1 but not in IE??? <SCRIPT type='text/javascript'> function makeVisible(nameOfDiv) {...
8
by: Phil Powell | last post by:
if (document.location.href.indexOf('?') >= 0) document.location.href = document.location.href.substring(0, document.location.href.indexOf('?')); if (document.location.href.indexOf('#') >= 0) {...
5
by: WilliamRLinden | last post by:
Hi world! we are pretty new to JavaScript and have been struggling for now 2 days on this problem ... We would appreciate mercy if anyone can give us some. Basically we are trying to simulate...
6
by: therig | last post by:
I'm having issues, I've spent many hours searching and I'm a noob at javascript, any help will be greatly appreciated. I keep getting the following error: Error: document.forms.sec11_A has no...
4
by: dr1ft3r | last post by:
Hey guys, I'm building a site for a landscaping business down the street and can't seem to get part of the code functioning correctly. The code fails on line 68 where I make a reference to an...
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...
1
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
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,...
1
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...
0
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...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
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.