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
What are the session management techniques asp net?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What is caching in asp.net?
Why do we need Sessions?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What is a postback ispostback and autopostback in asp net?
What is asp.net and how it works?
Explain about asp.net caching?
What is __ requestverificationtoken?
What are the different validators in asp.net?
What is difference between session and viewstate?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
How do you do Client-side validation in .Net?
Why is global asax is used?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?