App not running from sub folder
Hi
My asp.net is in the Events sub folder of the root folder. In the root
folder I have a web.config file which has the following code under
system.web section;
<authentication mode="Forms">
<forms name="LoginAuthCookie" loginUrl="~/Events/Login.aspx" />
</authentication>
However when I enter the url
http://localhost/Events/, I get the below
error;
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
What am I missing and why does the login.aspx form not come up?
Thanks
Regards
.
Relevant Pages
- Re: Easy way to add large numbers of existing source files to project?
... > Then it would do the exact same thing - copy all the actual files over and create and empty root folder in the project. ... If dragging were to>> resolve this issue the contents of the .sln file would have to be>> modified ... >> What happened running the ProjectItem.AddFromDirectory macro? ... (microsoft.public.dotnet.languages.csharp) - Re: Easy way to add large numbers of existing source files to project?
... Sorry - I forgot to mention what happened with the macro. ... Then it would do the exact same thing - copy all the actual files over and create and empty root folder in the project. ... >>> how to do something useful like recursing a directory of files. ... (microsoft.public.dotnet.languages.csharp) - Re: how could i save files in windows folder?
... want to select ROM-only Filesystem from the catalog, ... I tried to mount the fatfs as root folder, ... (microsoft.public.windowsce.platbuilder) - Re: ftp server permission
... but my english just soo bad, i cant digest your writing correctly. ... > So you use NTFS permissions to make the root folder unwriteable. ... > I stated earlier that nothing in the FTP server can trump NTFS permissions ... (microsoft.public.inetserver.iis.ftp) - RE: Cant see 100MB of mail
... I was able to use it to delete the messages from the root folder. ... Exchange 2003 server at the time. ... > You can use the MDB Viewer to see what's in the mailbox. ... (microsoft.public.exchange.admin) |
|