As you know we have both Asp.net Web Application and also Asp.net Web Site projects in VS 2017. I want to add a server control to an ASP.net website project but I could not find it. I find it easily in the ASP.net web application template.
Is it not possible to add a server control to a website project?
Update: It seems to add a custom server control I should create a web application and then add a simple Class. I used the guide in this post: