Ask a Question related to ASP.NET Security, Design and Development.
-
Prince #1
Forms Authentication -- on host
I create a subdirectory in my website (within Visual
Studio) and then using IIS managment console, I made the
directory run as an application. When a user requests
any page within the subdirectory they are redirected to
the subdirectory login page. This is all fine on my
personal PC since I have IIS installed.
However, my website is being hosted so I don't have
access to IIS. How can I accomplish the exact same thing
without any access to IIS management console?
-- Prince
Prince Guest
-
Accessing htm files without authentication (forms authentication)
I have application with forms authentication. All works fine. When user opens .aspx file gets login form, login and then get the .aspx page. But... -
ASP.Net Forms authentication with basic authentication popup
Relatively new to ASP.Net but have a strange problem. My site uses forms authentication for a large administration section however after the user... -
SSH Host Based Authentication
Hello, I am having a problem with activating SSHD Host Based Authentication on my FreeBSD OS. Below is my /etc/ssh/sshd_config file. ... -
Forms authentication then redirection to a secure web with NT authentication?
Hi, I want to allow access to particular secured intranet web sites. These intranet are stored in sharepoint (2003 version) Actually I've... -
Authentication ticket, cookieless, forms authentication?
Hi. I want to use Forms Authentication, cookieless. The issue is setting the Authentication Ticket without using cookies (!) That is, the... -
Prince #2
RE: Forms Authentication -- on host
I was afraid someone would say that. I was hoping for a
simple .NET solution. Microsoft, if you're paying
attention, one should not have to make the subdirectory
run as an application.
-- Princeis through a custom (classic ASP) scheme, where you check>-----Original Message-----
>The only way that I have been able to get this to work
session variables and redirect accordingly.the>
>"Prince" wrote:
>>> I create a subdirectory in my website (within Visual
>> Studio) and then using IIS managment console, I maderequests>> directory run as an application. When a userto>> any page within the subdirectory they are redirectedthing>> the subdirectory login page. This is all fine on my
>> personal PC since I have IIS installed.
>>
>> However, my website is being hosted so I don't have
>> access to IIS. How can I accomplish the exact same>.>> without any access to IIS management console?
>>
>> -- Prince
>>
>Prince Guest



Reply With Quote

