|
| |||||||||
| Tags: http, http error, iis7, script |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| HTTP Error 404.17 The requested content appears to be script
Hi everyone, Thinks all are doing great.I'm attempting to install application on IIS7. The application on IIS6 works with out any issues.However, on IIS7 it gives me following error: The requested content appears to be script .So my question is of course how to enable script on IIS7, or is there something more to do to make it work? hopes i will get nice answers soon thanks a lot.. |
|
#2
| |||
| |||
| Re: HTTP Error 404.17 The requested content appears to be script
The 404.17 error denotes dynamic content mapped to the static file handler. The pre-selected configuration defaults of IIS 7.0 only provide the IIS modules need to support static content.Ensure the ASP.NET role service is installed. You have to refer to the ASP.NET Workload section. |
|
#3
| |||
| |||
| Re: HTTP Error 404.17 The requested content appears to be script
IIS 7 HTTP Error 404.17 The requested content appears to be script."HTTP Error 404.17 -Not Found -The requested content appears to be script and will not be served by the static file handler."To get rid of this kind of error alter you application pool from default to Classic .NET AppPool |
|
#4
| ||||
| ||||
| Re: HTTP Error 404.17 The requested content appears to be script
Which is the version of your ASP.NET application and Windows Server 2008? If your server is 64 bit and your ASP.NET application is 32 bit, you have to enable "Enable 32-bit Applications" in the "Advanced Settings" of Application Pool.If the simple ASP.NET web application also has such issue,can you attempt to run this %windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i for registering .Net Framework script maps on IIS. |
|
#5
| |||
| |||
| Re: HTTP Error 404.17 The requested content appears to be script
Dont get carried away with error messages, sometimes it shows wrong ones. Please check the following details. 1) Your assigned application pool is pointing to the proper .Net version 2) Your Application pool is running in proper mode( that is Classic or integrated) 3) Point to loginurl specified in web.config instead of pointing ur URL to other pages. |
|
#6
| |||
| |||
| Re: HTTP Error 404.17 The requested content appears to be script Quote:
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "HTTP Error 404.17 The requested content appears to be script" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| On HP Pavilion dv6, IE9 appears to be jerky when downloading video content. | Weslee | Portable Devices | 5 | 21-11-2011 04:31 PM |
| Getting HTTP Status Code 403 while downloading content | Casula | Technology & Internet | 4 | 22-08-2011 03:30 PM |
| Error On Startup Script: chrome://fgs/content/XPCOM.js:48 | dasbar@optusnet.com. | Windows XP Support | 2 | 28-03-2011 05:06 AM |
| Black screen appears when try to erase all content and setting in iPad | Aditya K. | Portable Devices | 4 | 31-12-2010 07:08 AM |
| Firefox Script Error: chrome://global/content/bindings/browser.xml:187 | Craigg | Technology & Internet | 5 | 21-08-2010 12:33 PM |