-
Download the installer using the following link: Current .NET Core Hosting Bundle installer direct download
For more detailed instructions on how to install the ASP.NET Core Module, see Install the .NET Core Hosting Bundle.
-
- Run SQL Server Management Studio
- Connect to SQL Server
- Open new query window
- Create database with the following command:
CREATE DATABASE [PSD2_Portal] COLLATE Latin1_General_100_BIN2;
-
You can download it from our ftp site: Direct download
-
-
Create folder for PSD2 applications, i.e.
C:\Inetpub\PSD2 -
Extract PSD2_DataAccess.zip to
C:\Inetpub\PSD2\DataAccessfolder -
Go to folder, where you extracted
PSD2_DataAccess.zip, findappsettings.jsonfile, open it and:-
Fill
Database:ConnectionStringsection with database connection string. Database user must havedb_ownerrights onPSD2_Portaldatabase."Database": { "ConnectionString": "Data Source=localhost;Initial Catalog=PSD2_Portal;Integrated Security=true;Application Name=AltaSoft.PSD2.DataAccess" }
-
Fill
Authenticationsection with username and password. This username and password will be used for basic authentication"Authentication": { "UserName": "User", "Password": "Password" }
-
-
-
-
Go to Internet Information Services (IIS) Manager
-
Create Application Pool
- Select
Application Pools, right click it and selectAdd Application Pool... - Enter
AltaSoft.PSD2.DataAccess_AppPoolintonamefield - Select
No Managed Codein.NET CLR versionfield - Select
IntegratedinManaged pipeline modefield
- Select
-
Create Web Site
- Select
Sites, right click it and selectAdd Website... - Enter
AltaSoft.PSD2.DataAccessintoSite namefield - Select
AltaSoft.PSD2.DataAccess_AppPoolinApplication poolfield - Enter
C:\Inetpub\PSD2\DataAccessintoPhysical pathfield - Configure bindings
- Press
OK
- Select
-
That's it. 😃
- Browse this site and ensure, that swagger endpoint is working
- Check that everything is working as expected
-

