473,729 Members | 2,405 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MachineToApplic ation error - Windows Vista - Urgent

I get the error
<b>It is an error to use a section registered as
allowDefinition ='MachineToAppl ication' beyond application level. This error
can be caused by a virtual directory not being configured as an application
in IIS. </b>
trying to run my asp.net app.
How do I fix the virtual dir problem in Vista (Home Basic)???

Sep 16 '07 #1
4 1613
"Zeenaida" <Ze******@discu ssions.microsof t.comwrote in message
news:E0******** *************** ***********@mic rosoft.com...
>I get the error
<b>It is an error to use a section registered as
allowDefinition ='MachineToAppl ication' beyond application level. This
error
can be caused by a virtual directory not being configured as an
application
in IIS. </b>
trying to run my asp.net app.
How do I fix the virtual dir problem in Vista (Home Basic)???
I'm not sure that you can so long as you're running Vista Home Basic because
it doesn't support ASP.NET...

http://forums.asp.net/p/1082797/1605349.aspx
http://technet2.microsoft.com/window....mspx?mfr=true
http://forums.iis.net/t/1103525.aspx
http://www.zolved.com/synapse/view_c...sta_Home_Basic
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Sep 16 '07 #2
Thanks, but is there any way around it so I'll be able to run my projects on
it?

"Mark Rae [MVP]" wrote:
"Zeenaida" <Ze******@discu ssions.microsof t.comwrote in message
news:E0******** *************** ***********@mic rosoft.com...
I get the error
<b>It is an error to use a section registered as
allowDefinition ='MachineToAppl ication' beyond application level. This
error
can be caused by a virtual directory not being configured as an
application
in IIS. </b>
trying to run my asp.net app.
How do I fix the virtual dir problem in Vista (Home Basic)???

I'm not sure that you can so long as you're running Vista Home Basic because
it doesn't support ASP.NET...

http://forums.asp.net/p/1082797/1605349.aspx
http://technet2.microsoft.com/window....mspx?mfr=true
http://forums.iis.net/t/1103525.aspx
http://www.zolved.com/synapse/view_c...sta_Home_Basic
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Sep 16 '07 #3
Since IIS is not an option in Home Basic, you might want
to try Cassiniv2 to host your test ASP.NET development.

Direct link to the source files:
http://blogs.msdn.com/dmitryr/attachment/548131.ashx

You also need the v2.0 version of GACUTIL which should
be installed by default with VWD Express or VS 2005.

Make sure you read the "ReadMe.txt " file included in the zipped source.

Another option is to install either Visual Web Developer Express
( http://msdn2.microsoft.com/en-us/express/aa700797.aspx )

....or Visual Studio ( any flavor )...and use their built-in web server and file-based projects.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== ========
"Zeenaida" <Ze******@discu ssions.microsof t.comwrote in message
news:F6******** *************** ***********@mic rosoft.com...
Thanks, but is there any way around it so I'll be able to run my projects on
it?

"Mark Rae [MVP]" wrote:
>"Zeenaida" <Ze******@discu ssions.microsof t.comwrote in message
news:E0******* *************** ************@mi crosoft.com...
>I get the error
<b>It is an error to use a section registered as
allowDefinition ='MachineToAppl ication' beyond application level. This
error
can be caused by a virtual directory not being configured as an
application
in IIS. </b>
trying to run my asp.net app.
How do I fix the virtual dir problem in Vista (Home Basic)???

I'm not sure that you can so long as you're running Vista Home Basic because
it doesn't support ASP.NET...

http://forums.asp.net/p/1082797/1605349.aspx
http://technet2.microsoft.com/window....mspx?mfr=true
http://forums.iis.net/t/1103525.aspx
http://www.zolved.com/synapse/view_c...sta_Home_Basic
--
Mark Rae
ASP.NET MVP
http://www.markrae.net



Sep 16 '07 #4
You should be able to develop for asp.net with the internal development
server.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"Zeenaida" <Ze******@discu ssions.microsof t.comwrote in message
news:F6******** *************** ***********@mic rosoft.com...
Thanks, but is there any way around it so I'll be able to run my projects
on
it?

"Mark Rae [MVP]" wrote:
>"Zeenaida" <Ze******@discu ssions.microsof t.comwrote in message
news:E0******* *************** ************@mi crosoft.com...
>I get the error
<b>It is an error to use a section registered as
allowDefinition ='MachineToAppl ication' beyond application level. This
error
can be caused by a virtual directory not being configured as an
application
in IIS. </b>
trying to run my asp.net app.
How do I fix the virtual dir problem in Vista (Home Basic)???

I'm not sure that you can so long as you're running Vista Home Basic
because
it doesn't support ASP.NET...

http://forums.asp.net/p/1082797/1605349.aspx
http://technet2.microsoft.com/window....mspx?mfr=true
http://forums.iis.net/t/1103525.aspx
http://www.zolved.com/synapse/view_c...sta_Home_Basic
--
Mark Rae
ASP.NET MVP
http://www.markrae.net


Sep 16 '07 #5

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

Similar topics

2
1231
by: Manish Parikh | last post by:
Dear All I am getting the following error ! Its a sheer urgency please help Server Error in '/laxmi' Application. ---------------------------------------------------------------------------- ---- Configuration Error
3
12613
by: Boonaap | last post by:
I have been looking around on different sites and fora, and i have a similar problem than some people had before... 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. this is the solution i've read (almost everywhere) "You need to create an application or a virtual directory ( with...
23
5125
by: deathtospam | last post by:
A day or two ago, I wrote a quick ASPX page with a CS codebehind using Visual Studio .NET 2005 -- it worked, I saved it and closed the project. Today, I came back to the project, reopened the solution, and was greeted with the following error: ======================================================================== It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error...
4
8832
by: =?Utf-8?B?TWFyaw==?= | last post by:
Hi... Following the samples online, we implemented a windows service in .Net. Like most services, there's a worker thread actually doing stuff in the background. The problem we've run into is how to get the service to exit when the worker thread has a fatal error *and* get the SCM to invoke the auto-restart configuration? The worker thread can error out while the parent thread in the server process chugs along. We can set the exit...
18
81287
by: =?Utf-8?B?RGF2aWQ=?= | last post by:
I have a VC++ / .NET 2.0 solution built using VS 2005 SP1 under XP. Everything has been working well there over the past year. I have recently starting porting the app to Windows Vista (since it currently will not execute properly there). I installed VS 2005 SP1 and the hot fix SP for Vista on my Windows Vista system and have rebuilt the entire solution there with everything working well. This solution also builds a setup package that...
15
7083
by: =?Utf-8?B?TVNU?= | last post by:
To demonstrate my problem, I have a very simple VB Windows application. It has a text box that is used to display a counter, a button to reset the counter, and a timer that increments the counter every second. I remote desktop to the computer hosting this application and run the application. It starts up and displays the counter incrementing every second. If I disconnect the network cable between the two computers for 10 seconds and...
7
13382
by: =?Utf-8?B?Sm9obi5ORVQ=?= | last post by:
Hi I have written a windows service in C# / .NET I have installed it and it's working fine on a couple boxes but on my XP box I get this error when I try to start it: Error 1053: The service did not respond to the start or control request in a timely fashion. I understand that the scm issue the start and is supposed to put up this error after some timeout period but it's coming up after only about half a second and it doesnt even...
4
554
by: K Viltersten | last post by:
We have a project working well today and it's developed on VS2005. Since we're planing to switch to VS2008 in a soon future, i've been trying to move the project to VS2008 Express (Web Developer). After i've moved over all the files, i run into problems compiling and running it. Both versions of VS are run on the same computer (with the sam settings, of course). Still, when i try to run index.aspx, i get error message as follows:
1
1978
by: maheshgupta0248 | last post by:
Hi everyone.. Im newbie in the driver development.. till now i have developed some drivers in Linux. Now I have to change to Windows.. can anyone tell me what are the real differences between driver development in other versions of windows and Windows Vista.. What are the advantages of driver development in Windows Vista.. I have googled but came without any information.. Can anyone help me it is very urgent.. Also if possible please tell...
0
8921
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8763
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
9427
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
9284
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
9202
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
9148
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
8151
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...
0
6022
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();...
2
2683
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.