Hi,
Actually this is the first time for me to work with ASP.NET 2.0,
When I debug my site through VS 2005 it works very well, but the problem arise when I tried to use IIS.
Regarding that IIS works fine with non aspx pages.
Here is the error :
System.Web.Host ing.HostingEnvi ronmentExceptio n: 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
Any Ideas!!
Actually this is the first time for me to work with ASP.NET 2.0,
When I debug my site through VS 2005 it works very well, but the problem arise when I tried to use IIS.
Regarding that IIS works fine with non aspx pages.
Here is the error :
System.Web.Host ing.HostingEnvi ronmentExceptio n: 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
Any Ideas!!
Comment