2
Answers

problem when start run ASP.Net app

when i try to start run my asp.net web app project  i have this error 
can u help me plz
 
Answers (2)
0
Bhuvanesh Mohankumar

Bhuvanesh Mohankumar

NA 14.4k 1.3m 8y
When you created a project you wrongly selected option.
It should be "ASP Web Application", you may created "Class Library" project, where you can't execute that class library project, so error occurred.
or
Your solution may had class library project, select web project right click on project and set as "Start Up Project" then try executing, it will work.
Mark as answer, if helpful.
0
Raja T

Raja T

NA 7.4k 6k 8y
Hi, Please check below links http://stackoverflow.com/questions/14506185/a-project-with-an-output-type-of-class-library-cannot-be-started-directly http://stackoverflow.com/questions/3363106/a-project-with-an-output-type-of-class-library-cannot-be-started-directly