It shows that you are unregistered. Please register with us by clicking Here
![]() |
|
![]() |
![]() | Register - FAQ - Today's Posts - New Posts - Support - Search | ![]() |
![]() |
![]() |
|
LinkBack | Thread Tools | Display Modes | ![]() |
|
|
#2 (permalink) |
|
Member
Join Date: Jul 2006
Age: 47
Posts: 45
|
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.
Here are the relevant statements in Machine.config: <add verb="*" path="*.asax" type="System.Web.HttpForbiddenHandler, ... /> <add verb="*" path="*.config" type="System.Web.HttpForbiddenHandler, ... /> |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Which site you use for store files and photo? | tychicus | Hosting | 21 | 08-06-2007 07:52 AM |
| global warming | Geen Engel | All Things General | 11 | 08-09-2006 03:12 PM |
| predefined sections in web.config | Tom Tom | .NET | 0 | 07-11-2006 10:40 PM |
| How to declared the Global variables in web.config in asp.net ? | gage | .NET | 3 | 07-10-2006 04:53 AM |
| Global eTalk | Craig | Marketing | 4 | 02-01-2006 11:59 PM |