Hello,
I want to deploy an ASP.Net API with ‘Create Resource From Source Code,’ but after I connect to GitHub, I get an error in the top right corner of the page: ‘no component detected.’
In the repository is name/repository, Branch: master, Source Directory (Optional) / and Auto Deploy is activated.
Please, can you help me?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hi there,
ASP.Net is not supported as a native buildpack as listed here:
However what you could do here is to use a Dockerfile instead to deploy your app:
Here is an example Dockerfile that you could use for your ASP.Net app:
Make sure to adjust this accordingly based on your app needs.
Let me know if you have any questions.
- Bobby