I am new in ASP.NET and I am getting this error:
Directory Listing Deanied
This Virtual Directory does not allow contents to be listed.
I have created a virtual directory and have put my application in that folder.....I have also put the application under inetpub/wwwroot/my_application. but when I try to load the application locally by entering
http://localhost/my_application/default.aspx it says the above..... Please help.
I am told that the extension .aspx is not added to the path....cananyone tell me how to add .aspx to the path???
Now I am getting this only from Firefox.....IE is working fine.
Thank you in advance