Search  
You are here:  Forums    
Latest Posts Minimize
RE: cannot install mail server on vista by SteveT on 09-05-2008 2:19 AM
RE: Winsock error - moved server from friends place to mine by SteveT on 09-05-2008 2:14 AM
RE: Moving users and configuration to new server by Funxions on 09-04-2008 9:24 AM
Largest install base? by mbreitba on 09-04-2008 6:56 AM
RE: Winsock error - moved server from friends place to mine by Sabarrab on 09-04-2008 2:04 AM
RE: Winsock error - moved server from friends place to mine by SteveT on 09-04-2008 1:46 AM
Winsock error - moved server from friends place to mine by Sabarrab on 09-04-2008 1:28 AM
RE: cannot install mail server on vista by dcp12345678 on 09-02-2008 6:08 PM
RE: cannot install mail server on vista by acaballero on 09-02-2008 4:49 PM
RE: cannot install mail server on vista by dcp12345678 on 09-01-2008 9:02 PM

Top 10 Links Minimize

ArGoStuff User to User Support Forums Minimize
Subject: Failed to access IIS metabase.
Prev Next
You are not authorized to post a reply.

Author Messages
kryichek

Posts: 7
Online: User is Offline
ArGoNuke Recruit
ArGoNuke Recruit





07-06-2008 7:42 AM  

I am getting the following when trying to access Webmail.  I really dont know what step to do next to get this working.

Failed to access IIS metabase.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.Hosting.HostingEnvironmentException: Failed to access IIS metabase.

The process account used to run ASP.NET must have read access to the IIS metabase (e.g. IIS://servername/W3SVC). For information on modifying metabase permissions, please see http://support.microsoft.com/?kbid=267904.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 

Stack Trace:


[HostingEnvironmentException: Failed to access IIS metabase.]
   System.Web.Configuration.MetabaseServerConfig.MapPathCaching(String siteID, VirtualPath path) +3492170
   System.Web.Configuration.MetabaseServerConfig.System.Web.Configuration.IConfigMapPath.MapPath(String siteID, VirtualPath vpath) +9
   System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath virtualPath, Boolean permitNull) +163
   System.Web.CachedPathData.GetConfigPathData(String configPath) +382
   System.Web.CachedPathData.GetConfigPathData(String configPath) +243
   System.Web.CachedPathData.GetApplicationPathData() +68
   System.Web.CachedPathData.GetVirtualPathData(VirtualPath virtualPath, Boolean permitPathsOutsideApp) +3385679
   System.Web.Configuration.RuntimeConfig.GetLKGRuntimeConfig(VirtualPath path) +189

 

SteveT
Forum Administrator

Posts: 2518
Online: User is Offline
ArGoNuke Admiral
ArGoNuke Admiral





07-06-2008 8:06 PM  
Before messing with the IIS metabase, please ensure that you have IIS set up correctly. From the web site in IIS Manager, right click and select Properties. Select the ASP.NET tab. It needs to have a minimum Version 2.0.x. On the directory Tab, select security, Edit, and ensure That Enable Anonymous Access is enables and the user account should be IUSR_[Computer Name]. In the application Pool section check the properties, go to the Identity tab and ensure that pre-defined is selected and that it shows Network Service. Next go to the root folder of your web site, right click, properties and then security. These services should be there: Network Service Interactive System (all have Full Control) and Network (List Folders only).

Top Cat Computing BOINC Team StatsRegards,
Steve Topilnycky
Top Cat Computing
http://www.topcatcomputing.com
kryichek

Posts: 7
Online: User is Offline
ArGoNuke Recruit
ArGoNuke Recruit





07-06-2008 10:35 PM  
Posted By SteveT on 07-06-2008 8:06 PM
Before messing with the IIS metabase, please ensure that you have IIS set up correctly. From the web site in IIS Manager, right click and select Properties. Select the ASP.NET tab. It needs to have a minimum Version 2.0.x. On the directory Tab, select security, Edit, and ensure That Enable Anonymous Access is enables and the user account should be IUSR_[Computer Name].
 
bottom half:
In the application Pool section check the properties, go to the Identity tab and ensure that pre-defined is selected and that it shows Network Service. Next go to the root folder of your web site, right click, properties and then security. These services should be there: Network Service Interactive System (all have Full Control) and Network (List Folders only).

I was able to verify everything above the bottom half.  However, I am drawing a blank at Application Pool and "root folder"  I dont see a Securty tab in the properties selection of c:\inetpub or c:\inetpub\wwwroot.
mtosborne

Posts: 12
Online: User is Offline
ArGoNuke Apprentice
ArGoNuke Apprentice





07-06-2008 11:14 PM  
I too was getting this error when I first setup my .NET server.  Basically, I found out that I installed IIS before I installed ASP.NET and that screwed things up.  To fix the problem, uninstall and reinstall ASP.NET or run this from a command prompt:

“aspnet_regiis -i ”

Hope this helps!

SteveT
Forum Administrator

Posts: 2518
Online: User is Offline
ArGoNuke Admiral
ArGoNuke Admiral





07-06-2008 11:29 PM  

Application Pool will be found in IIS Manager:

IIS ManagerUnless you added some pools like I did, there should be one there called DefaultAppPool. Select it, right click and then select the Identity Tab.  Ensure that pre-defined is selected and that it shows Network Service as the Account to use for that pool.

 

The next step is to check the file permissions of your web site. You need to navigate to the root folder of your web site, for example: c:\inetpub\wwwroot\.  Select the folder, right click the folder and select Properties, then select the Security Tab. 

You want to ensure that the wwwroot folder has at a minimum these permissions:

These services should be there:

Network Service

Interactive

System (all the above should have Full Control)

 Network (List Folders only).
Folder

If you do not see this type of Tab, What Operating System are you using and what file system do you have installed (FAT, FAT32, NTFS)?


Top Cat Computing BOINC Team StatsRegards,
Steve Topilnycky
Top Cat Computing
http://www.topcatcomputing.com
kryichek

Posts: 7
Online: User is Offline
ArGoNuke Recruit
ArGoNuke Recruit





07-07-2008 6:29 PM  

After reading the above post from mtosborne I decided to take the following steps:

1. I uninstalled Webmail

2. I uninstalled IIS

3. I uninstalled the .NET Framework

4. Rebooted. (note your mail server will not work cause .NET has been removed)

5. I installed IIS

6. I installed the .NET Framework

7. Rebooted

8. I installed the Webmail interface

9. It works like a champ.

Thanks for everyones help.

SteveT
Forum Administrator

Posts: 2518
Online: User is Offline
ArGoNuke Admiral
ArGoNuke Admiral





07-07-2008 10:06 PM  
I'm glad to see that you have gotten it resolved.

Top Cat Computing BOINC Team StatsRegards,
Steve Topilnycky
Top Cat Computing
http://www.topcatcomputing.com
You are not authorized to post a reply.



ActiveForums 3.7

Donations Minimize

Find our site useful? Make a donation to show your support

Donate

logo_ccMC.giflogo_ccVisa.giflogo_ccDiscover.giflogo_ccAmex.gif

ArGoStuff Supporters

 


News from ArGoSoft Minimize
1 2 3 4 5 6


ArGoSoft Mail Server .NET v1.0.5.3

Mail Server

  • Added data rebuild external utitlity (MailServerReset.exe), and a popup menu option to reset/rebuild user mailboxes and entire domain groups;
  • Mailbags and domains now support a * wildcard as a subdomain name, e.g., *.argosoft.com includes mail.argosoft.com, junk.argosoft.com, and so on...
  • When bouncing messages to local addresses, using local delivery handler, which have been recently used for local delivery... It turned out, it was not working when sending bounced messages to local users, messages were going to the queue. This change will considerably reduce server load;
  • Added a Sort by Email feature to distribution lists;

Web Interface

  • No Changes;
7/28/2008 2:33:17 PM
Mid-Summer Promotion has ended

We are wrapping up our mid-summer $50.00 off promotion.

The promotion was a great success. Over 70 users took advantage of our special offer. We are sure, it will help the further popularization of our software.

7/15/2008 11:59:25 PM
Mid-Summer Promotion - Mail Server .NET

We are launching mid-summer promotion with our Mail Server .NET. You can upgrade, or get a new license for $50.00 less until July 15 2008.

7/4/2008 9:36:35 AM
ArGoSoft Mail Server .NET v1.0.5.2

Mail Server

  • Added Available Updates checking. Of course, it will show up only after we release the next version... If new version is avialable, a link will be displayed on the bottom of the UI, suggesting to upgrade
  • "SMTP Log In" will be no longer be registered in the last login database, because it causes confusion when the web interface displays last login protocol;
  • Updated help files, now they reflect new Remoting services;

Web Interface

  • "Wiping" of trash folder now works. With each login, messages, located in the trash folder, and older than 3 days will be wiped out;
6/16/2008 8:45:05 AM
German Resources for Web Interface

Now we have a German translation of the web interface of Mail Server .NET! Thanks to Roland Bieri.

6/6/2008 10:50:26 PM


1 2 3 4 5 6

Protect Your Computer today withGet AVG Today