Is there a simple way to recreate my accidently deleted web.config file from Visual Studio?
Is there a simple way to recreate my accidently deleted web.config file from Visual
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll lose all your custom settings, but…
Right Click on your Project -> Add Item… -> Select ‘Web Configuration File’ (name it web.config)
In the future, you might want to use some form of Source Control (Git would be good for a single developer that doesn’t want to worry about setting up a Source Control server).