Can a user browsing my Web site read my Web.config or Global.asax files ?
Answer Posted / bhim bharti
No. The <HTTPHANDLERS>section of Machine.config, which holds the master configuration settings for ASP.NET, contains entries that map ASAX files, CONFIG files, and selected other file types to an HTTP handler named HttpForbiddenHandler, which fails attempts to retrieve the associated file. You can modify it by editing Machine.config or including an section in a local Web.config file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
where can i gather the materials for MCP certification
How to find last error which occurred in Asp.net ?
What are strong names?
Explain the updatepanel?
Why session management is required?
What is difference between Lambda Expression and LINQ in ASP.NET?
9. Why should we hire you over the others waiting to be interviewed?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Explain the main differences between asp and asp.net?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What is autopost?
What does the orientation property do in a menu control?
Explain the use of fragment caching.
What is Web Server Control Templates.?
What are the advantages of using Master Pages?