BugNET

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

BugNET Forums

 
ForumForumSupportSupportInstallation pr...Installation pr...aspx pages wonaspx pages won't work.... (install.aspx, default.aspx)
Previous Previous
 
Next Next
New Post
 12/14/2009 12:32 PM
 

Hello,

Trying to install BugNet for the first time. Server 2003 R2 already had .Net 2.0 and 3.5 installed. I installed IIS 6.0. I also setup the virtual directory. I'm able to reach non aspx files. e.g. http://MyServerName/BugNet/ReadMe.html

I tried reinstalling as suggested here: http://bugnetproject.com/Forums/tabid/54/forumid/5/threadid/1675/scope/posts/Default.aspx but it's still not working.

SQL Server 2000 is local to the server. The only changes I`ve done to the webconfig file is to modify the servername and login info.

Any suggestions on how to get IIS to understand aspx pages? In the properties of the web site, under the ASP.Net tab, .Net 2.0 is selected.

Thanks,

Mike

New Post
 12/15/2009 3:45 AM
 

If you install IIS after .NET framework or if you removed and reinstalled IIS on a server that has .NET framework, then your ASP.NET pages will not work.
This is because you are missing the IIS mappings associating the ASP.NET file extensions.

To fix IIS mappings for ASP.NET, follow these steps:

1. Click Start -> run -> cmd - ENTER
2. At the command prompt, type the following, and then press ENTER:
"%windir%\Microsoft.NET\Framework\version\aspnet_regiis.exe" -i

In this path, version represents the version number of the .NET Framework that you installed on your server. You need to replace with the actual version number when you type the command.

3. Register the Aspnet_isapi.dll by clicking start -> run
4. In the Open text box, type "regsvr32 %windir%\Microsoft.NET\Framework\version\aspnet_isapi.dll" and then press ENTER

New Post
 12/15/2009 8:23 AM
 
 Modified By arachnid  on 12/15/2009 9:23:53 AM

Thanks BC.

I had already tried running aspnet_regiis.exe -u as well as -ua but no changes.

I tried registering aspnet_isapi.dll but I get an error stating that "...aspnet_isapi.dll was loaded, but the DllRegisterServer entry point was not found. This file can not be registered." After this I completely uninstalled all version of .Net on the server. Reinstalled version 2.0 SP2 only, rebooted and I still have the same error.

I'd appreciate if there are other suggestions...

Thanks

New Post
 12/15/2009 9:28 AM
 
arachnid wrote:

Thanks BC.

I had already tried running aspnet_regiis.exe -u as well as -ua but no changes.

I tried registering aspnet_isapi.dll but I get an error stating that "...aspnet_isapi.dll was loaded, but the DllRegisterServer entry point was not found. This file can not be registered." After this I completely uninstalled all version of .Net on the server. Reinstalled version 2.0 SP2 only, rebooted and I still have the same error.

I'd appreciate if there are other suggestions...

Thanks

Check to make sure that IIS allows the asp.net extension under the IIS manager:


Davin Dubeau
BugNET - Core Developer
twitter.com/bugnetproject

New Post
 12/15/2009 10:32 AM
 

Would it be indecent to say I love you? It fixed it. Such a simple thing... I never thought of looking there. Guess it shows how new I am at this.

Thanks again.

Previous Previous
 
Next Next
ForumForumSupportSupportInstallation pr...Installation pr...aspx pages wonaspx pages won't work.... (install.aspx, default.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.