J
Jerry Morton
Hi,
Is it possible to use ASP.NET Forms Authentication in an IIS "Virtual
Directory"? As long as I don't setup the vdir as an application, it
should behave like a regular sub-folder, right?
My ASP.NET application has a regular subfolder which authenticates OK,
but when I replace it with a vdir, authentication doesn't work. I get
strange behaviour where IIS tries to return a "default" page for the
folder and actually truncates the URL, i.e.
http://www.mysite.com/secure/somepage.aspx
turns into
http://www.mysite.com/secure
and IIS returns the "Directory Browsing is not allowed"!
Has anyone had this problem before?
Thanks.
Is it possible to use ASP.NET Forms Authentication in an IIS "Virtual
Directory"? As long as I don't setup the vdir as an application, it
should behave like a regular sub-folder, right?
My ASP.NET application has a regular subfolder which authenticates OK,
but when I replace it with a vdir, authentication doesn't work. I get
strange behaviour where IIS tries to return a "default" page for the
folder and actually truncates the URL, i.e.
http://www.mysite.com/secure/somepage.aspx
turns into
http://www.mysite.com/secure
and IIS returns the "Directory Browsing is not allowed"!
Has anyone had this problem before?
Thanks.