HI
I installed an Umbraco site through nuget package and developed view templates ect. Everything is fine and runs perfectly from Visual Studio 2015, but now I want to Deploy to an IIS server.
I've tried Publish from Visual Studio but I get all sorts of errors. Recently UmbracoMembershipProvider. Is there a walk through guide for deployment of Umbraco?
I have found that the "Publish" feature in Visual Studio does not deploy all the needed DLL's . Try doing a release build and then manually copy all the DLL's in the bin to your IIS instance. Might want to double check if the Umbraco and Umbraco_Client directories got copies as well.
I come no further than the web config, I do not see any additional errors.
I have no idea how to fix this.
I copied this.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Exception has been thrown by the target of an invocation.
Hi all
I found out that the Appalication pool must be set to integrated not classic you get the error with UmbracoMembershipProvider, I read in another thread that it should be classic but it is wrong.
Everything else is all just about putting the right permissions for different folders, but also on the compact database.
I have tried with both file, web and ftp deploy, everything is ok, but I think that there is too much with, for example solution file.
It would be cool if there was a script could be used for deployment and permissions that always works.
Thanks to everyone's got me in the right direction.
How to Deploy / Publish a Umbraco site
HI I installed an Umbraco site through nuget package and developed view templates ect. Everything is fine and runs perfectly from Visual Studio 2015, but now I want to Deploy to an IIS server.
I've tried Publish from Visual Studio but I get all sorts of errors. Recently UmbracoMembershipProvider. Is there a walk through guide for deployment of Umbraco?
Best Regards Lyck
Hi Christian,
Where do you want to deploy your project?
What errors did you get?
Usually we deploy sites via ftp and respore database at MSSQL server.
Cheers, Alex
HI Alex Just to local IIS for now, but I also have a Windows server, and eventually it supposed to be hosted on a live server.
I have found that the "Publish" feature in Visual Studio does not deploy all the needed DLL's . Try doing a release build and then manually copy all the DLL's in the bin to your IIS instance. Might want to double check if the Umbraco and Umbraco_Client directories got copies as well.
Hi Jason,
Agree with you. Visual Studio Publish isn't smooth way, but if all files are included in projects, what isn't perfect, it publishes ok.
Everything is there, I reviewed it.
What problem with UmbracoMembershipProvider?
I come no further than the web config, I do not see any additional errors. I have no idea how to fix this.
I copied this.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Exception has been thrown by the target of an invocation.
Source Error:
Line 233:
PS And enormous thanks you for, trying to answer.
Hi Christian,
Can you post what folders the visual studio publish copies to your local iis. Maybe there are some missing folders which are needed.
Haven't done the VS publishing myself, mostly just copied the stuff by hand.
Regards David
Hi all I found out that the Appalication pool must be set to integrated not classic you get the error with UmbracoMembershipProvider, I read in another thread that it should be classic but it is wrong.
Everything else is all just about putting the right permissions for different folders, but also on the compact database.
I have tried with both file, web and ftp deploy, everything is ok, but I think that there is too much with, for example solution file.
It would be cool if there was a script could be used for deployment and permissions that always works.
Thanks to everyone's got me in the right direction.
Christian Lyck.
is working on a reply...