Can't go back to web page after convert to file system mode

Hello, 

I can't go back to web page after convert to file system mode. It keeps redirecting me to the dev environment. Thank you.

 

Like 0

Like

1 comments

Hello Yanina,

It can happen in only one way: you've enabled file system mode and you cannot successfully compile your application (not because of compilation errors, but because of unsuccessful compilation). Compilation cannot be finished if you don't have .NET Core SDK installed to the machine where IIS is deployed. Please review release notes of 7.14.4 version (available here) where there are recommendations for .NET Core SDK in "DEVELOPMENT TOOLS" paragraph. Once you install it please reboot your physical machine and try to compile the application after that and after compilation you should be able to go to web page.

Best regards,

Oscar

Show all comments