473,385 Members | 1,772 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 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 3807
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.