Re: How protect non aspx files using Forms Authentication?
Hi Ron, some options.
Use NT authentication instead.
Or tell your web server not to serve EXE files.
Put items you don't want served in another folder. This can be a
subfolder in your app, just ensure that your web account doesn't have
access to that folder.
Also (someone remind me) can you configure individual page loading
options in the Global.asax? I know you can config for application and
session start and ends, what about pages as well?
.
Relevant Pages
- Cant Create or Open Projects After HTTPS Convert
... I created a share on the web server drive, ... Created a folder inside the share, we'll refer to it as ... >The powers that be switched our web server from http to ... (microsoft.public.dotnet.framework.aspnet.security) - Re: running winform exe from the web
... The folder is set up to be trusted, and I have a winforms application ... open the config file directly in the browser, ... I haven't done anything in particular with the web server or the folder, ... >> I even don't see the MyObject in the GAC directory. ... (microsoft.public.dotnet.framework.aspnet.security) - Re: Can index.htm be used same as index.html
... page" message as my folder has htm not html as the index file ... "It depends on the Web Server & how it's been Set". ... is given when no FileName is specified. ... ah now they are as index.HTM, that is the ones that are with the htm ... (uk.people.silversurfers) - Re: to access nt auth. required folders
... single user accessing the folder that needs higher security? ... against the folder. ... >If you use a custom authentication format, ... >LogonUser does not work on the web server because the ... (microsoft.public.inetserver.iis.security) - Re: Can index.htm be used same as index.html
... page" message as my folder has htm not html as the index file ... "It depends on the Web Server & how it's been Set". ... is given when no FileName is specified. ... ah now they are as index.HTM, that is the ones that are with the htm ... (uk.people.silversurfers) |
|