I have a very simple website which displays Hello World. I tried to deploy this project on the server. These are the steps I followed:
- Copy the folder of the project to inetpub/wwwroot folder.
- In IIS management, created a website. Gave the path of the website from step 1.
- Gave the application pool as .NET 3.5
After doing the above, while browsing the page, I received the error- Type not found in web.config.