Questions tagged [applicationhost]

69 questions
0
votes
1 answer

applicationHost.xdt in App Service Plan instances

The Issue I am currently in the process of integrating a pre-rendering service for SEO optimization, however we use an Azure App Service Plan to scale up or down when necessary. One of the steps for setting up the proper configuration requires…
user2332995
0
votes
0 answers

Webdeploy error: "Error: Source (contentPath) and destination (appHostConfig) are not compatible for the given operation"

By using the example here, we are trying to export a site from 2008 server and import it in 2016 server. Export (in 2008): msdeploy.exe -verb:sync -source:apphostconfig="Default Web Site" -dest:package=c:\dws.zip Import (in 2016): msdeploy.exe…
Ned
  • 1,055
  • 9
  • 34
  • 58
0
votes
0 answers

Visual Studio 2015 Project no .vs folder?

I've migrated a visual studio 2010 project to visual studio 2015. I build the project in VS2015 and everything builds fine but I don't see any .vs folder in the solution which normally contains the following…
adam78
  • 9,668
  • 24
  • 96
  • 207
0
votes
0 answers

Resources loading from different relative path causing 500 error - what is wrong with config?

Goal: Have resource load on LOCAL site, not just PRODUCTION site. Summary: I have a C# .NET Chat application that loads into an iframe in an Angular site. It works fine on PRODUCTION but I am having trouble getting everything to run on my VM…
angleUr
  • 449
  • 1
  • 8
  • 27
0
votes
1 answer

IIS request filter rules not showing in applicationHost.config

I'm getting started with request filters to block bot traffic. I've started with an example .htaccess file, see here: IIS htaccess rule converter only importing 1 rule I don't want to manually add a ton of rules through the clunky IIS interface, so…
Adam
  • 6,041
  • 36
  • 120
  • 208
0
votes
1 answer

Apply applicationHost transform when deploying to Azure Cloud Service

I am deploying in Azure using Cloud Service. I need to add global url rewrite rule in each of the nodes. These global rewrite rules are stored in the applicationHost.config file and the way I read it, this file can be modified using the xml…
Aleks G
  • 56,435
  • 29
  • 168
  • 265
0
votes
0 answers

IIS Application Pool creating folder with applicationhost.config in it

This one has me baffled. Everytime we create an application pool on a newly built server it and run it, it creates a folder in the root of IIS. Such as all our default IIS folders are configured at parent to be D:\IIS and each time a pool starts, it…
Richard Dakin
  • 413
  • 4
  • 16
0
votes
1 answer

How my HTML application treats relative addresses depends too much on how it is run

My HTML application file F:\relroot\libname.lib\textapp.hta (name altered) contains the following function: function fullNameOfFile(filename) { var fso = newMedium(); return fso.GetAbsolutePathName(filename) } When I run the application via…
0
votes
0 answers

Set default ASP.NET Core website name

When you first run an ASP.NET Core website, Visual Studio adds an entry to .vs\config\applicationhost.config. It sets the site name to the name of the project. For example: I wish it used the assembly name rather…
Edward Brey
  • 40,302
  • 20
  • 199
  • 253
0
votes
0 answers

conflic by lock tfs, iisexpress applicationhost.config edited asp classic

I have an old web site made in asp classic. I want to make it editable in VS2015 and using IISExpress. I use TFS as source controller. I know how to make IISExpress work with the site. I need to change the applicationhost.config…
forX
  • 2,063
  • 2
  • 26
  • 47
0
votes
1 answer

How to add virtual directories in iis express?

I have hosted my web application and it’s sub-applications(virtual directories) in IIS Express and everything working fine. Here i have created applicationhost.config file at this %temp%\iisexpress location. Instead of creating config file at temp…
Kathir Subramaniam
  • 1,195
  • 1
  • 13
  • 27
0
votes
1 answer

Visual Studio 2015 IIS Express issue applicationhost.config

I have converted VS 2010 web application project to VS 2015. The published application to development server looks fine, but I cannot run locally. I see various posts to fix applicationhost.config file but I do not seem to find the issue. Please…
SilverFish
  • 1,014
  • 6
  • 28
  • 65
0
votes
1 answer

Cannot write applicationHost.config

I am trying to deploy an application and I get the following exception System.Runtime.InteropServices.COMException (0x800719F3): Filename: \?\C:\Windows\system32\inetsrv\config\applicationHost.config Error: Cannot write configuration file I…
Deepanshu Kalra
  • 419
  • 2
  • 9
  • 23
0
votes
2 answers

Cannot write in applicationHost.cofig file of IIS

I am experimenting this problem deleting an IP restriction on IIS: I have given all permissions to the user but it did not resolve the problem, I also try to free some space on disk without any result, is there anything that I can try to solve it,…
Diego Arturo
  • 171
  • 1
  • 3
  • 15
0
votes
0 answers

Managed Bootstrapper Application Host - Upgrade from WiX 3.8 to 3.10 error

I started using WiX with version 3.8 and everything works fine, including create *.msi file and Bootstrapper *.exe installation file. I can also create installation UI for my own. Now my company upgrade VS 2013 to VS 2015 and WiX 3.8 is now…
Minh Ho
  • 123
  • 1
  • 11