0

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 file:

$(solutionDir)\.vs\config\applicationhost.config

How do I generate this folder and the applicationhost.config file?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
adam78
  • 9,668
  • 24
  • 96
  • 207
  • I believe it will use the existing legacy `applicationHost.config` file in your `C:\Users\$me\AppData\Local\Temp\iisexpress\config` or `C:\Users\$me\Documents\IISExpress\config` directories. – Dai Dec 03 '19 at 11:14
  • Try deleting your `.suo` and `.csproj.user` files (which contain some IIS configuration settings) and removing all IIS + ASP.NET MSBuild properties from your `.csproj` file (like ``, restarting VS, then configuring Web settings in the Project Properties window. – Dai Dec 03 '19 at 11:15
  • @Dai ok i've found it but non of the CSS is loading in browser. I have Anon Auth disabled and Win Auth enabled? – adam78 Dec 03 '19 at 11:40

0 Answers0