Announcement

Collapse
No announcement yet.

Using SQL with Windows Authentication

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Using SQL with Windows Authentication

    how to use SQL with Windows Authentication?
    Best Regards
    Support
    ROTRONIC AG
    Support-RH@rotronic.ch

  • #2
    Application Pool Identity
    • Open IIS Manager
    • Select your Application Pool
    • Select "Advanced Settings"
    • Under "Identity", select "Custom Account" and provide a User and Password for an account with access to SQL Server

    Connection String
    • Edit the RMS connection string in the file "connections.config" (Use your server and database name):
    <add name="DataContext" providerName="System.Data.SqlClient" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=RMS;Integrated Security=True"/>
    Best Regards
    Support
    ROTRONIC AG
    Support-RH@rotronic.ch

    Comment

    Working...
    X