asp.net - Why default page in IIS unable to load page in iframe? -


homepage.aspx as: enter image description here

path default document set in iis "webpages/homepage.aspx"

when hit url "localhost:88" i'm unable default page error as: enter image description here

iis structure myapplication -> webpages -> homepage.aspx,login.aspx

but when hit url "localhost:88/webpages/homepage.aspx" page successfully.

in forms authentication, unaunthenticated(without logged in user) request routed login.aspx or configured page in web.config.

it redirected login.aspx since not authenticated path formed request in iframe doesn't find login page there.

try after session exists user.

if want direct want jump home.aspx other site seems need single sign on rather iframe.


Comments

Popular posts from this blog

Why does Go error when trying to marshal this JSON? -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

apache - Restler setup not working -