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. How to configure the security in web administration tool? [modified]

How to configure the security in web administration tool? [modified]

Scheduled Pinned Locked Moved ASP.NET
databaseasp-netsql-serversysadminsecurity
5 Posts 2 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.
  • H Offline
    H Offline
    hogan john
    wrote on last edited by
    #1

    When I tried to open the security tab in the web site administration tool, I got an error message that Unable to connect to SQL Server database. I searched in the google and found a solution. That is to create a connection string in web config named "LocalSqlServer" and run aspnet_regsql command in my database. but this will create some additional tables and stored procedures. I don't feel comfort with this additional connection string and database objects. Is there any other options to configure security? Thanks and regards, Hogan

    modified on Saturday, December 15, 2007 12:57:27 AM

    B 1 Reply Last reply
    0
    • H hogan john

      When I tried to open the security tab in the web site administration tool, I got an error message that Unable to connect to SQL Server database. I searched in the google and found a solution. That is to create a connection string in web config named "LocalSqlServer" and run aspnet_regsql command in my database. but this will create some additional tables and stored procedures. I don't feel comfort with this additional connection string and database objects. Is there any other options to configure security? Thanks and regards, Hogan

      modified on Saturday, December 15, 2007 12:57:27 AM

      B Offline
      B Offline
      Bassam Saoud
      wrote on last edited by
      #2

      ASP.NET Security framework needs these tables and Stored Procedures in order to store Membership and profile.So I dont think you can do without them.But what you can do is store them in a different database and just make your Web application point to them.But you will still need a connection string to that database and the other Membership settings... Hope this helps.

      H 1 Reply Last reply
      0
      • B Bassam Saoud

        ASP.NET Security framework needs these tables and Stored Procedures in order to store Membership and profile.So I dont think you can do without them.But what you can do is store them in a different database and just make your Web application point to them.But you will still need a connection string to that database and the other Membership settings... Hope this helps.

        H Offline
        H Offline
        hogan john
        wrote on last edited by
        #3

        Ok. Can I use custom membership to use my own tables and stored procedures

        B 1 Reply Last reply
        0
        • H hogan john

          Ok. Can I use custom membership to use my own tables and stored procedures

          B Offline
          B Offline
          Bassam Saoud
          wrote on last edited by
          #4

          sure you can, but thats a lot of work.Its easier to just code your own system rather than overriding each table and stored procedure if you know what I mean.

          H 1 Reply Last reply
          0
          • B Bassam Saoud

            sure you can, but thats a lot of work.Its easier to just code your own system rather than overriding each table and stored procedure if you know what I mean.

            H Offline
            H Offline
            hogan john
            wrote on last edited by
            #5

            But my member table has different structure. I want my own table to store the member informations.

            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