BugNET

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

BugNET Forums

 
ForumForumSupportSupportInstallation pr...Installation pr...CanCan't access aspx pages
Previous Previous
 
Next Next
New Post
 2/10/2010 11:35 AM
 

Hi,

I created the virtual directory and when i try to access the install.aspx page i get the below runtime error. Its only aspx pages that i can't get to, html I can access. Made sure that asp.net version is set to 2.0. Any help would be appreciated. Thanks

Server Error in '/BugNet' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed.

Details: To enable the details of this specific error message to be viewable on the local server machine, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "RemoteOnly". To enable the details to be viewable on remote machines, please set "mode" to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="On" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

New Post
 3/10/2010 11:28 AM
 

I hope someone can answer this soon. I get the same thing except instead of the error saying '/BugNet' mine says '/'

I have followed the install instructions as best I can. I am running windows 7 64 bit and I had to search on how to get to the IIS Admin as it is totally different.

I have been programming in Windows forms with vb.net and C# and before that with VB 6 for years and all this Installation to get an app running is so new and confusing.

New Post
 3/11/2010 12:26 PM
 

Set the customerrors mode to Off and try again so it will show the actual error, then post that new error message. FYI, Off is case sensitive with a capital O

New Post
 3/21/2010 6:43 PM
 

It would help a lot if you would tell what version of BugNet you are attempting to install and what platform you are installing on.

I just resolved this issue on Windows server 2003 R2 x64.

I had insure t that all the latest .net updates had beend installed through windows update.

Open IIS Serevice Manager and select Web Service Extensions.

if you have the option ASP.NET v2.0.50727 aviable then make sure it's status is set to Allowed.

if you do not see this option then there are stll .net updates that you have not installed

Previous Previous
 
Next Next
ForumForumSupportSupportInstallation pr...Installation pr...CanCan't access aspx pages

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.