1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Added file extension filter removal to web config.

Remapped publish profiles to new server.
This commit is contained in:
Uncled1023 2017-04-02 14:23:50 -07:00
parent 4f8befae58
commit 14d5eee2bf
3 changed files with 60 additions and 4 deletions

View File

@ -12,13 +12,13 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<SiteUrlToLaunchAfterPublish>https://dev.teknik.io/</SiteUrlToLaunchAfterPublish>
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>True</ExcludeApp_Data>
<MSDeployServiceURL>teknik.io:8173</MSDeployServiceURL>
<MSDeployServiceURL>rom1.teknik.io:8172</MSDeployServiceURL>
<DeployIisAppPath>TeknikDev</DeployIisAppPath>
<RemoteSitePhysicalPath />
<SkipExtraFilesOnServer>False</SkipExtraFilesOnServer>
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
<EnableMSDeployBackup>True</EnableMSDeployBackup>
<UserName>Uncled1023</UserName>
<UserName>Administrator</UserName>
<_SavePWD>True</_SavePWD>
</PropertyGroup>
</Project>

View File

@ -12,13 +12,13 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<SiteUrlToLaunchAfterPublish>https://www.teknik.io/</SiteUrlToLaunchAfterPublish>
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>True</ExcludeApp_Data>
<MSDeployServiceURL>teknik.io:8173</MSDeployServiceURL>
<MSDeployServiceURL>rom1.teknik.io:8172</MSDeployServiceURL>
<DeployIisAppPath>Teknik</DeployIisAppPath>
<RemoteSitePhysicalPath />
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
<EnableMSDeployBackup>True</EnableMSDeployBackup>
<UserName>Uncled1023</UserName>
<UserName>Administrator</UserName>
<_SavePWD>True</_SavePWD>
</PropertyGroup>
</Project>

View File

@ -61,6 +61,62 @@
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="1073741824" />
<hiddenSegments>
<remove segment="App_Browsers" />
<remove segment="App_Data" />
<remove segment="App_WebReferences" />
<remove segment="App_LocalResources" />
<remove segment="App_GlobalResources" />
<remove segment="App_code" />
<remove segment="bin" />
<remove segment="web.config" />
</hiddenSegments>
<fileExtensions>
<remove fileExtension=".webinfo" />
<remove fileExtension=".vsdisco" />
<remove fileExtension=".vjsproj" />
<remove fileExtension=".vbproj" />
<remove fileExtension=".vb" />
<remove fileExtension=".ssmap" />
<remove fileExtension=".ssdgm" />
<remove fileExtension=".skin" />
<remove fileExtension=".sitemap" />
<remove fileExtension=".sdmDocument" />
<remove fileExtension=".sdm" />
<remove fileExtension=".sd" />
<remove fileExtension=".rules" />
<remove fileExtension=".resx" />
<remove fileExtension=".resources" />
<remove fileExtension=".refresh" />
<remove fileExtension=".msgx" />
<remove fileExtension=".mdf" />
<remove fileExtension=".mdb" />
<remove fileExtension=".master" />
<remove fileExtension=".lsaprototype" />
<remove fileExtension=".lsad" />
<remove fileExtension=".licx" />
<remove fileExtension=".ldf" />
<remove fileExtension=".lddprototype" />
<remove fileExtension=".ldd" />
<remove fileExtension=".ldb" />
<remove fileExtension=".jsl" />
<remove fileExtension=".java" />
<remove fileExtension=".exclude" />
<remove fileExtension=".dsprototype" />
<remove fileExtension=".dsdgm" />
<remove fileExtension=".dd" />
<remove fileExtension=".csproj" />
<remove fileExtension=".cs" />
<remove fileExtension=".config" />
<remove fileExtension=".compiled" />
<remove fileExtension=".cd" />
<remove fileExtension=".browser" />
<remove fileExtension=".ascx" />
<remove fileExtension=".asax" />
<remove fileExtension=".asa" />
<remove fileExtension=".adprototype" />
<remove fileExtension=".ad" />
</fileExtensions>
</requestFiltering>
</security>
<httpProtocol>