ASPNet C#.Net 2.0 IIS metabase path

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi,

In my C#.Net 2.0, how do I get the metabase path in the IIS 6?
Thanks for help.


Jason
 
Jason,

The metabase.xml file should be in %system32%\inetsrv. However, you
shouldn't be modifying this file directly while IIS is running, since IIS
will make changes back to the file (I believe that you can make changes on
running services through directory services).
 
Back
Top