Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP vs. ASP.NET and Web Tools

ASP vs. ASP.NET and Web Tools

Scheduled Pinned Locked Moved Web Development
csharpvisual-studioquestionasp-netdatabase
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Popeye Doyle Murray
    wrote on last edited by
    #1

    I need to write a pro-quality database web application, using all MS technologies. I can't emphasize enough that The app must have COM controls that do not use .NET! Well, I am thinking about ASP.NET. How difficult is that to use with COM objects in a web application? What is the development environment for ASP.NET? I assume VS 7.0? (I am a VC 6.0 guy). Can Visual Studio 7.0 be used to develop for ASP and COM without using .NET?

    P N 2 Replies Last reply
    0
    • P Popeye Doyle Murray

      I need to write a pro-quality database web application, using all MS technologies. I can't emphasize enough that The app must have COM controls that do not use .NET! Well, I am thinking about ASP.NET. How difficult is that to use with COM objects in a web application? What is the development environment for ASP.NET? I assume VS 7.0? (I am a VC 6.0 guy). Can Visual Studio 7.0 be used to develop for ASP and COM without using .NET?

      P Offline
      P Offline
      Philip Patrick
      wrote on last edited by
      #2

      Popeye Doyle Murray wrote: How difficult is that to use with COM objects in a web application Easy, just add a reference to the project and whoala. Popeye Doyle Murray wrote: What is the development environment for ASP.NET? I assume VS 7.0? Yes, also you can try a WebMatrix, wich is free (and yet from Microsoft) Popeye Doyle Murray wrote: Can Visual Studio 7.0 be used to develop for ASP and COM without using .NET? Yes Philip Patrick Web-site: www.stpworks.com "Two beer or not two beer?" Shakesbeer

      1 Reply Last reply
      0
      • P Popeye Doyle Murray

        I need to write a pro-quality database web application, using all MS technologies. I can't emphasize enough that The app must have COM controls that do not use .NET! Well, I am thinking about ASP.NET. How difficult is that to use with COM objects in a web application? What is the development environment for ASP.NET? I assume VS 7.0? (I am a VC 6.0 guy). Can Visual Studio 7.0 be used to develop for ASP and COM without using .NET?

        N Offline
        N Offline
        Not Active
        wrote on last edited by
        #3

        I'm curious as to the requirement for COM and no .NET? If this is a web app what does it matter what you use on the backend?

        P 1 Reply Last reply
        0
        • N Not Active

          I'm curious as to the requirement for COM and no .NET? If this is a web app what does it matter what you use on the backend?

          P Offline
          P Offline
          Popeye Doyle Murray
          wrote on last edited by
          #4

          Mark Nischalke wrote: I'm curious as to the requirement for COM and no .NET? We have existing C++ classes that are required for some of the data processing, and these do not use .NET (and we use VC++ 6.0 only, to keep cost down and productivity up). So to leverage the existing code, they will be wrapped in COM objects. Mark Nischalke wrote: If this is a web app what does it matter what you use on the backend? Mainly what I stated above, but it is also because the web app may actually be sold to customers on installed on their servers, so it affects the customers system requirements. I am curious your perspective on those answers.

          N 1 Reply Last reply
          0
          • P Popeye Doyle Murray

            Mark Nischalke wrote: I'm curious as to the requirement for COM and no .NET? We have existing C++ classes that are required for some of the data processing, and these do not use .NET (and we use VC++ 6.0 only, to keep cost down and productivity up). So to leverage the existing code, they will be wrapped in COM objects. Mark Nischalke wrote: If this is a web app what does it matter what you use on the backend? Mainly what I stated above, but it is also because the web app may actually be sold to customers on installed on their servers, so it affects the customers system requirements. I am curious your perspective on those answers.

            N Offline
            N Offline
            Not Active
            wrote on last edited by
            #5

            I have one ASP.NET (C#) site that uses COM objects for some functionality. I would say it is a non-issue. You can use COM and .NET effectivly. You could also simplify your deployment and updating by using ASP.NET.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups