![]() |
| |||||||
| Sponsored Links |
![]() | « Previous Thread | Next Thread » |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| ||||
| ||||
| Hi i'm working on vista now, which I now work with IIS7, i've setup my .Net and now have run my app for the first time. But I get a IIS7 error: Code: HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. Code: <handlers> <remove name="WebServiceHandlerFactory-Integrated"/> <remove name="ScriptHandlerFactory"/> <remove name="ScriptHandlerFactoryAppServices"/> <remove name="ScriptResource"/> <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> <add name="ScriptResource" verb="GET,HEAD" path="ScriptResource.axd" preCondition="integratedMode" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></handlers></system.webServer> I have a '<handlers>' further up in my page that doesn't give an error, is this one just in the wrong place or something? Shem |
| Sponsored Links |
|
#2
| ||||
| ||||
| Have a look here. Looks like something that you've installed has affected .NET in IIS |
| The Following User Says Thank You to richyrich For This Useful Post: | ||
Shem (August 21st, 2008) | ||
|
#3
| ||||
| ||||
| I don't understand? I def do have .Net framework, it shows when i go to IIS? |
|
#4
| ||||
| ||||
| I think if you read one of the links included in the thread you have to remove all instances of .NET in IIS and then reinstall using the windows tools add/remove wizard |
|
#5
| ||||
| ||||
| haven't a clue how to do that? I was just in IIS7 and don't see how to remove .Net anywhere... gona google it |
|
#6
| ||||
| ||||
| should anyone else have this problem, this is how you turn on ASP.NET in IIS7 on Vista platform: Quote:
EDIT: Also your virtual directory must be converted to an application Last edited by Shem; August 21st, 2008 at 06:35 AM. |
|
#8
| |||
| |||
| I'm running IIS7 on vista ![]() Are you still having issues Shem? |
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Update sql connection string in web config | peebman2000 | .Net Development | 5 | April 18th, 2008 12:23 PM |