New Message on dotNET User Group Hyd

Security Exception Error in ASP.NET

Reply
  Reply to Sender   Recommend Message 3 in Discussion
From: dharmesh17

If your are running on dotnet framework version 1.1 the look in to the folder (note the vesrion number may differ based on which version is installed on your machine C:\WINNT\Microsoft.NET\Framework\v1.0.40607\CONFIG\machine.config
->Look out for the section Process model in that config file if not there add this below given section Add the following under process model section of machine.config file.
Note that the attribute userName which is by default machine change it to SYSTEM as shown below.(Please back up the machine config file in case u want to restore to the current state:-)

<processModel enable="true" timeout="Infinite" idleTimeout="Infinite" shutdownTimeout="0:00:05" requestLimit="Infinite" requestQueueLimit="5000" restartQueueLimit="10" memoryLimit="60" webGarden="false" cpuMask="0xffffffff" userName="SYSTEM" password="AutoGenerate" logLevel="Errors" clientConnectedCheck="0:00:05" comAuthenticationLevel="Connect" comImpersonationLevel="Impersonate" responseDeadlockInterval="00:03:00" maxWorkerThreads="20" maxIoThreads="20" />

You may want to restart your machine after changing the machine config.
If all went right try you applicaiton and still u get problems with some permission for folder the read on...

The service account that is configured for the application must have full rights on the temp folder where the web services proxies create temp files if your operating system is installed in c: drive the it would be C:\WINNT\Temp.
So you can go to that folder and right click and give full permission to the account which is used.

View other groups in this category.

Click Here
Also on MSN:
Start Chatting | Listen to Music | House & Home | Try Online Dating | Daily Horoscopes

To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings.

Need help? If you've forgotten your password, please go to Passport Member Services.
For other questions or feedback, go to our Contact Us page.

If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list.
Remove my e-mail address from dotNET User Group Hyd.

Reply via email to