I have an asp.net application but there is no solution or project file of that apllication.
How to execute such application.
thanx in advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Sep 9, 2010, 2:39 AM
Manikavelu VelayuthamPosted Sep 9, 2010, 1:26 AM
OR
Since its a web application, create a virtual directory for that application and configure it in IIS, so that the project will be considered as a website. Finally you can create a new solution and add the existing website through the link in visual studio.
Dont forget to mark this post as answered, if this post really helps you