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.NET
  4. web config

web config

Scheduled Pinned Locked Moved ASP.NET
questioncsharpdatabaseasp-net
4 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.
  • A Offline
    A Offline
    Anonymous
    wrote on last edited by
    #1

    what is the rule of the web.config and global.asax i want to connect to the sql database without the .net and want to use asp.net and c# structure. how can i do this?

    C 1 Reply Last reply
    0
    • A Anonymous

      what is the rule of the web.config and global.asax i want to connect to the sql database without the .net and want to use asp.net and c# structure. how can i do this?

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      Anonymous wrote: what is the rule of the web.config and global.asax I don't understand what you mean by "What is the rule of...". Do you mean "What is the purpose of..."? The purpose of the web.config is to store configuration settings that are picked up by the web application at runtime. These are typically values that are not known at compile time or are values that are subject to change. The purpose of the global.asax is to provide a set of methods (event handlers) to respond to things that happen in the application regardless of what the request actually was. Anonymous wrote: i want to connect to the sql database without the .net and want to use asp.net and c# structure. You want to connect SQL Server to what? I'm assuming your web application. You want to use ASP.NET and C# but not .NET? You do know that ASP.NET needs .NET aready. So this request makes no sense.


      My: Blog | Photos | Next SQL Presentation WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More

      O 1 Reply Last reply
      0
      • C Colin Angus Mackay

        Anonymous wrote: what is the rule of the web.config and global.asax I don't understand what you mean by "What is the rule of...". Do you mean "What is the purpose of..."? The purpose of the web.config is to store configuration settings that are picked up by the web application at runtime. These are typically values that are not known at compile time or are values that are subject to change. The purpose of the global.asax is to provide a set of methods (event handlers) to respond to things that happen in the application regardless of what the request actually was. Anonymous wrote: i want to connect to the sql database without the .net and want to use asp.net and c# structure. You want to connect SQL Server to what? I'm assuming your web application. You want to use ASP.NET and C# but not .NET? You do know that ASP.NET needs .NET aready. So this request makes no sense.


        My: Blog | Photos | Next SQL Presentation WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More

        O Offline
        O Offline
        onlytech
        wrote on last edited by
        #3

        :-D:laugh::laugh::laugh::-D Nothing is impossible!

        C 1 Reply Last reply
        0
        • O onlytech

          :-D:laugh::laugh::laugh::-D Nothing is impossible!

          C Offline
          C Offline
          Colin Angus Mackay
          wrote on last edited by
          #4

          :suss:


          My: Blog | Photos | Next SQL Presentation WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More

          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