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
I have a deployment project for web application when I run the deployment project
Share
You cannot navigate to a .ASCX file. The .ASCX file is a user control, it’s not a .ASPX web form.