473,811 Members | 2,771 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Cant debug in XP Pro but can in Win 2K help

dee
Hi

I am running .NET 1.0 on an Windows XP Pro and cant debug my VB web
application.
I get the following error message:
"Error while trying to run project: Unable to start debugging on the web
server. Access is denied.
Would you like to disable future attempts to debug ASP.NET pages for
this
prject?"
I had this problem in Windows 2K pro but was had resolved with running the
following commands:
C:\Windows\Micr osoft.NET\Frame work\v1.0.3705\ aspnet_regiis.e xe -r
regsvr32 C:\Windows\Micr osoft.NET\Frame work\v1.0.3705\ aspnet_isapi.dl l C:\Windows\Micr osoft.NET\Frame work\v1.0.3705\ aspnet_regiis.e xe -i

This doesn't work in XP Pro.
Greatly apprecitate any help.
Dee
Nov 19 '05 #1
2 1137
1). Do you have .net 2.0 beta installed?
2). Do you have a debug="true" in your web.config file?
3). Is your project set up as a virutal directory?
4). Is your login ID a member of the vs debuggers group?

Hopefully, this points you in the right area

--
TDAVISJR
aka - Tampa.NET Koder
"dee" <dee@home> wrote in message
news:eq******** *****@TK2MSFTNG P09.phx.gbl...
Hi

I am running .NET 1.0 on an Windows XP Pro and cant debug my VB web
application.
I get the following error message:
"Error while trying to run project: Unable to start debugging on the
web
server. Access is denied.
Would you like to disable future attempts to debug ASP.NET pages for
this
prject?"
I had this problem in Windows 2K pro but was had resolved with running the
following commands:
> C:\Windows\Micr osoft.NET\Frame work\v1.0.3705\ aspnet_regiis.e xe -r
> regsvr32

C:\Windows\Micr osoft.NET\Frame work\v1.0.3705\ aspnet_isapi.dl l
> C:\Windows\Micr osoft.NET\Frame work\v1.0.3705\ aspnet_regiis.e xe -i

This doesn't work in XP Pro.
Greatly apprecitate any help.
Dee

Nov 19 '05 #2
dee
Hi

No to 1 and yes to others.
I reran the command and its working now.
Thanks for your help.
I alwasy wondered if everyone had to run those commands to be able to debug
ASPNET why there isnt any mention of that in the litterature. But that's not
unusual.
Good luck to you
Dee.
"TDAVISJR" <an*******@micr osoft.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
1). Do you have .net 2.0 beta installed?
2). Do you have a debug="true" in your web.config file?
3). Is your project set up as a virutal directory?
4). Is your login ID a member of the vs debuggers group?

Hopefully, this points you in the right area

--
TDAVISJR
aka - Tampa.NET Koder
"dee" <dee@home> wrote in message
news:eq******** *****@TK2MSFTNG P09.phx.gbl...
Hi

I am running .NET 1.0 on an Windows XP Pro and cant debug my VB web
application.
I get the following error message:
"Error while trying to run project: Unable to start debugging on the
web
server. Access is denied.
Would you like to disable future attempts to debug ASP.NET pages for
this
prject?"
I had this problem in Windows 2K pro but was had resolved with running
the
following commands:
> C:\Windows\Micr osoft.NET\Frame work\v1.0.3705\ aspnet_regiis.e xe -r
> regsvr32

C:\Windows\Micr osoft.NET\Frame work\v1.0.3705\ aspnet_isapi.dl l
> C:\Windows\Micr osoft.NET\Frame work\v1.0.3705\ aspnet_regiis.e xe -i

This doesn't work in XP Pro.
Greatly apprecitate any help.
Dee


Nov 19 '05 #3

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

Similar topics

2
3319
by: MrFile | last post by:
I added an app.config file to my application. (c#.net component dll) <?xml version="1.0" encoding="utf-8"?> <configuration> <appSettings> <add key="username" value="xx" /> <add key="password" value="xx" /> </appSettings> </configuration>
9
2071
by: Kurt | last post by:
Hi I was trying to get this VB type code to work in C Sub SetColumns_Example( Dim ol As Outlook.Applicatio Dim MyFolder As MAPIFolde Dim itms As Item Dim itm As Objec Dim dtmStart As Date, dtmEnd As Dat Dim lngElapsed As Lon Set ol = New Outlook.Applicatio
0
1167
by: IanT | last post by:
Hi I'm using Visual C++ .net I'm getting the linker error that one of my object files cant be found It seems that my compiler isnt producing .obj files (or at least not putting them in the debug folder) I've done a harddrive search for the .obj file and it seems that its not being produced at all. Infact the compiler doesnt seem to be producing any object files, but its not giving an error untill I get to linking. Any ideas why there are no...
2
1227
by: Wayne | last post by:
Hello all I hope you can help with running web applications in VB.NET. I have just started working with ‘Visual Basic .NET Black Book’. I am at page 12 have created the web application ‘WebHello’. If I try running it as suggested in the book (debug/PF5) it builds ok but I then get a msg saying ‘Error while trying to run project: Unable to start debugging on the web server. The server does not support debugging of ASP.NET or...
0
1273
by: Tillmann Neben | last post by:
As the topic already says, i just cant get it working. I am using "ftp-mode" to get the files onto the server instead of using frontpage extension. When I try to debug, VS tells me, that the debugger cant connect to the remote computer (server) - and, that a firewall might be the reason. I have all firewalls disabled but it is still not working. I cant find so much information about that issue regarding VS 2005. Is remote debugging...
16
1781
by: Mike Fellows | last post by:
when i load my windows form i populate a combobox i use the code below Dim conn As New System.Data.SqlClient.SqlConnection(strConn) Dim sql As String = "AllLenders" Dim da As New System.Data.SqlClient.SqlDataAdapter(sql, conn) Dim ds As New DataSet() da.Fill(ds) ComboBox1.DataSource = ds.Tables(0) ComboBox1.DisplayMember = "Lender" da.Dispose()
3
2266
by: Rea | last post by:
Hey eb After installing microsoft's script debugger, I configured my default web site and internet explorer to enable script debugging. But when stepping into debugging mode in some asp page i can't see the server side code of it (<%%> ). Also in the debugger's Running documents window, i only see one branch of documents, descending from the internet explorer node. No trace there for the iis side of things..
1
1061
by: Abubakar | last post by:
Hi, I have 2 projects in a slolution, one is a dll project and other is exe. I have some exported functions from the dll code using __declspec (dllexport ). In the exe code I have created a header file that contains prototypes of the functions that are in the dlls. I have specified the lib file in the exe's project settings and everything builds and runs just fine ( i copy the dll manually where the exe is located when I make changes in...
3
1680
by: arun.hallan | last post by:
Hi, I'm having problems with authentication. I have a set of users that are allowed to use a webpage. They are in domain A. My goal is to get the username of these users and then check them against my list. The webpage is hosted under a username in domain B. I cannot change any settings on the domains.
0
9605
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10648
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10389
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10402
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10135
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7670
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6890
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4339
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3867
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.