当前位置:网站首页>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/
边栏推荐
- [experiment] MySQL master-slave replication and read-write separation
- Antique mfc/gdi+ Frame LCD display control
- 原始套接字使用
- Mobile terminal commissioning
- SAP Hana error message sys_ XSA authentication failed SQLSTATE - 28000
- JVM (IV) Class file structure (complete parsing of bytecode attached)
- PLC如何自行构造移位功能块(FC)
- [926. flip the string to monotonic increment]
- How PLC constructs shift function block (FC) by itself
- Circuitbreaker fuse of resilience4j - circuitbreakerconfig configuration
猜你喜欢

2022淘宝618超级喵运会玩法攻略 618超级喵运会玩法技巧

MySQL 4 Database table storage structure & tablespace

JVM (III) Virtual machine performance monitoring & fault handling tool

Pagoda chevereto1.6.2 the latest version of stepping on the pit tutorial in Chinese

Remote desktop cannot copy and paste solution

tp6调试(trace)
![[CEGUI] concept introduction](/img/a6/695d7f1a4e57c8438e2d1a4cad11dc.jpg)
[CEGUI] concept introduction

A hundred secrets and a few secrets - Caesar encryption

np.meshgrid()函数 以及 三维空间中的坐标位置生成 以及 numpy.repeat()函数介绍
![[Wayland] Wayland agreement description](/img/7b/b2dc41fcd15447252f48d2b61e8d59.jpg)
[Wayland] Wayland agreement description
随机推荐
Student management system
2022 JD 618 Comment rembourser le dépôt de pré - vente? Le dépôt JD 618 peut - il être remboursé?
[SQLite3] memory debugging
Remote link software xshell and xftp download address
【机器学习】基于鸢尾花(iris)数据集的逻辑回归分类实践
2022京东618预售定金怎么退?京东618定金能退吗?
JVM (VIII) Thread safety and lock optimization
【926. 将字符串翻转到单调递增】
[DDS] dds-rpc implementation based on opendds
Redis (I) Internal data structure
Quickly build oncyber io
Common regular expressions
Solution to the problem that the applet developer tool cannot input simplified Chinese
Antique mfc/gdi+ Frame LCD display control
Implementation principle of redisson distributed lock
学生管理系统
2021-09-13
Propagation of transactions
Timers in golang
A hundred secrets and a few secrets - Caesar encryption