Permissions
Can anyone advise me on how permissions for âEveryoneâ should be setup for my ASP.NET Web application on my Web Hostâs Web server, and, also, what files actually need to be uploaded to the Web server?
Hereâs the layout on my Web Hostâs Web server:
Level (1) Domain Name folder
Level (2) www
Level (3) My Application Project Is At This Level
Hereâs the contents in my Project, and could someone tell me where I place the read and write permissions for âEveryoneâ. Iâm confused on if I give the whole folder read and write permissions, then my confidential information can be accessed, and also, hacked by someone.
****************
INDIVIDUAL FOLDERS ::
****************
Business Objects ~ contain class(s)
Images ~ contain .gif(s) and .jpg(s)
ProductImages ~ contain .jpg(s)
UserControls ~ user controls
****************
INDIVIDUAL FILES ::
****************
AssemblyInfo.
vb ~ placed inside \bin on Web server
.css ~ Cascading Style Sheet file
Web.config ~ Contains login information for SQL Server (confidential)
.aspx ~ Various Web forms, etc. for presentation layer
Global.asax ~ Configuration file
.vsdisco
Thanks to anyone who can help me. I havenât been able to find this information fully addressed in the books I have.