Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > .NET Framework > Forum > อัพขึ้น Host แล้ว Error...ผม up ขึ้น host แล้วมัน Error ดังนี้ครับ ไม่ทราบว่าต้องแก้ไขอย่างไร



 

อัพขึ้น Host แล้ว Error...ผม up ขึ้น host แล้วมัน Error ดังนี้ครับ ไม่ทราบว่าต้องแก้ไขอย่างไร

 



Topic : 026712



โพสกระทู้ ( 151 )
บทความ ( 0 )



สถานะออฟไลน์




ผม up ขึ้น host แล้วมัน Error ดังนี้ครับ
ไม่ทราบว่าต้องแก้ไขอย่างไร

Error
Server Error in '/' Application.
--------------------------------------------------------------------------------

Configuration Error 
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level.  This error can be caused by a virtual directory not being configured as an application in IIS.

Source Error: 


Line 28:             ASP.NET to identify an incoming user. 
Line 29:         -->
Line 30: 		<authentication mode="None"/>
Line 31: 		<!--
Line 32:             The <customErrors> section enables configuration 
 

Source File: E:\inetpub\vhosts\xx.com\httpdocs\sam\web.config    Line: 30 





โค้ดหน้าWeb.config

<?xml version="1.0"?>
<!--
Note: As an alternative to hand editing this file you can use the
web admin tool to configure settings for your application. Use
the Website->Asp.Net Configuration option in Visual Studio.
A full list of settings and comments can be found in
machine.config.comments usually located in
\Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration>
<appSettings/>
<connectionStrings>
<add name="samConnectionString1" connectionString="Data Source=KUHOAD-PC\SQLEXPRESS;Initial Catalog=sam;Persist Security Info=True;User ID=sa;MultipleActiveResultSets=False;Packet Size=4096;Application Name=&quot;Microsoft SQL Server Management Studio&quot;"
providerName="System.Data.SqlClient" />
</connectionStrings>
<system.web>
<customErrors mode="Off" />

<compilation debug="true"/>

<authentication mode="None"/>

</system.web>
</configuration>



Tag : - - - -







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2009-04-27 11:52:35 By : nutkit View : 10913 Reply : 6
 

 

No. 1



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter Facebook

ลองใส่

Code
<compilation defaultLanguage="vb" debug="false" />


หรือ

Code
<compilation debug="false"/>







Date : 2009-04-27 16:08:15 By : webmaster
 


 

No. 2



โพสกระทู้ ( 151 )
บทความ ( 0 )



สถานะออฟไลน์


ยังไม่ได้ครับ

ที่host ตอนนี้set เป็น none

config setไว้แบบนี้ ก็ยังไม่ได้

<?xml version="1.0"?>
<!--
Note: As an alternative to hand editing this file you can use the
web admin tool to configure settings for your application. Use
the Website->Asp.Net Configuration option in Visual Studio.
A full list of settings and comments can be found in
machine.config.comments usually located in
\Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration>
<appSettings/>
<connectionStrings>
<add name="aaa" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true"/>
</connectionStrings>
<system.web>
<customErrors mode="Off" />
<!--
Set compilation debug="true" to insert debugging
symbols into the compiled page. Because this
affects performance, set this value to true only
during development.
-->
<compilation debug="false"/>
<!--
The <authentication> section enables configuration
of the security authentication mode used by
ASP.NET to identify an incoming user.
-->
<authentication mode="None"/>
<!--
The <customErrors> section enables configuration
of what to do if/when an unhandled error occurs
during the execution of a request. Specifically,
it enables developers to configure html error pages
to be displayed in place of a error stack trace.

<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>
-->
</system.web>
</configuration>



ฟ้อง

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

Source Error:
Line 29: <authentication mode="None"/>
Date : 2009-04-27 16:36:59 By : nutkit
 

 

No. 3



โพสกระทู้ ( 151 )
บทความ ( 0 )



สถานะออฟไลน์


mailทางHostตอบมาว่า

อาจจะต้องหาตัวอย่างการเซ็ต web.config เป็น<authentication mode="Windows"/>นะคะ เพราะว่าอาจจะมีการเซ็ตที่ต่างกันจาก web.config เป็น<authentication mode="None"/> ค่ะ เนื่องจากทาง server ของเรารันผ่านตัว IIS ค่ะ จึงไม่สามารถใช้ web.config เป็น<authentication mode="None"/> ได้ค่ะ
Date : 2009-04-27 16:41:24 By : nutkit
 


 

No. 4



โพสกระทู้ ( 151 )
บทความ ( 0 )



สถานะออฟไลน์


ได้แล้วครับ ที่ผ่านมาผมupขึ้นไปเลย

พึ่งรู้ว่าต้องสร้างvd ก่อน แล้วค่อยupข้อมู,ใส่vd นั้น
Date : 2009-04-27 17:01:42 By : nutkit
 


 

No. 5

Guest


แก้ เป็น windows แล้วแต่ยังไม่ได้อ่ะค่ะ แก้ยังไงต่อ
Date : 2011-05-03 02:05:55 By : แอม
 


 

No. 6

Guest


ถ้าเป็น iis 7 ให้ลอง ลบตัวเดิมแล้วลอง New ขึ้นมาใหม่ค่ะ
ไปที่ คลิกขวาที่ Default website / เลือก Add Application ลองดูนะค่ะเผื่อจะแก้ปัญหาได้ค่ะ

iis 7
Date : 2011-09-22 13:34:28 By : Viki
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : อัพขึ้น Host แล้ว Error...ผม up ขึ้น host แล้วมัน Error ดังนี้ครับ ไม่ทราบว่าต้องแก้ไขอย่างไร
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 04
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่