I am by no means an administrator, so please correct me if I am wrong.
I want to run aspnet_regiis.exe -s. This requires the metabase path of my website.
How to find this metabase path?
Just run aspnet_regiis.exe -lk to see a list of registered applications, their metabase paths and the version of .NET framework installed for this application.
In addition, here are a few links you can use to find the metabase path:
,
Windows , Vista, appcmd " ":
% WindowsDirectory%\system32\inetsrv\appcmd list site
.
/W3SVC/<site id>/Root
Source: https://habr.com/ru/post/1699097/More articles:Is there a way to determine if the browser window is closed? - javascriptКак имитировать медленный принтер в Windows XP? - windows-xpMake defining external SVN versions flawless? - version-controlMySQL INSERT simple error - mysqlDetect if Adobe Reader is installed using VB code - scriptingIPC с передачей сообщений - cFiner granularity of SQL exceptions? - c #How to get file version information from C ++ exe in C #? - c ++What is the best way to manage large amounts of text in code (as well as support translations)? - c ++How to import directory structure into SVN, keeping file and folder modification dates the same? - windowsAll Articles