Error url virtual path

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
bani06
User
Posts: 38

Error url virtual path

Post by bani06 »

I got this error when perform user security.

InvalidOperationException: The supplied URL is not local. A URL with an absolute path is considered local if it does not have a host/authority part. URLs using virtual paths ('~/') are also local.

Is that wrong in my coding?


MichaelG
User
Posts: 1095

Post by MichaelG »

If you are trying to redirect to an external url, please uncheck Tools -> Advanced Settings -> Local redirection only.


Post Reply