Missing Master Pages when using Web Deployment Project

Posted by Kumar on Stack Overflow See other posts from Stack Overflow or by Kumar
Published on 2010-05-16T19:55:39Z Indexed on 2010/05/16 20:00 UTC
Read the original article Hit count: 370

I am trying to deploy an ASP.NET 3.5 Web Application to my production server and I am using the Web Deployment Project for this purpose. I have a folder named MasterPages in the root of the application which contains all the master page files. When I build this project in the release mode and deploy it on to the server I am getting the below error message:

Directory 'C:\inetpub\wwwroot\MasterPages' does not exist. Failed to start monitoring file changes.

I am using ASP.NET AJAX and the ToolkitScriptManager is on the master pages. I have noticed that the MasterPages folder is missing from the release build. Can anyone help me with this?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about master-pages