Dart Home | PowerWEB File Upload for ASP.NET | Custom Development | Reply | PowerWEB File Upload for ASP.NET Topics | Forums |
Author | Forum: PowerWEB File Upload for ASP.NET Topic: Note for Visual Studio 2012 user |
Tony Priest From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted August 27, 2012 11:21 AM When creating a new web project in visual studio 2012 the default 'web' option is to use 'IIS Express'. If this option is used the loading of a page with File Upload components on it will fail because the 'Scripts library is not initialized' In order to fix this error you simple need to ad the following to lines to the <system.webServer><modules> section: <add name="FileUploadModule" type="Dart.FileUpload.FileUploadModule,Dart.FileUpload" preCondition="managedHandler" /> <add name="CallbackManagerEx" type="Dart.FileUpload.CallbackManager,Dart.FileUpload" preCondition="managedHandler" /> |
Reply | PowerWEB File Upload for ASP.NET Topics | Forums |
This site is powered by PowerTCP WebServer for ActiveX |