473,659 Members | 2,836 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP NET 2.0 Errore bloccante: ASP.NET deve avere accesso in lettura al metabase IIS

Buongiorno,
da pochi giorno ho installato la versione 2005 di Visual Studio, ma ahi
mè non funziona tutto perfettamente.
Infatti non riesco ad eseguite le miei applicazioni web in localhost.

Se provo ad eseguire il debug mi ritorna la seguente segnalazione di
errore:

Impossibile avviare il debug sul server Web.Il server Web non è
configurato in modo corretto. Per verificare gli errori di
configurazione comuni, consultare la Guida in linea. Per ottenere
ulteriori informazioni, eseguire la pagina Web all'esterno del debug.

Se ci provo senza eseguire il debug mi ritorna una pagina di errore con
la seguente eccezione:

System.Web.Host ing.HostingEnvi ronmentExceptio n: Impossibile accedere al
metabase IIS. L'account di processo utilizzato per eseguire ASP.NET
deve avere accesso in lettura al metabase IIS (ad esempio,
IIS://servername/W3SVC). Per informazioni sulla modifica delle
autorizzazioni del metabase, vedere
http://support.microsoft.com/?kbid=267904

Ho seguito le indicazioni del link dando l'autorizzazion e al mio
accaunt Windows col seguente comando:

aspnet_regiis -ga MioAccaunt
(ovviamente per il framework 2.0)
ma non ho ottenuto alcun risultato.
Avete idee in merito?
Ringrazio anticipatamente tutti coloro che mi aiuteranno a risolvere
questo problema bloccante!
Grazie,
Andrea.

May 2 '06 #1
0 3491

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

Similar topics

0
2544
by: giancaMI | last post by:
Salve a tutti, la mia configurazione è la seguente: win 2k sp4 dreamweaver MX 2004 MySql ver. 4.1 su pc locale IIS Microsoft installato dunque, dopo avere installato MySql (che funziona regolarmente da prompt e con la interfaccia Control Center per Windows scaricata dal sito di MySql) e dopo avere creato una pagina PHP con Dreamweaver MX,
2
3300
by: Keith | last post by:
I think we have a corrupt IIS metabase on our web cluster. The controller is replicating the problem to the members. What steps can we take to confirm our IIS metabase is intact? I would prefer not to do ADSI calls. Isn't there a command to interate thru the metabase? Many thanks, Keith
1
3284
by: Andrea Canegrati | last post by:
Ciao a tutti, devo eseguire una INSERT su un db in remoto...visto che non lo uso frequentemente utilizzo la funzione OPENDATASOURCE invece di linkare il server. Tutto funziona alla perfezione..ma quando sposto il codice all'interno di un Trigger (che lancio dopo l'inserimento in un altra tabella su un altro db) mi dice che non puù aggiungere un'altra transazione alla code (Errore 7391)..... Che può essere?? Il servizio DTC è avviato su...
1
2212
by: leo | last post by:
all'improvviso quando utilizzo istruzioni tipo: server.mappath("..\db") o nell'include uso il percorso scritto '..\file.inc' ho il seguente errore: Tipo di errore: Server.MapPath(), ASP 0175 (0x80004005) Impossibile utilizzare i caratteri ".." nel parametro Path del metodo MapPath.
1
6240
by: Roger | last post by:
I need to edit the IIS 6.0 config file (metabase.xml) and had a go with this code, trying to get a list of all defined websites, and write their name to console, but it does not seem to work, would appreciate any pointers: ----------- Try Dim doc As New XmlDocument Dim nodelist As XmlNodeList Dim node As XmlNode
0
1545
by: sast | last post by:
Salve, Ho un database Access (generato con access 2.0 qualche anno fa) che è arrivato a 700 Mb. Ieri inserendo una immagine JPG con OLE mi si è piantato. Da allora se lo rilancio ottengo: "il database deve essere ripristinato o non è un database access. Vano ogni tentativo di ripristinarlo. Ho provato con la compattazione ma niente. Ho provato con "Vis Data": niente, ho provato con ODBC da pannello di controllo: niente. Ho provato con...
5
45560
by: David Veeneman | last post by:
I had to reformat my Windows XP Professional development machine yesterday and reinstall everything, including IIS and VS 2005. I thought I had worked out the procedure to get ASP.NET up and running on a local machine, but I am getting this error when I try to open a web app on the local IIS installation: "Failed to access IIS metabase". Okay--the ASPNET account doesn't have access to the IIS metabase. I ran aspnet_regiis with the -ga...
0
2167
by: Will Holley | last post by:
I have a problem with cache headers which I cannot track down. We are running IIS6 on Windows Server 2003 and ASP.NET 2.0. Our application has an installer which sets up our caching options in the metabase - specifically it sets HttpExpires="D, 0" and CacheControlCustom="no-cache" on the directory containing our web forms. In IIS manager this shows up correctly (saying expires immediately). For some specific web forms (aspx) within...
2
3981
by: John | last post by:
Hi I am getting the below error while trying to run app. What is the problem and how can I fix it? Thanks Regards
0
8427
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
8851
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
8746
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
8525
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
7356
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
6179
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
4175
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2750
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
1975
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.