Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET Without Project File

Tags:

asp.net

I've got a ASP.NET project without the .proj file. How do I recreate the project file, so I can work on it on my machine?

Is this possbile?

like image 825
madphp Avatar asked Aug 29 '26 02:08

madphp


1 Answers

Are you sure it's not a Web Site Project, as opposed to a Web Application Project? Web Site projects do not have project files - you open a folder rather than a project file. See here for the differences between the two.

To check, each page of a Web Application project will have a .aspx, a .aspx.cs and a .aspx.designer.cs, whereas the Web Site project pages don't have the designer files.

like image 167
darasd Avatar answered Aug 30 '26 15:08

darasd



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!