ASP and ASp.NET

ASP and ASp.NET

am 21.12.2004 11:57:30 von Wilton Yuan

I developed an ASP application, now I want to convert it to ASP.NET.
However, I cannot implement it after I completely re-design. Can I develop
new things with ASP.net and keep the original ASP. Is it possible that ASP
page and ASPX page run at same Web Server at the same time?

Thanks in advance

Wilton

Re: ASP and ASp.NET

am 21.12.2004 13:00:34 von McKirahan

"Wilton Yuan" wrote in message
news:emZYQv05EHA.2676@TK2MSFTNGP12.phx.gbl...
> I developed an ASP application, now I want to convert it to ASP.NET.
> However, I cannot implement it after I completely re-design. Can I develop
> new things with ASP.net and keep the original ASP. Is it possible that ASP
> page and ASPX page run at same Web Server at the same time?
>
> Thanks in advance
>
> Wilton

Don't they have different extensions?

Re: ASP and ASp.NET

am 21.12.2004 15:18:20 von unknown

Yes, the files can sit on the same server, same site, or anything else
without problem.

Ray at work

"Wilton Yuan" wrote in message
news:emZYQv05EHA.2676@TK2MSFTNGP12.phx.gbl...
> I developed an ASP application, now I want to convert it to ASP.NET.
> However, I cannot implement it after I completely re-design. Can I develop
> new things with ASP.net and keep the original ASP. Is it possible that ASP
> page and ASPX page run at same Web Server at the same time?
>
> Thanks in advance
>
> Wilton
>
>

Re: ASP and ASp.NET

am 21.12.2004 17:21:31 von Mark Schupp

Yes they can run side by side but they cannot easily share session
variables.

--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com

"Wilton Yuan" wrote in message
news:emZYQv05EHA.2676@TK2MSFTNGP12.phx.gbl...
>I developed an ASP application, now I want to convert it to ASP.NET.
> However, I cannot implement it after I completely re-design. Can I develop
> new things with ASP.net and keep the original ASP. Is it possible that ASP
> page and ASPX page run at same Web Server at the same time?
>
> Thanks in advance
>
> Wilton
>
>

Re: ASP and ASp.NET

am 21.12.2004 19:23:38 von Wilton Yuan

Thank you very much

Wilton


"Mark Schupp" wrote in message
news:OEBjZl35EHA.3368@TK2MSFTNGP10.phx.gbl...
> Yes they can run side by side but they cannot easily share session
> variables.
>
> --
> --Mark Schupp
> Head of Development
> Integrity eLearning
> www.ielearning.com
>
> "Wilton Yuan" wrote in message
> news:emZYQv05EHA.2676@TK2MSFTNGP12.phx.gbl...
> >I developed an ASP application, now I want to convert it to ASP.NET.
> > However, I cannot implement it after I completely re-design. Can I
develop
> > new things with ASP.net and keep the original ASP. Is it possible that
ASP
> > page and ASPX page run at same Web Server at the same time?
> >
> > Thanks in advance
> >
> > Wilton
> >
> >
>
>