asp.net - Missing Master Pages when using Web Deployment Project -


I am trying to install an ASP.NET 3.5 web application on my production server and I have a web deployment I am using the project. an objective. I have a folder named MasterPage with all the master page files. When I create this project in release mode and install it on the server, I get the following error message:

Directory 'C: \ inetpub \ wwwroot \ MasterPages' exists The file changes failed to start monitoring.

I am using ASP.NET AJAX and Toolkitscript Manager is on master pages. I have noticed that the master page folder is missing from the release build can anyone help me with this?

The real problem was with the CombineConne property of ToolkitScriptManager. It was set to the right but when I do everything wrong it works.


Comments