web project not running.

A

archana

Hi all
i am new to asp.net
i have downloaded on asp.net project.

and i want to run it on my pc.

but while running it is giving error
'---------------------------
Microsoft Development Environment
---------------------------
Error while trying to run project: Unable to start debugging on the web
server. The project is not configured to be debugged.

Click Help for more information.
---------------------------
OK Help
---------------------------

do i need to modify any settings in iis.

Can some help me how to run project.

When i develope small asp.net application that is wroking properly.

any help will be truely appreciated.

thanks in advance.
 
G

Guest

Press Ctrl+F5 to run the application without debugging. However, if you want
to debug the application then there are settings you to check to enable
debugging. Check the integrated help for a list of options.
 
G

Guest

Archana ,
Go to web.config and change the debug= true in <compilation>
element.Now you will be able to run the application
 
A

archana

Hi
thanks for your reply.
in web.config file debug flag is already set to true. still error is
coming.

Can u tell me why this is happening.

thanks.
 
G

Guest

Archana,
If web.config debug flag is true then the problem is in the IIS
Configuration for the project.
Go to Internet Services Manager ,Click on the project and select Properties
Click Directoy tab ,If inExecutePermissions none is selected then choose
scripts only and Apply..This will solve ur problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top