issues running asp.net code in old asp

  • Thread starter Thread starter DaveF
  • Start date Start date
The question doesn't make sense as stated. ASP and ASP.Net are 2 completely
different technologies, and it is unclear from your question exactly what
issue you're asking about.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Let me clarify. I am working on a ASP site that they want me to gradually
change to ASP.net
 
not much interaction... all or nothing. If the pages can stand on their own,
no prob, if you need to interact in anyway though, it's rough
 
DaveF said:
What are the issues doing this. Recommendations?

Not completely sure, but but my guess is that you can't do it.

If you want to mix old asp and ASP.NET, you may be able to get away
with linking to aspx pages from your old asp application, hosted on a
different server.

DS
 
Back
Top