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.
Aha! The light comes on. What you're talking about is migration from ASP to
ASP.Net, and the following MSDN article should be exactly what you're
looking for:
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.