Search code examples
asp.netdeploymentaspnet-compiler

Running Deployment project gives me "Something" is not a valid virtual path


I have a deployment project for web application when I run the deployment project it gives me this error Error 443 'http:/localhost:54333/Content/XXXX/XXXXXX/XXXXXX.ascx' is not a valid virtual path. thanks


Solution

  • You cannot navigate to a .ASCX file. The .ASCX file is a user control, it's not a .ASPX web form.