iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
I'm currently migrating some of our projects (with Web UI Studio 2009 R2) to 4.0 and since an entry is required in the <httphandlers> section of the web.config file, this is forcing us to change the application pool of the affected applications to 'ASP.NET v4.0 Classic'.
<httpHandlers> <add path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" validate="true"/> </httpHandlers>
Now... in order to keep working with the default application pool (integrated), what would be advisable? Just adding the key to ignore the integrated mode validation?
<system.webServer> <validation validateIntegratedModeConfiguration="false"/> </system.webServer>
Or refactor the handler into the system.webserver/handlers section?
<system.webServer> <handlers> <add name="ISRes.axd_GET" path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" preCondition="integratedMode,runtimeVersionv2.0" /> </handlers> </system.webServer>
Regards
Hello,
Actually it depends on the IIS version that you are currently using. But I believe the IIS version should be version 7.0.
Please refer to the following article in here to get solution on this issue, or you can refer to this article in our support site.
I hope this helps. Thank you and have a nice day.
Regards,Martin
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname