Skip to content

Commit 079ab65

Browse files
committed
Linking files
Added links on Setup.sql and Startup.cs
1 parent 7c53e84 commit 079ab65

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

samples/features/json/todo-app/dotnet-rest-api/Project_Readme.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -150,19 +150,19 @@ <h2>Setup and configure</h2>
150150
<ul>
151151
<li>Create new database on SQL Server 2016 or Azure SQL.</li>
152152
<li>If you are using Azure SQL make sure that firewall rules in Azure enable you to make connections between your host and Azure SQL database.</li>
153-
<li>Execute setup.sql script to create Todo table and populate it with sample data.</li>
154-
<li>Open .xproj file in Visual Studio 2015 and set connection string in Startup.cs file:
155-
<code>
153+
<li>Execute <a href="setup/setup.sql" target="_blank">setup.sql</a> script to create Todo table and populate it with sample data.</li>
154+
<li>Open .xproj file in Visual Studio 2015 and set connection string in <a href="Startup.cs" target="_blank">Startup.cs</a> file:
155+
<code>
156156

157157

158-
public void ConfigureServices(IServiceCollection&nbsp;services)
159-
{
158+
public void ConfigureServices(IServiceCollection&nbsp;services)
159+
{
160160

161-
const string ConnString = "Server=SERVERNAME.database.windows.net;Database=DATABASENAME;User&nbsp;Id=USERNAME;Password=PASSWORD";
161+
const string ConnString = "Server=SERVERNAME.database.windows.net;Database=DATABASENAME;User&nbsp;Id=USERNAME;Password=PASSWORD";
162162

163-
</code>
164-
165-
</li>
163+
</code>
164+
165+
</li>
166166
</ul>
167167
</div>
168168

0 commit comments

Comments
 (0)