سؤال

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

هل كانت مفيدة؟

المحلول

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

نصائح أخرى

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top