BugNET

Open source issue tracking & project management
| Login

Import Update!

We are currently in transition and have moved our discussions to CodePlex. These forums will remain as reference until we launch of our new site in the upcoming weeks. After that they will be removed.

Thank you for your patience during our transition.

Forums

HomeHomeSupportSupportInstalling BugN...Installing BugN...Can not run Install.aspxCan not run Install.aspx
Previous
 
Next
New Post
11/23/2010 11:21 AM
 
Hi -

Having problems with first time install. I dl'd the latest 0.8x version and followed the install directions precisely. Installed on Win2008 Server - installed 64-bit edition. Set up database and IIS. Attempted to browse to
http://localhost/BugNet/Install/Install.aspx and I get the error "Cannot load Global.asax". The file does exist in the correct place (root of website)

Would love to use this product - any help appreciated
Thanks
-J
 
New Post
11/24/2010 7:28 AM
 
jim wrote:
Hi -

Having problems with first time install. I dl'd the latest 0.8x version and followed the install directions precisely. Installed on Win2008 Server - installed 64-bit edition. Set up database and IIS. Attempted to browse to
http://localhost/BugNet/Install/Install.aspx and I get the error "Cannot load Global.asax". The file does exist in the correct place (root of website)

Would love to use this product - any help appreciated
Thanks
-J

 Check that your virtual directory is configured for asp.net 3.5.  If you are using the source version , make sure you have compiled it first before trying to run the installer.


Davin Dubeau

follow us on twitter facebook users group google plus
 
New Post
11/24/2010 9:19 AM
 
Davin Dubeau wrote:
Check that your virtual directory is configured for asp.net 3.5.  If you are using the source version , make sure you have compiled it first before trying to run the installer.


In IIS 6 and 7 (we are on 7) you do not get 3.5 as an option as 3.5 is basically just a wrapper around the 2.0 framework. So you get 2.0 and 4.0 - I have it set to 2.0 which should be fine. Did not opt for the source but just got the binary install.

 

 
New Post
11/25/2010 11:49 AM
 
jim wrote:
Davin Dubeau wrote:
Check that your virtual directory is configured for asp.net 3.5.  If you are using the source version , make sure you have compiled it first before trying to run the installer.


In IIS 6 and 7 (we are on 7) you do not get 3.5 as an option as 3.5 is basically just a wrapper around the 2.0 framework. So you get 2.0 and 4.0 - I have it set to 2.0 which should be fine. Did not opt for the source but just got the binary install.

 

 You might want to try running the application in classic asp.net mode, and integrated to see if that may fix the problem.


Davin Dubeau

follow us on twitter facebook users group google plus
 
New Post
12/6/2010 4:46 AM
 
Virtual directory in Classic Mode ASP.NET 2.0 app pool
gives me the previous described behaviour (it thinks the website runs with  windows authentication).

Virtual directory in Default mode ASP.NET 2.0 app pool
gives an error (Roughly translated because errors in dutch on my machine)

System.Security.SecurityException: The request for access of type System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561

[SecurityException: De aanvraag voor machtiging van type System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 is mislukt.]
System.Reflection.Assembly._GetType(String name, Boolean throwOnError, Boolean ignoreCase) +0
System.Reflection.Assembly.GetType(String name, Boolean throwOnError) +40
System.Web.Compilation.BuildResultCompiledType.GetPreservedAttributes(PreservationFileReader pfr) +75
System.Web.Compilation.PreservationFileReader.ReadFileInternal(VirtualPath virtualPath, String preservationFile, Int64 hashCode) +539
System.Web.Compilation.PreservationFileReader.ReadBuildResultFromFile(VirtualPath virtualPath, String preservationFile, Int64 hashCode) +11200796
System.Web.Compilation.DiskBuildResultCache.GetBuildResult(String cacheKey, VirtualPath virtualPath, Int64 hashCode) +92
System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode) +193
System.Web.Compilation.ApplicationBuildProvider.GetGlobalAsaxBuildResult(Boolean isPrecompiledApp) +97
System.Web.Compilation.BuildManager.CompileGlobalAsax() +50
System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +676934e089 has failed.
 
Previous
 
Next
HomeHomeSupportSupportInstalling BugN...Installing BugN...Can not run Install.aspxCan not run Install.aspx


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.