Mega Code Archive
Opening a Configuration File on a Remote Server
Enable the remote server to accept remote configuration connections by executing the following command from a command prompt:
aspnet_regiis -config+
To disable remove configuration connections, execute the following command:
aspnet_regiis -config-
The aspnet_regiis tool is located in the following path:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe
<%@ Page Language="C#" %>
<%@ Import Namespace="System.Web.Configuration" %>
Show Config Remote