Results 1 to 3 of 3

Thread: App.config debug and relase

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2018
    Posts
    72

    App.config debug and relase

    Hello can anyone tell me how to rebuild the debug.appconfig and the relase.appconfig bcuz ill need them on my project to run it and i'll have a problem with db connstring here is my db code


    Code:
        <connectionStrings>
          <!-- database connection string -->
          <add name="dentnedEntities" connectionString="Data Source=DESKTOP-Q8526KR/SQLEXPRESS;Initial Catalog=dentned;Integrated Security=true;" providerName="System.Data.EntityClient"/>
        </connectionStrings>

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: App.config debug and relase

    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Mar 2018
    Posts
    72

    Re: App.config debug and relase

    This is c# application that uses web interfaces and i'll need to create just the relase and debug config to complete my project and run it.

Tags for this Thread

Posting Permissions

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



Click Here to Expand Forum to Full Width