« Previous Next »

Thread: Newbie to .Net configuration needs help

Last post 06-08-2007 10:58 AM by tomkmvp. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 06-07-2007, 6:39 PM

    • raith
    • Not Ranked
    • Joined on 06-07-2007, 8:34 PM
    • Posts 2

    Newbie to .Net configuration needs help

     

    I need help confirming if I have .Net v.20 configured correctly because I'm trying to setup and configure an open source cms on my server. My server is running Windows Server 2003 and IIS v6.0 and SQL Server. I have the virtual folder created and the website created in IIS. I have the cms unzipped inside of it's respective folder. I have a database created for it in SQL. I'm having trouble with permissions in the database and I can't open the default.aspx file after completing the configuration steps. I know this is an IIS forum and some of you may be thinking I need to post at the third party's forums. Actually I have but knowone will help me so  I thought I would post IIS and .Net questions here as  a start.

    I'm not a .Net guru by an stretch of the imagination. This was dropped in my lap and I'm trying to get this configuration to work. I would very much appreciate some help with the IIS and .Net parts.

    Any takers?
  • 06-07-2007, 8:04 PM In reply to

    Re: Newbie to .Net configuration needs help

    If you want to verify if .NET 2.0 is configured correctly on IIS or not then you could check following in IIS

    Go to website properties>Home Directory>Configuration> Under application mapping verify that .aspx is mapped to "C:\WINNT\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll"

    Then go to Web Service Extensions in IIS and see if Web Service Extension - ASP.NET v2.0.50727 is allowed or not. - It shd be allowed.

    If both above are not present in IIS then go to command prompt and change directory to C:\WINNT\Microsoft.NET\Framework\v2.0.50727 and run

    aspnet_regiis.exe -i

    Above shd configure IIS for ASP.NET 2.0.

    Then you could test a simple aspx page to see if it works.

    For your ASPX page - What error do you see? Can you post complete error here.

    HTH.

    Cheers!
    Ganesh

  • 06-08-2007, 10:58 AM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 10:27 AM
    • Central NJ
    • Posts 6,163
    • IIS MVPs

    Re: Newbie to .Net configuration needs help

    Also make sure the virutal folder is set as a application in the IIS MMC.

    It would be helpful to know the exact error messages you get.

Page 1 of 1 (3 items)
Microsoft Communities