Michael Lei

Michael Lei

  • NA
  • 20
  • 966

build and run a copy of source code (asp.net c# webform app)

Apr 6 2020 2:33 PM
Hi,
 
Your assistence is much appreciated!
 
I've got a source code in asp.net c# (visual studio 2013, .net 4.5) from one of my colleagues in other team. It is a webform application. I need to get it build and run it first at localhost to demo to my team. My visual studio is 2015 professional. The source code has the content as follows:
([] means file folder)
[app_code]
[app_start]
[bin]
[content]
[packages]
[scripts]
[Service References]
[Web References]
and several other files such as 
default.aspx
default.aspx.cs
contact.aspx
contact.aspx.cs
site.master 
site.master.cs
... 
and then lastly
web.config 
 
There is no solution file.
 
What would be the best way to build and run this application on localhost?
 
Your answer is much appreciated.
 
Mike 
 
 
 
 

Answers (4)