 |
|
เกี่ยวกับasp.net รู้สึกdebugแปลกช่วยดูหน่อยครับ เขียนโค๊ตเกี่ยวกับevent-driven |
|
 |
|
|
 |
 |
|
code ที่เขียนครับ
<%@Import Namespace= "System.IO" %>
ข้อความที่1
<script language="VB" runat="server">
Dim A As Integer
Sub Page_Init(Sender As Object,E As EventArgs)
A= 10
Response.Write(A)
label1.Text = A
End Sub
Sub Page_Load(Sender As Object,E As EventArgs)
A=A+1
Response.Write(A)
label1.Text = A
End Sub
Sub button1_Click(Sender As Object,E As EventArgs)
A=A+2
Response.Write(A)
label1.Text = A
End Sub
Sub Page_Unload(Sender As Object,E As EventArgs)
Dim ObjStreamWriter As StreamWriter = File.CreateText("C:\a.txt")
ObjStreamWriter.WriteLine("Hello World")
ObjStreamWriter.Close
End Sub
</script>
<form runat="server">
<asp:Button id="button1" Text="Submit" OnClick="button1_Click" runat="server" />
<asp:Label id="label1" runat="server" />
</form>
ข้อความที่2
ส่วนตอนที่มันรันเป็นแบบนี้ครับ
Server Error in '/' Application.
--------------------------------------------------------------------------------
Access to the path "c:\a.txt" is denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.UnauthorizedAccessException: Access to the path "c:\a.txt" is denied.
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET write access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Stack Trace:
[UnauthorizedAccessException: Access to the path "c:\a.txt" is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String str) +393
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) +888
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) +44
System.IO.StreamWriter.CreateFile(String path, Boolean append) +55
System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize) +49
System.IO.StreamWriter..ctor(String path, Boolean append) +66
System.IO.File.CreateText(String path) +32
ASP.Event_Driven_Page_aspx.Page_Unload(Object Sender, EventArgs E) +11
System.Web.UI.Control.OnUnload(EventArgs e) +67
System.Web.UI.Control.UnloadRecursive(Boolean dispose) +121
System.Web.UI.Page.ProcessRequestCleanup() +24
System.Web.UI.Page.ProcessRequest() +218
System.Web.UI.Page.ProcessRequest(HttpContext context) +18
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
Tag : - - - -
|
|
 |
 |
 |
 |
Date :
3 เม.ย. 2550 17:31:29 |
By :
ปอม |
View :
4055 |
Reply :
4 |
|
 |
 |
 |
 |
|
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
ใช่ค่ะเป็นเหมือนกันกะเรา เลย ใครรู้ ช่วยด้วยค่ะ มือใหม่ไม่คราบจริง ๆ ขอบคุณค่ะ
|
 |
 |
 |
 |
Date :
15 พ.ค. 2550 10:01:07 |
By :
savewater |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
ผมก็เจอครับช่วยด้วยหาวิธีแด้ไม่ได้เลยเห็นเขาบอกว่าแก้ตรง Permission ผมไม่รู้ว่ามันอยู่ตรงไหน 
|
 |
 |
 |
 |
Date :
1 ม.ค. 2551 13:53:31 |
By :
เต๋า |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
ลองไปที่ adminstrative tool-->local user and Groups-->เลือก asp.net แล้ว add สิทธิ์ตรง member of ให้เป็น administrator ดูครับ ไม่ทราบได้กันยัง ลองดูครับ
|
 |
 |
 |
 |
Date :
2010-07-01 20:35:50 |
By :
Boonsong |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
เป็นเรื่อง permission นั่นแหละครับ
ถ้าไม่ serious เรื่อง security ก็คลิกขวาที่ folder แล้ว share full เลยครับ
ส่วนถ้าอยากให้ advance มากกว่านี้ก็กำหนด permission ให้ user ชื่อ asp.net
สามารถเขียนข้อมูลใน folder ได้ก็ได้
ปล. เพิ่งเห็นวันที่ กระทู้ตั้งแต่เกือบ 3 ปีที่แล้วยังขยันขุดขั้นมาอีก
|
 |
 |
 |
 |
Date :
2010-07-01 22:13:32 |
By :
tungman |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
|
|