BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  Support  Installation pr...  Security problem
Disabled Previous
 
Next Next
New Post 3/21/2006 12:56 PM
User is offline admin
645 posts
bugnetproject.com
1st Level Poster




Re: Security problem 

Your welcome.  I have been working on adding screenshots last night and it is top priority for the site right now. They should be up by tomorrow evening.

Cheers


Davin Dubeau
BugNET - Core Developer

 
New Post 3/27/2006 12:13 AM
User is offline thomasvt
2 posts
/
No Ranking


Re: Security problem 
installutil will not work in standard windows environment settings. make a shortcut and paste this as the link: %comspec% /k "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat" (look for vsvars32.bat and make sure the path is correct for your machine) Then run the link to open the ".NET ready" console to be able to run utils like installutil. greetings
 
New Post 5/5/2006 3:05 AM
User is offline Cebe
6 posts
No Ranking


Re: Security problem 
Modified By Cebe  on 5/5/2006 2:06:16 AM)
As I don't have full access on the machine where BugNet is running (shared server) I had to turn off the log event feature.

This can be done by simply changing the following line in web.config :

<exceptionManagement mode="off">

Hope this helps!
 
New Post 7/7/2006 3:06 PM
User is offline awallace
1 posts
No Ranking


Re: Security problem 

I had the same problem when installing on a 2003 Server.  I found a lot of suggestions on the net that did not work, but I came accross this fix from larry on mcse.  Thare are 3 solutions all solving the problem with IIS6 using the NETWORK SERVICE user instead of the ASP.NET user as in IIS5.  I used #3 as I still wanted to take advantage of the application pooling in IIS6

1.Change IIS Isolation Mode Setting:
Right click on "WebSites" under IIS 6.0 and choose properties.  Then Click to open the "Service" tab. Check the chekcbox labelled "Run WWW service in IIS 5.0 isolation mode.". Click OK and then restart IIS. This will allow your app to run in IIS 5.0 mode.  You may still have to grant the ASP.NET read permissions to the same reg key mentioned in #3.

2. Change IIS Application Pool Setting:
Click on Application Pools under IIS. Right click on the "DefaultAppPool".  Choose properties. Go to the "Identity" tab, and change the Predefined value to "LocalSystem".  CLick Yes on the warning and Click OK.  3. Change Registry setting:  Go to "HKEY_LOCAL_MACHINE\System\CurrentCOntrolSet\EventLog". RIght click on "eventLog" and choose "permissions". Click on the "Advanced" tab below. This will open the "Advanced Security settings for event log" dialog box. Click on the "Add" button in the "Permissions" tab. This will open the "Select USer or Group" dialog box. Click "Advanced" button and find the
"NETWORK SERVICE" account. Select this account and click on OK. Confirm the account by clicking OK on the "Select User or Group" dialog box. This will
open the "Permission entry for event log" dialog box. Check on the "Set Value" and "Create SUbkey" items and click on OK. Now confirm on all the
underlying dialog boxes by clicking on OK.

Cheers,
Adam

 
Disabled Previous
 
Next Next
  Forum  Support  Installation pr...  Security problem

Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.