472,984 Members | 2,164 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,984 software developers and data experts.

Unable to start debugging on the web server???

Hi,

I'm using VS .NET 2003 edition and I had built a web
project and I had been using it. But I changed a few
settings(why did I ever do that...:( )
Now I'm unable to run my Web application from VS .NET.
I get the error:

Error while trying to run project. Unable to start
debugging on the web server. The project is not
configured to be debugged.

When I do Debug- Debug without start:
I get the error:

Configuration Error
Description: An error occurred during the processing of a
configuration file required to service this request.
Please review the specific error details below and modify
your configuration file appropriately.

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 44: by Microsoft that offers a single
logon and core profile services for member sites.
Line 45: -->
Line 46: <authentication mode="Windows" />
Line 47:
Line 48: <!-- AUTHORIZATION
I tried the following:
1. I configured my Virtual Directory again.
2. I created a new web.config file
3. I enabled Integrated Windows Authnetication and
disabled Anonymous access.
4. I have administrator access to the machine.
5. I checked for the
6. I restarted IIS.

But nothing seems to be working..I stll get the same
error?

Please can anyone let me know what the problem is..?

Thanks,
Nov 18 '05 #1
2 3787
Check out this faq,
http://www.extremeexperts.com/Net/FA...minASPNET.aspx

--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com

<an*******@discussions.microsoft.com> wrote in message
news:06****************************@phx.gbl...
Hi,

I'm using VS .NET 2003 edition and I had built a web
project and I had been using it. But I changed a few
settings(why did I ever do that...:( )
Now I'm unable to run my Web application from VS .NET.
I get the error:

Error while trying to run project. Unable to start
debugging on the web server. The project is not
configured to be debugged.

When I do Debug- Debug without start:
I get the error:

Configuration Error
Description: An error occurred during the processing of a
configuration file required to service this request.
Please review the specific error details below and modify
your configuration file appropriately.

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 44: by Microsoft that offers a single
logon and core profile services for member sites.
Line 45: -->
Line 46: <authentication mode="Windows" />
Line 47:
Line 48: <!-- AUTHORIZATION
I tried the following:
1. I configured my Virtual Directory again.
2. I created a new web.config file
3. I enabled Integrated Windows Authnetication and
disabled Anonymous access.
4. I have administrator access to the machine.
5. I checked for the
6. I restarted IIS.

But nothing seems to be working..I stll get the same
error?

Please can anyone let me know what the problem is..?

Thanks,

Nov 18 '05 #2
I've got similar problems but have no error message,

i'm trying to debug some customValidator code in javascript. I highlight
the breakpoint in the javascript, but it just jumps to the form declaration
when the web app is executed.

It did run at one point now it doesn't any ideas, i've tried all the
settings , cookies etc.

Example:

<script language = "javascript">
function isValidUnitNo(source,arguments)
{var Allowed = 'UDud';
* if (Allowed.indexOf(arguments.Value.charAt(0)) == -1)
arguments.IsValid = false
else arguments.IsValid = true
}
</script>
</Head>
<Body etc......
* <Form id= "form1"

"Saravana [MVP]" <sa******@sct.co.in.nospam> wrote in message
news:#t**************@tk2msftngp13.phx.gbl...
Check out this faq,
http://www.extremeexperts.com/Net/FA...minASPNET.aspx

--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com

<an*******@discussions.microsoft.com> wrote in message
news:06****************************@phx.gbl...
Hi,

I'm using VS .NET 2003 edition and I had built a web
project and I had been using it. But I changed a few
settings(why did I ever do that...:( )
Now I'm unable to run my Web application from VS .NET.
I get the error:

Error while trying to run project. Unable to start
debugging on the web server. The project is not
configured to be debugged.

When I do Debug- Debug without start:
I get the error:

Configuration Error
Description: An error occurred during the processing of a
configuration file required to service this request.
Please review the specific error details below and modify
your configuration file appropriately.

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 44: by Microsoft that offers a single
logon and core profile services for member sites.
Line 45: -->
Line 46: <authentication mode="Windows" />
Line 47:
Line 48: <!-- AUTHORIZATION
I tried the following:
1. I configured my Virtual Directory again.
2. I created a new web.config file
3. I enabled Integrated Windows Authnetication and
disabled Anonymous access.
4. I have administrator access to the machine.
5. I checked for the
6. I restarted IIS.

But nothing seems to be working..I stll get the same
error?

Please can anyone let me know what the problem is..?

Thanks,


Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Edelwater | last post by:
Hello, I have (possibly) a framework related problem Or VS specific : Error while trying to run the project: unable to start debugging on the server. could not start asp.net or atl debugging....
2
by: TM | last post by:
When I run an ASP.Net application I am getting the following error: "Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged."...
11
by: Claude seraphin | last post by:
I'am having this message while trying to rune my asp.net app on win3k server. I have set debug="true" in <compilation section in my web.config . Can anyone help me? Thanks in advance
16
by: Serdar Kalaycý | last post by:
Hi everybody, My problem seems a bit clichè but I could not work around. Well I read lots of MSDN papers and discussions, but my problem is a bit different from them. When I tried to run the...
5
by: Bruce Schechter | last post by:
I just started to develop an ASP.NET application in vs.net 2003 . But each time I try to execute the application (which is basically empty so far), I get a dialog box titled "Microsoft Development...
1
by: Báltico | last post by:
After installing Windows 2003 Server SP1 I was unable to start any asp.net project either in Debug or Release mode. Every time I got the Unable to start debugging on the web server ... You do not...
3
by: =?Utf-8?B?SmVmZnJleQ==?= | last post by:
Just started to test a VB.net 2002 project for ASP.net application. After successfully installed the VS.net 2002 and tested the IIS 5.1 on XP Pro SP2 for some classical ASP programs, I am starting...
0
by: Sreenath Rao Nellutla | last post by:
Hi, All I developed applications named WebApplication2, WebApplication3, WebApplication4 and WebApplication5 on one system. When I wanted to test the applications on the other system Im getting...
4
by: ian | last post by:
A few weeks ago I was able to run remote debugging from my local machine (VS 2005 XP sp2) but now I get the following message: unable to start debugging on the web server. logon failure: unknown...
0
by: DR | last post by:
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable. I get this error when I try to run a SQL Server Project with a CLR stored...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.