Difference between revisions of "Manage ASP.net Settings"

From Hostek.com Wiki
Jump to: navigation, search
 
Line 27: Line 27:
 
[[file:Aspnet settingsbox.png]]<br /><br />
 
[[file:Aspnet settingsbox.png]]<br /><br />
 
===Site Name===
 
===Site Name===
       <ul><p>This field is self-explanatory. This will list the site name that is currently being configured</p>
+
       <ul><li><p>This field is self-explanatory. This will list the site name that is currently being configured</p>
       </ul>
+
       </li></ul>
 
===ASP.Net Version===
 
===ASP.Net Version===
 
[[file:Aspnet_version.png]]
 
[[file:Aspnet_version.png]]
     <ul><p>This field allows you to choose between 2.0/3.5 and 4.0-4.5.2 versions of ASP.Net</p>
+
     <ul><li><p>This field allows you to choose between 2.0/3.5 and 4.0-4.5.2 versions of ASP.Net</p>
     </ul>
+
     </li></ul>
 
===Managed Pipeline===
 
===Managed Pipeline===
 
[[file:Aspnet_managedpipeline.png]]
 
[[file:Aspnet_managedpipeline.png]]
  
     <ul><p> '''Integrated''' - The IIS pipeline is integrated with the ASP.net request pipeline. The ASP.net service is no longer treated as an external plugin but as a part of IIS.</p></ul>
+
     <ul><li><p> '''Integrated''' - The IIS pipeline is integrated with the ASP.net request pipeline. The ASP.net service is no longer treated as an external plugin but as a part of IIS.</p></li></ul>
     <ul><p> '''Classic''' - In this mode IIS will only interact with ISAPI filters and extensions. ASP.net acts as an ISAPI filter and is treated as an external plugin by IIS.</p></ul>
+
     <ul><li><p> '''Classic''' - In this mode IIS will only interact with ISAPI filters and extensions. ASP.net acts as an ISAPI filter and is treated as an external plugin by IIS.</p></li></ul>
  
 
===File Permissions===
 
===File Permissions===
  
     <ul><p> This is a legacy setting for 2003 servers. This can be disregarded </p></ul>
+
     <ul><li><p> This is a legacy setting for 2003 servers. This can be disregarded </p></li></ul>
  
 
===Wildcard Mapping (Required for MVC)===
 
===Wildcard Mapping (Required for MVC)===
  
     <ul><p> This settings is used to configure a wildcard handler to intercept every request before being routed to the extensions specific handler (https://technet.microsoft.com/en-us/library/cc754606(v=ws.10).aspx)</p></ul>
+
     <ul><li><p> This settings is used to configure a wildcard handler to intercept every request before being routed to the extensions specific handler (https://technet.microsoft.com/en-us/library/cc754606(v=ws.10).aspx)</p>
 +
    </li></ul>
  
 
===Full Trust===
 
===Full Trust===
  
     <ul><p> Gives the asp.net application the same permissions as the user assigned to the site rather than the more limited permissions allowed by the asp.net medium trust security policy. </p></ul>
+
     <ul><li><p> Gives the asp.net application the same permissions as the user assigned to the site rather than the more limited permissions allowed by the asp.net medium trust security policy. </p></li></ul>

Latest revision as of 08:28, 26 August 2017

Managing ASP.net Settings via WCP

  1. First login to your WCP control panel for the account the domain is under: https://wcp.hostek.com

    Wcp url secure.png

    If you have any issues with logging into WCP then please see our tutorials on recovering your password if necessary


  1. Once logged into WCP if you have multiple domains you may need to select the appropriate domain to manage using the 'Hosted Domains' drop-down in the top-right of the page as shown in the screenshot below:

    Wcp change domain.png

  2. You will then click on the ASP.net Settings Icon

    Aspnet settings.png


  3. You will then be presented with a list of your domain and it's subdomains

    Aspnet configuration.png

    Click on the configuration button for the site you would like to configure.


  4. You will then be presented with a new box with multiple options to configure. Listed below are explanations of each option.

  5. Aspnet settingsbox.png

    Site Name

    • This field is self-explanatory. This will list the site name that is currently being configured

    ASP.Net Version

    Aspnet version.png

    • This field allows you to choose between 2.0/3.5 and 4.0-4.5.2 versions of ASP.Net

    Managed Pipeline

    Aspnet managedpipeline.png

    • Integrated - The IIS pipeline is integrated with the ASP.net request pipeline. The ASP.net service is no longer treated as an external plugin but as a part of IIS.

    • Classic - In this mode IIS will only interact with ISAPI filters and extensions. ASP.net acts as an ISAPI filter and is treated as an external plugin by IIS.

    File Permissions

    • This is a legacy setting for 2003 servers. This can be disregarded

    Wildcard Mapping (Required for MVC)

    Full Trust

    • Gives the asp.net application the same permissions as the user assigned to the site rather than the more limited permissions allowed by the asp.net medium trust security policy.