当前位置:网站首页>Pseudo static setting of access database in win2008 R2 iis7.5
Pseudo static setting of access database in win2008 R2 iis7.5
2022-06-12 10:26:00 【Zi Jiao】
stay win2008 r2 iis7.5 in access Database pseudo static settings , There will be the following problems :
One 、 Not registered on the local computer “Microsoft.Jet.OLEDB.4.0” Provider .
Solution :IIS - Application pool - Right click the corresponding website application pool - Advanced settings - Enable 32 Bit application = true.
Here's the picture :

Two 、 When setting the application pool to enable 32 Bit after application , If it happens because Web On the server “ISAPI and CGI Limit ” List settings , The page you requested cannot be provided .
Solution :IIS - Computer name - ISAPI and CGI Limit - Add or set ISAPI or CGI Limit to allow .
Be careful , Because... Is enabled in the application pool 32 Bit application , ISAPI or CGI Path address should be :C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll
instead of C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll
Here's the picture :

3、 ... and 、HTTP error 500.22 - Internal Server Error
Detected not applicable... In integrated managed pipeline mode ASP.NET Set up .
Solution :IIS - Application pool - Find the corresponding site application pool on the right - Double click to open the edit application pool dialog box - Select the managed pipeline mode as classic .
Here's the picture :

Here is web.config Content :
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="RewriterConfig" type="URLRewriter.Config.RewriterConfigSerializerSectionHandler, URLRewriter" />
</configSections>
<RewriterConfig>
<Rules>
<RewriterRule>
<LookFor>~/([\w]+)\.htm</LookFor>
<SendTo>~/tools/Default.aspx?path=$1</SendTo>
</RewriterRule>
<RewriterRule>
<LookFor>~([a-z]+)(\/[a-z]+)?(\/\w+)?.htm</LookFor>
<SendTo>~/$1$2/Default.aspx?tplname=$3</SendTo>
</RewriterRule>
</Rules>
</RewriterConfig>
<connectionStrings>
<add name="sqlConnectionString" connectionString="Data Source=(local);Initial Catalog=KingInfoSqlDb;Integrated Security=SSPI;" providerName="System.Data.SqlClient" />
<add name="accConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\App_Data\dat.mdb;Persist Security Info=True;Jet OLEDB:Database Password=" providerName="System.Data.OleDb" />
</connectionStrings>
<system.web>
<compilation debug="true" targetFramework="4.5" />
<httpRuntime requestValidationMode="2.0" targetFramework="4.5" />
<httpHandlers>
<add verb="*" path="*.htm" type="URLRewriter.RewriterFactoryHandler, URLRewriter" />
</httpHandlers>
<httpModules>
<add type="URLRewriter.ModuleRewriter,URLRewriter" name="ModuleRewriter" />
</httpModules>
</system.web>
<system.webServer>
<handlers>
<add name="RewriteFactory-ISAPI-4_0_64bit" path="*.htm" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,runtimeVersionv4.0,bitness64" />
</handlers>
<modules>
<add name="URLRewriter" type="URLRewriter.ModuleRewriter" preCondition="managedHandler" />
</modules>
</system.webServer>
</configuration>
Demo address :http://www.369ok.cn/
边栏推荐
- np. Meshgrid() function and coordinate position generation in 3D space and numpy Introduction to repeat() function
- PHP maximum balance method to solve the problem that the sum of the final percentages is not equal to 100
- Jump to wechat in app and open wechat
- 用于图像处理的高性能计算框架
- JVM (VI) Virtual machine bytecode execution engine (with stack execution process and bytecode instruction table)
- Introduction to IOT
- CTF freshman cup PHP deserialization question - EzPop
- ID obfuscation
- Propagation of transactions
- 【实验】MySQL主从复制及读写分离
猜你喜欢
![[DDS] ddsi-rtps specification](/img/fe/16b835e3e4a8ff71ab3dbc4b9c4d2a.jpg)
[DDS] ddsi-rtps specification

2022京東618預售定金怎麼退?京東618定金能退嗎?

IoT简介
![[CEGUI] log system](/img/5d/c8f76194b1ae2a62d3f5a1e84a5603.jpg)
[CEGUI] log system

MySQL VI Database lock

pycharm 查看opencv当前的版本

2022 JD 618 Comment rembourser le dépôt de pré - vente? Le dépôt JD 618 peut - il être remboursé?
SAP Hana error message sys_ XSA authentication failed SQLSTATE - 28000
![[CEGUI] resource loading process](/img/52/819843db21549b5e5031258f2c5cb0.jpg)
[CEGUI] resource loading process

验收标准到底是不是测试用例?
随机推荐
[CEGUI] resource loading process
Checkpoint of the four cornerstones of Flink
Student management system
[untitled]
Data processing and visualization of machine learning [iris data classification | feature attribute comparison]
Redis (I) Internal data structure
Propagation of transactions
Circuitbreaker fuse of resilience4j -- Measurement of circuitbreakermetrics index
Getting started with cloud API basics -- basic knowledge of picgo writing plug-ins
A few secrets - a special day
MQTT 协议中文版
[Mozilla] basic concept analysis of IPDL
Detailed explanation and use of redis data types: key and string types
MySQL user and permission management, role management
Cookie object
Halcon combined with C # to detect surface defects -- affine transformation (III)
PHP maximum balance method to solve the problem that the sum of the final percentages is not equal to 100
用于图像处理的高性能计算框架
Get array median
Simple use of autojs