Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP 3 Classic ASP Active Server Pages 3.0 > Classic ASP Components
|
Classic ASP Components Discussions specific to components in ASP 3.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Components section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 28th, 2006, 03:27 AM
Registered User
 
Join Date: Mar 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default .NETÖеķþÎñÆ÷ÅäÖÃÎÊÌ⣭£­Í øÒ³¾Ü¾ø·ÃÎÊ

ÎÒÏÖÔÚÕýÔÚ×öÒ»¸öϵͳ£¬ÔÚ± ¾µØ¿ÉÒÔÕý³£ÔËÐУ¬µ«ÊÇÔÚ·þ ÎñÆ÷ÉϾͲ»ÄÜ·ÃÎÊ£¬ÏëÖªµÀÆ äÖÐÔ­ÓÉ£¬´íÎóÐÅÏ¢ÈçÏ£º
Here is the config of my webconfig file :
 <authorization><allow users="*" /></authorization>
<authentication mode="Windows" />
<identity impersonate="true"/>
And Here is the section process model of my machine.config file:
<processModel enable="true" timeout="Infinite" idleTimeout="Infinite" shutdownTimeout="0:00:05" requestLimit="Infinite" requestQueueLimit="5000" restartQueueLimit="10" memoryLimit="60" webGarden="false" cpuMask="0xffffffff" userName="machine" password="AutoGenerate" logLevel="Errors" clientConnectedCheck="0:00:05" comAuthenticationLevel="Connect" comImpersonationLevel="Impersonate" responseDeadlockInterval="00:03:00" maxWorkerThreads="20" maxIoThreads="20"/>
Server Error in '/' Application.
--------------------------------------------------------------------------------

Access 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.ComponentModel.Win32Exception: Access is denied

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[Win32Exception (0x80004005): Access is denied]
   System.Diagnostics.Process.StartWithCreateProcess( ProcessStartInfo startInfo) +1104
   System.Diagnostics.Process.Start() +85
   System.Diagnostics.Process.Start(ProcessStartInfo startInfo) +49
   Materiel.macposition.GetMac1(String IP)
   Materiel.macposition.drptype_SelectedIndexChanged( Object sender, EventArgs e)
   System.Web.UI.WebControls.ListControl.OnSelectedIn dexChanged(EventArgs e) +108
   System.Web.UI.WebControls.DropDownList.System.Web. UI.IPostBackDataHandler.RaisePostDataChangedEvent( ) +26
   System.Web.UI.Page.RaiseChangedEvents() +115
   System.Web.UI.Page.ProcessRequestMain() +1099

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300


 
Old March 30th, 2006, 09:19 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

This is a permissions issue. You are either trying to read something or write something that your process does not have permission to.

"The one language all programmers understand is profanity."









Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.