473,772 Members | 3,786 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Running ASP.NEt on windows media center OS in Debug mode.

Hi all,

My new computer has Microsoft Windows XP Media Center Edition as the
operating system. I am trying to run VStudio 2003 , ASP.NET on IIS 5.0
but every single time i run the source code of my application , it shows me
the message "unable to run debugging, please try running it using the option
"start with out debugging" which then start the application.

Can any body tell me why this is happening, coudl it be the OS with which
VS2203 ASP.NEt is not compatible with?

thanks
Sameer
Apr 23 '06 #1
4 1657
Hey, Sameer. I had the same problem with VS.NET 2002.

I noticed that my IIS wasn't configured to handle ASP.NET. You can
check that at

* Start->Control Panel->Administrati ve Tools->Internet Information
Services
* Then expand the (local computer) and right-click Default Web site and
select Properties.
*Select the "Home Directory" tab and hit the "Configuration. .." button
near the bottom right.

In the "Mappings" tab, you should see mappings to files with extensions
like *.asax, *.ascx, *.aspc, etc. etc.

If not, then you need to register the .NET framework with IIS. There's
an EXE file called "aspnet_regiis. exe" in each installation of the .NET
Framework that will do this for you. On my machine I ran the following
commands at the command prompt (The info I read told me to use the "-r"
extension, so I just did that without looking further into it):

C:\WINDOWS\Micr osoft.NET\Frame work\v1.0.3705\ aspnet_regiis.e xe -r
C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ aspnet_regiis.e xe -r

Now I have .NET set up in IIS. Since I ran the registration for .NET
version 1.1.4322 after the 1.0 one, it looks like my IIS is set to use
version 1.1. I believe if I ran the 1.0 registration again, I'd be set
up for 1.0.
I haven't tested it out yet, but I think this will work (I'm still
waiting for VS.NET to reinstall while I'm writing this... I wish I had
found this first.. ugh). I'll report back if it's successful.

-Stephen

-------------------------------------------------------------------------------------------------------------------------

sameer wrote:
Hi all,

My new computer has Microsoft Windows XP Media Center Edition as the
operating system. I am trying to run VStudio 2003 , ASP.NET on IIS 5.0
but every single time i run the source code of my application , it shows me
the message "unable to run debugging, please try running it using the option
"start with out debugging" which then start the application.

Can any body tell me why this is happening, coudl it be the OS with which
VS2203 ASP.NEt is not compatible with?

thanks
Sameer


May 3 '06 #2
thanks for your help stephen, i did ran the registration tool before itself,
if not then IIS does not support ASP.Net at all. I think in my case it is the
operating system that does not support debugging itself.

thanks

"st************ *@verizon.net" wrote:
Hey, Sameer. I had the same problem with VS.NET 2002.

I noticed that my IIS wasn't configured to handle ASP.NET. You can
check that at

* Start->Control Panel->Administrati ve Tools->Internet Information
Services
* Then expand the (local computer) and right-click Default Web site and
select Properties.
*Select the "Home Directory" tab and hit the "Configuration. .." button
near the bottom right.

In the "Mappings" tab, you should see mappings to files with extensions
like *.asax, *.ascx, *.aspc, etc. etc.

If not, then you need to register the .NET framework with IIS. There's
an EXE file called "aspnet_regiis. exe" in each installation of the .NET
Framework that will do this for you. On my machine I ran the following
commands at the command prompt (The info I read told me to use the "-r"
extension, so I just did that without looking further into it):

C:\WINDOWS\Micr osoft.NET\Frame work\v1.0.3705\ aspnet_regiis.e xe -r
C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ aspnet_regiis.e xe -r

Now I have .NET set up in IIS. Since I ran the registration for .NET
version 1.1.4322 after the 1.0 one, it looks like my IIS is set to use
version 1.1. I believe if I ran the 1.0 registration again, I'd be set
up for 1.0.
I haven't tested it out yet, but I think this will work (I'm still
waiting for VS.NET to reinstall while I'm writing this... I wish I had
found this first.. ugh). I'll report back if it's successful.

-Stephen

-------------------------------------------------------------------------------------------------------------------------

sameer wrote:
Hi all,

My new computer has Microsoft Windows XP Media Center Edition as the
operating system. I am trying to run VStudio 2003 , ASP.NET on IIS 5.0
but every single time i run the source code of my application , it shows me
the message "unable to run debugging, please try running it using the option
"start with out debugging" which then start the application.

Can any body tell me why this is happening, coudl it be the OS with which
VS2203 ASP.NEt is not compatible with?

thanks
Sameer


May 3 '06 #3
I am apparently running Windows XP Media Center Edition 2002 with
Service Pack 2.

My problem is solved now after I registered .NET with IIS. I also
reinstalled VS.NET Pro (2002) at the same time, so that might have
helped too.

The only other thing I did was to add some Users to some of the
Security Groups in the Computer Management. I did a few just trying
things out, but that was before I did the registration again. Here's
some I did:

* Added the ASPNET user to the Administrators Group
* Added ASPNET to the COMPUTERNAME Admins Group
* I may have added Administrator, IUSR_COMPUTERNA ME, IWAM_COMPUTERNA ME,
& my current user to the "Debugger Users" & "VS Developers" Groups

The only other thing I can think of is that I reran the Windows
Component Update CD. Other than that, this is pretty much a new
computer I just got up and running.

May 4 '06 #4
Stephen , after u mentioned it to me i though let me try it again and boom it
is working now... i reran the aspnet tool and boom i can debug now.

thanks for your help

"st************ *@verizon.net" wrote:
I am apparently running Windows XP Media Center Edition 2002 with
Service Pack 2.

My problem is solved now after I registered .NET with IIS. I also
reinstalled VS.NET Pro (2002) at the same time, so that might have
helped too.

The only other thing I did was to add some Users to some of the
Security Groups in the Computer Management. I did a few just trying
things out, but that was before I did the registration again. Here's
some I did:

* Added the ASPNET user to the Administrators Group
* Added ASPNET to the COMPUTERNAME Admins Group
* I may have added Administrator, IUSR_COMPUTERNA ME, IWAM_COMPUTERNA ME,
& my current user to the "Debugger Users" & "VS Developers" Groups

The only other thing I can think of is that I reran the Windows
Component Update CD. Other than that, this is pretty much a new
computer I just got up and running.

May 5 '06 #5

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

Similar topics

2
1617
by: Stephen Kellett | last post by:
Hi Folks, We've been using Python embedded in an application for a while now, where the Python dll is PythonNN.dll, NN being the version number, such as Python24.dll. Recently it was pointed out to me that Python can run in a debug or release configuration and that you can specify this on the command line using -O and -OO.
10
3502
by: ThunderMusic | last post by:
Hi, How can I get if the Windows running is a server version? Is there a property somewhere that can tell me if the Windows version is a server edition (including server, advanced server, web server, etc) or just a workstation (if it's not a workstation, then it's a server). My app must verifies that for security reasons. It should work from at least windows 2000 (Windows 98 and ME, would appreciated to, but if it's not possible, I'll...
8
1558
by: Siv | last post by:
Hi, Does anyone have a function that when called returns which operating system we are running on. E.g: Select Case GetOSVer() Case 1 'Win95 ... Case 2 'Win98 ... Case 3 'Win98SE
0
1691
by: pigge79 | last post by:
Hi there, I've developing an application that translates keystrokes sent from my TV card remote control to Windows XP Media Center, since the two are not compatible. I've successfully been able to use System.Windows.Forms.SendKeys.Send to send keypresses to Windows XP Media Center, except for the backspace character that I need when searching e.g. song titles. If I try using System.Windows.Forms.SendKeys.Send("{BS}") or
9
7835
by: Michael.Suarez | last post by:
Suppose I have a program that prompts you with a dialogbox to enter a password. If you get the password correct, it allows you into the program, else it kills the program. Suppose that when I am in Visual Studio, running the program in debug mode, i want to bypass the password prompt because if i am the developer, i am definately allowed to use the program. I assumed that I could use the this.DesignMode property while in my main...
9
3270
by: esakal | last post by:
Hello, I'm programming an application based on CAB infrastructure in the client side (c# .net 2005) Since my application must be sequencally, i wrote all the code in the UI thread. my problem occurs when i try to show a progress bar. The screen freezes. I know i'm not the first one to ask about it. but i'm looking
0
1286
by: JDeats | last post by:
I'm condering purchasing a PC with, due to time frame I'm looking to buy preassembled and all the choices today come with Windows Media Center Edition installed without XP Pro as even an option. I've been told by two sales clerks that Media Center Edition is "XP Pro with extras", I'd like to know from anyone who's used MCE or had read up on this if Media Center Edition comes with IIS on the install CD (as XP Pro does) and if it supports...
2
2071
by: =?Utf-8?B?YmFyYmdpbGdlcg==?= | last post by:
Can no longer open live tv in Media center...i get the following message. "Some of the files needed to play radio or video are missing or corrupt. Media Center componet registration may have failed" How do I find which files are missing? I have searched Microsoft support, can't find any help. -- barb gilger
1
2389
by: =?Utf-8?B?U3ludGF4IDM3NzA3?= | last post by:
I have found lots of people talking about this issue, but no one seems to have a solution. I could really use some help here. Has anyone seen this or have any ideas? I have been running the same backup for 2 years and I came in one morning and it just decided it would not work anymore. Histroy: * Windows 2003 Server
0
10261
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
10104
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
10038
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
9912
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...
0
8934
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7460
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
6715
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
4007
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
3609
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.