 |
| ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

June 12th, 2004, 07:44 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2004
Posts: 245
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
"The project is not configured to be debugged"
Hello
I need help.
The error message I get is
"Unable to start debugging on the web server. The project is not configured to be debugged."
But I did everything that
Microsoft Knowledge Base Article - 306156 said.
The Webconfig file is set to debug =true
<compilation defaultLanguage="vb" debug="true" />
In the Microsoft Knowledge Base Article - 306156 it says:
If your project already has a Web.config file, and if the debug attribute is set to true in the <compilation> section of the Web.config file, follow these steps to set the Execute Permissions property for the project folder:
Start Internet Services Manager, and then click the project that you are trying to debug.
Right-click the project, and then click Properties.
Click the Directory tab.
If None is selected in the Execute Permissions list, click Scripts only, and then click Apply.
I did this too
I restarted my computer and I still have problems
I also made sure ASP.NET is added to current folders security tab.
What could possibly be the problem.
Thanks.
I feel  and :(
|
|

June 12th, 2004, 09:33 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
Hey,
If you are using VS.NET, try Debug > Start Without Debugging. That may point out a problem you are having.
Brian
|
|

June 12th, 2004, 10:18 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2004
Posts: 245
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I am using VS.NET.
When I tried Debug > Start Without Debugging
I get this error:
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
Source Error:
Line 37: by Microsoft that offers a single logon and core profile services for member sites.
Line 38: -->
Line 39: <authentication mode="Windows" />
It says line 39 is problem.
?????????????????????????????????????????????????? ?????????????????????????????????
But I did configure it as IIS like stated above:
"If your project already has a Web.config file, and if the debug attribute is set to true in the <compilation> section of the Web.config file, follow these steps to set the Execute Permissions property for the project folder:
Start Internet Services Manager, and then click the project that you are trying to debug.
Right-click the project, and then click Properties.
Click the Directory tab.
If None is selected in the Execute Permissions list, click Scripts only, and then click Apply."
And I also went to IIS and made the currentproject folder into a virtual folder and it has the global icon coming out of the box.
Or is this NOT a way to configure a virtual directory as an application in IIS.
If so how do you configure a virtual directory as an application in IIS?
|
|

June 13th, 2004, 05:39 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
Hello,
Go back to that menu. Above the Execute permissions area it says Application name. Make sure the button to the right says removed (the application must be created for it to be a virtual).
Check that,
Brian
|
|

June 13th, 2004, 05:56 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2004
Posts: 245
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hello
The application name exists.
But I still get same error:
"Unable to start debugging on the web server. The project is not configured to be debugged."
What can possibly be wrong?
|
|

June 14th, 2004, 09:51 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
Do you have the <authentication ..> tag under the system.web element? This might be due to a problem with the web.config file...
Check that, let me know.
Brian
|
|

June 15th, 2004, 08:02 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
Hey,
In regards to your email to me, I honestly don't have any idea what may be your problem. Maybe if you don't have a lot vested in the project that you try recreating the project?
Again, I've thought all of those ideas would have fixed it. Sorry I couldn't be more help.
Brian
|
|

June 16th, 2004, 01:56 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2004
Posts: 245
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks Brain,
The initial project was created by someone else.
When I load the project and try to open it in my PC it has problem.
The funny thing is when I recreate it in VS.NET on my computer it works.
Is this a common thing?????
|
|

June 16th, 2004, 07:32 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
Hello,
I download examples off of the web all the time, load the solution or project on my machine, and it works fine. I wouldn't say that it is common...
Brian
|
|
 |