Question

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

Was it helpful?

Solution

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

OTHER TIPS

ascx is used for user type controls ,its not denoting any page like .aspx does ,so you cant navigate to ascx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top