Skip to content

Commit 16797f4

Browse files
authored
Added extra step of Opening WebApplication2.sln.
1 parent d73eaed commit 16797f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,16 @@ Telecom-Customer-Data-Management-System/
4747
```sh
4848
git clone https://github.com/yehiarasheed/Telecom-Customer-Data-Management-System.git
4949
```
50-
2. Open **Visual Studio** and load the project.
51-
3. Set up the database:
50+
2. Open **Visual Studio**.
51+
3. In Visual Studio, open the project by selecting **WebApplication2.sln** from the Solution Explorer.
52+
4. Set up the database:
5253
- Open **SQL Server Management Studio**.
5354
- Execute the provided database schema script to create the required tables.
5455
- Update the connection string in the configuration file if necessary.
55-
4. Build and run the project:
56+
5. Build and run the project:
5657
- In Visual Studio, select **Debug > Start Without Debugging**.
5758
- The application should launch in your default web browser.
58-
5. Access the deployed website (if applicable) through the provided link.
59+
6. Access the deployed website (if applicable) through the provided link.
5960

6061
## Contributing
6162
We appreciate your interest in contributing to this project! Whether it's fixing bugs, adding features, or improving documentation, your contributions are valuable.
@@ -75,4 +76,3 @@ This project is licensed under the MIT License.
7576
## Contact
7677
For any inquiries or feature requests, feel free to reach out via GitHub Issues.
7778

78-
---

0 commit comments

Comments
 (0)