Accessing Classic ASP from .NET

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Accessing Classic ASP from .NET

    Hi!

    I'm sure this is a simple question (or maybe it's not?), but I'd like to
    better understand how to access classic ASP pages that are "outside" of an
    ASP.NET application. Is there a convention that is used when migrating
    portions of a classic ASP application?

    If anyone can answer or point me in the right direction I'd greatly
    appreciate it!

    Thanks!

    Jeff Tolman
    E&M Electric
    [email]jeff.tolman@enm.com[/email]


    Jeff Tolman Guest

  2. Similar Questions and Discussions

    1. Accessing .NET DLL(s) from Classic ASP
      Hi, I have similar question that i saw yesterday (Calling .NET DLL from Classic ASP), but we have achieved some good results and we can't go back...
    2. Accessing .NET and other DLLs from Classic ASP
      Thanks for your reply. One thing I missed earlier was that we are also using a VB6 version of component (dll) in our classic ASP website. ...
    3. .NET COM in Classic ASP
      I have created a simple .NET COM class. I have used regasm dllname.dll /tlb: dllname.tlb /codebase to register it on another server - the files...
    4. MAC OS X NOT BETTER THAN CLASSIC!!
      OK, I have been using Mac OS X since version 10.0. Now, as a Mac user for more than 13 years, a UNIX/Linux user for more than 8 years, and as IT...
    5. Accessing ADO.NET data provider from ASP "classic" page
      I'm not sure if this will be helpful to you, but here's what I know.... You can write a function in your codebehind that uses whatever you want to...
  3. #2

    Default RE: Accessing Classic ASP from .NET

    This should give you a good starting point.
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/Dnaspp/html[/url]
    /aspnetmigrissues.asp?frame=true

    This posting is provided "AS IS" with no warranties, and confers no rights.
    Holly

    Holly Mazerolle Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139