問(wèn):數(shù)據(jù)庫(kù)無(wú)法創(chuàng)建,數(shù)據(jù)庫(kù)無(wú)法創(chuàng)建成功
答:您好,請(qǐng)問(wèn)您當(dāng)前所說(shuō)的無(wú)法創(chuàng)建數(shù)據(jù)庫(kù)是mssql數(shù)據(jù)庫(kù)還是mysql數(shù)據(jù)庫(kù),并且查看您建站助手中創(chuàng)建的站點(diǎn)是一個(gè)dz論壇模板程序的,其應(yīng)該是mysql數(shù)據(jù)庫(kù),并查看您當(dāng)前服務(wù)器上并未安裝mysql數(shù)據(jù)庫(kù),您可以參考截圖 去安裝后再看看,非常感謝您長(zhǎng)期對(duì)我司的支持!
問(wèn):
進(jìn)行網(wǎng)站后臺(tái)操作會(huì)出現(xiàn)以上內(nèi)容,不知空間那里要設(shè)置?
答:您好,請(qǐng)參照https://www.cnblogs.com/wllzbky/p/.html 設(shè)置下試試,如還有異常,請(qǐng)告知后臺(tái)登錄信息及賬戶和密碼我司測(cè)試下,非常感謝您長(zhǎng)期對(duì)我司的支持.由此給您帶來(lái)的不便之處,敬請(qǐng)?jiān)?謝謝!
問(wèn):要在那文件加上那個(gè)代碼呢?
在web.config的節(jié)點(diǎn)里加入:<system.web> <pages enableEventValidation="false" viewStateEncryptionMode="Never" enableViewStateMac="false/></system.web>
答:您好,根據(jù)您當(dāng)前提供的報(bào)錯(cuò)截圖,您可以在web.config(該文件在主機(jī)FTP空間www目錄下)中<system.web>節(jié)點(diǎn)中添加<machineKey validationKey="3FF1E929BCB0920A7B59FA698BD02DFE8" decryptionKey="280450BB36319B474C996B506A95AEDF9B51211B1D2B7A77"/>
或者添加:<pages enableEventValidation="false" enableViewStateMac="false" />
,非常感謝您長(zhǎng)期對(duì)我司的支持!
問(wèn):登錄主機(jī)空間–文件管理,提示如下窗口,要怎么解決?
答:您好,
應(yīng)該是您的本地瀏覽器存在限制,請(qǐng)您清除瀏覽器緩存(或換一個(gè)瀏覽器),重新進(jìn)行登錄,再試試。非常感謝您長(zhǎng)期對(duì)我司的支持!
問(wèn):是在web.config文件中,任意位置添加那代碼嗎?
問(wèn):代碼如下:
<?xml version="1.0" encoding="UTF-8"?><configuration> <!–url rewrite–> <configSections> <section name="rewriter" requirePermission="false" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler, Intelligencia.UrlRewriter" /> <sectionGroup name="system.web"> <section name="neatUpload" type="Brettle.Web.NeatUpload.ConfigSectionHandler,Brettle.Web.NeatUpload" allowLocation="true" /> </sectionGroup> <sectionGroup name="NSW"> <section name="HttpCompress" type="NSW.Web.Module.Configuration" /> </sectionGroup> </configSections> <NSW> <HttpCompress compressionType="GZip"> <IncludedMimeTypes> <add mime="text/html" /> </IncludedMimeTypes> <!–配置不壓縮何種類(lèi)型資源 <ExcludedMimeTypes> <add mime="text/html" /> </ExcludedMimeTypes> 注意:ExcludedMimeTypes及IncludedMimeTypes只需要配置一個(gè)就可以,如果像上面那樣配置ExcludeMimeTypes的話,則表明除html類(lèi)型的資源外,其它資源都會(huì)被壓縮–> <ExcludedPaths> <!–設(shè)定不啟用壓縮的頁(yè)面路徑,下面設(shè)定了nocompress目錄下的default.aspx頁(yè)面將不會(huì)啟用壓縮功能,但其它頁(yè)面則正常啟用壓縮–> <add path="/Product/" /> <add path="/Mager/" /> </ExcludedPaths> </HttpCompress> </NSW> <rewriter file="~/Config/URLReWrite.config" /> <!–end url rewrite–> <appSettings configSource="Config\\Appsetting.config"> </appSettings> <connectionStrings configSource="Config\\ConnectionString.config"> </connectionStrings> <system.web> <httpHandlers> <!–url rewrite–> <add path="*.shtml" verb="*" type="System.Web.UI.PageHandlerFactory" validate="true" /> <add path="*.aspx" verb="*" type="System.Web.UI.PageHandlerFactory" validate="true" /> <!–end url rewrite–> </httpHandlers> <httpModules> <add name="NSWSafeModule" type="NSW.Web.Module.NSWSafeModule"/> <add name="URLModule" type="NSW.Web.Module.URLModule" /> <add name="HttpCompress" type="NSW.Web.Module.HttpCompress" /> <!–url rewrite–> <add type="Intelligencia.UrlRewriter.RewriterHttpModule,Intelligencia.UrlRewriter" name="UrlRewriter" /> <!–end url rewrite–> <!–上傳大文件–> <add name="UploadHttpModule" type="Brettle.Web.NeatUpload.UploadHttpModule,Brettle.Web.NeatUpload" /> </httpModules> <!–useHttpModule="true" 設(shè)為true時(shí)才能看到上傳狀態(tài),默認(rèn)是False–> <neatUpload useHttpModule="true" maxNormalRequestLength="" maxRequestLength="" defaultProvider="FilesystemUploadStorageProvider"> <providers> <add name="FilesystemUploadStorageProvider" type="Brettle.Web.NeatUpload.FilesystemUploadStorageProvider, Brettle.Web.NeatUpload" /> </providers> </neatUpload> <httpRuntime maxRequestLength="" executionTimeout="3600" /> <compilation debug="true"> <assemblies> <add assembly="System.Design, Version=127.0.0.1, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> <add assembly="System.Management, Version=127.0.0.1, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> </assemblies> </compilation> <authentication mode="Windows" /> <!– <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm"> <error statusCode="403" redirect="NoACcess.htm" /> <error statusCode="404" redirect="FileNotFound.htm" /> </customErrors> –> <customErrors mode="Off" defaultRedirect="error.htm?msg=0"> <error statusCode="403" redirect="error.htm?msg=2" /> <error statusCode="404" redirect="notfound.html" /> <error statusCode="500" redirect="error.htm?msg=4" /> </customErrors> <sessionState mode="InProc" timeout="300" /> <pages enableViewState="false" validateRequest="false" viewStateEncryptionMode ="Never" enableEventValidation="false" enableViewStateMac="false"> <controls> <!–*************** 購(gòu)物車(chē):start ***************–> <!–購(gòu)物車(chē)頭部–> <add tagPrefix="CartHeader" tagName="CartHeader" src="~/UserControls/Common/Header.ascx" /> <!–購(gòu)物車(chē)底部–> <add tagPrefix="CartFooterer" tagName="CartFooterer" src="~/UserControls/Common/Footer.ascx" /> <!–購(gòu)物車(chē)當(dāng)前位置–> <add tagPrefix="CartLoc" tagName="CartLoc" src="~/UserControls/Cart/Loc.ascx" /> <!–底部向?qū)?#8211;> <add tagPrefix="BottomHelp" tagName="BottomHelp" src="~/UserControls/Product/BottomHelp.ascx" /> <!–*************** 購(gòu)物車(chē):end ***************–> <!–*************** 前臺(tái)頁(yè)面:start ***************–> <add tagPrefix="ucHeader" tagName="ucHeader" src="~/UserControls/Common/Header.ascx" /> <add tagPrefix="ucFooter" tagName="ucFooter" src="~/UserControls/Common/Footer.ascx" /> <add tagPrefix="ucLocR" tagName="ucLocR" src="~/UserControls/Common/LocR.ascx" /> <add tagPrefix="ucLocL" tagName="ucLocL" src="~/UserControls/Common/LocL.ascx" /> <!–*************** 前臺(tái)頁(yè)面:end ***************–> <!–*************** 會(huì)員中心:start ***************–> <!–頭部–> <add tagPrefix="UserHeader" tagName="UserHeader" src="~/UserControls/Common/Header.ascx" /> <!–底部–> <add tagPrefix="UserFooterer" tagName="UserFooterer" src="~/UserControls/Common/Footer.ascx" /> <!–當(dāng)前位置–> <add tagPrefix="UserLoc" tagName="UserLoc" src="~/UserControls/User/Loc.ascx" /> <!–行為操作–> <add tagPrefix="UserActions" tagName="UserActions" src="~/UserControls/User/Actions.ascx" /> <!–*************** 會(huì)員中心:end ***************–> <!–分頁(yè)控件–> <add assembly="Oran.WebControl.OranPager" namespace="Oran.WebControl" tagPrefix="OranPager" /> <!–OranRegion 地 控件–> <add assembly="OranChinaRegion" namespace="Oran.WebControl" tagPrefix="chinaRegion" /> <!–在線線客服–> <add tagPrefix="Kefu" tagName="Kefu" src="~/UserControls/IM/Kefu.ascx" /> <!–可伸縮文本框 <add tagPrefix="ExtendiableTextBox" tagName="ExtendiableTextBox" src="~//Inc/UserControls/ExtendiableTextBox.ascx"/>–> </controls> </pages> <identity impersonate="false" /> <globalization requestEncoding="utf-8" responseEncoding="utf-8" fileEncoding="utf-8" /> </system.web> <system.codedom> </system.codedom> <system.webServer> <handlers> <add name="myurl" path="*.shtml" verb="*" modules="IsapiModule" scriptProcessor="C:\\Windows\\Microsoft.NET\\Framework\\v2.0.50727\\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,runtimeVersionv2.0,bitness32" /> </handlers> <urlCompression doDynamicCompression="false" /> <rewrite> <rules> <rule name="301Redirect" stopProcessing="true"> <match url="(.*)" /> <conditions logicalGrouping="MatchAny"> <add input="{HTTP_HOST}" pattern="^yuenfs\\.cn$" /> </conditions> <action type="Redirect" url="http://www.yuenfs.cn/{R:0}" redirectType="Permanent" /> </rule> </rules> </rewrite> </system.webServer></configuration>
答:您好,請(qǐng)?jiān)?lt;system.web>這一行的后面,另起一行添加后測(cè)試,如還不正常,請(qǐng)?zhí)峁┖笈_(tái)登錄信息,非常感謝您長(zhǎng)期對(duì)我司的支持.由此給您帶來(lái)的不便之處,敬請(qǐng)?jiān)?謝謝!
三五互聯(lián)(35.com)是經(jīng)工信部、ICANN、CNNIC認(rèn)證審批,持有ISP、云牌照、IDC、CDN、頂級(jí)域名注冊(cè)商等全業(yè)務(wù)資質(zhì)的正規(guī)老牌服務(wù)商,自成立至今20余年專(zhuān)注于域名注冊(cè)、虛擬主機(jī)、云服務(wù)器、企業(yè)郵箱、企業(yè)建站等互聯(lián)網(wǎng)基礎(chǔ)服務(wù)!
截止目前,已經(jīng)為超過(guò)2000萬(wàn)個(gè)域名提供了注冊(cè)、解析等服務(wù),是中國(guó)五星級(jí)域名注冊(cè)注冊(cè)商!已為超過(guò)50萬(wàn)個(gè)網(wǎng)站提供了高速穩(wěn)定的云托管服務(wù),獲評(píng)中國(guó)最受用戶喜歡云主機(jī)服務(wù)商。
三五互聯(lián)提供全方位7X24H專(zhuān)業(yè)售后支撐,域名注冊(cè)特價(jià)1元起,高速穩(wěn)定云主機(jī)45元起,更多詳情請(qǐng)瀏覽三五互聯(lián)官網(wǎng):http://m.shinetop.cn/