I created a .NET 3.5 Web application using Visual Studio 2008. (It is basically a text field, a button and a label field. When the button is pressed, the label field will display the text field content)
When I start debugging, everything work fine. However, when I deploy it on IIS 6, the button did not work at all.
I have give the folder (which I created using IIS Virtual Directory) IUSR account access (Read, ‘List Folder Contents’ and ‘Read & Execute’ – When I click the ‘Read & Execute’ permission checkbox, the checkbox for ‘List Folder Contents’ also get checked.).
Did I miss anything?
Thanks Rafeeque,
Actually I used another command to perform the deploy.