|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
using dot.net with asp classic ?If we installed .net studio on our development server, I would like
to think it would work seamlessly with our existing classic asp code ? I am mainly interested in what debugging features this would give me. Please let me know as I am new to ASP and trying to figure out a large complex code base with no documentation and I am the only developer on the project .. If we installed .net studio, I would hope it would be able to work with the code we have without any changes and it wouldn't cause anything to break . "wbsurf***@yahoo.com" <wbsurf***@gmail.com> wrote in message Studio works fine with ASP. You do not need to change your code in order tonews:1191508935.669777.176710@19g2000hsx.googlegroups.com... > > If we installed .net studio on our development server, I would like > to think it would work seamlessly with our existing classic asp code ? > I am mainly interested in what debugging features this would give me. > Please let me know as I am new to ASP and trying to figure out a large > complex code base with no documentation and I am the only developer on > the project .. If we installed .net studio, I would hope it would be > able to work with the code we have without any changes and it wouldn't > cause anything to break . > be able to edit and debugging with with Visual Studio. However if you are expecting to be able to write ASP.NET and have it work seamlessly with ASP you may be disappointed. It will be fine as long as your ASP.NET pages do their thing and the ASP pages continue to do theirs. Don't expect to be able to server.execute one from another or share application/session data. -- Anthony Jones - MVP ASP/ASP.NET Generally, Classic ASP amd ASP.net run fine side-by-side. There are some tricks available to share sessions values across the two
systems. They can certainly both use the same database. If your old code exists in a classic ASP windows script component, that code can be shared by both ASP and ASP.net Show quoteHide quote "wbsurf***@yahoo.com" <wbsurf***@gmail.com> wrote in message news:1191508935.669777.176710@19g2000hsx.googlegroups.com... > > If we installed .net studio on our development server, I would like > to think it would work seamlessly with our existing classic asp code ? > I am mainly interested in what debugging features this would give me. > Please let me know as I am new to ASP and trying to figure out a large > complex code base with no documentation and I am the only developer on > the project .. If we installed .net studio, I would hope it would be > able to work with the code we have without any changes and it wouldn't > cause anything to break . > "wbsurf***@yahoo.com" <wbsurf***@gmail.com> wrote in message I installed asp.net onto my server and theres been no hassles. I can still news:1191508935.669777.176710@19g2000hsx.googlegroups.com... > > If we installed .net studio on our development server, I would like > to think it would work seamlessly with our existing classic asp code ? > I am mainly interested in what debugging features this would give me. > Please let me know as I am new to ASP and trying to figure out a large > complex code base with no documentation and I am the only developer on > the project .. If we installed .net studio, I would hope it would be > able to work with the code we have without any changes and it wouldn't > cause anything to break . > run and maintain all my classic ASP stuff with no issues.
Other interesting topics
Focus on element not working correctly
Turn locahost into com IsPostBack but in ASP Generic code for "texting" Sort XML Playlist to access a page in that directory, you have to give a username and a password Getting fragment from URL Corrupted international characters Images TIFF in .aspx Web page Trying to get Microsoft Script Debugger working with classic ASP, please help .. |
|||||||||||||||||||||||