Results 1 to 5 of 5

Thread: ASP.NET Setup Problem

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Location
    San Diego - California
    Posts
    251

    ASP.NET Setup Problem

    I am trying to become familiar with asp.net. So I starting using an example from the VS.net walkthrough manual distribute with VS.net.

    A simple web-project accessing a database table and displaying the result on a datagrid was the first example.

    Now on my laptop it works perfectly but on the desktop the page does not show the grid. There are no errors, the datagrid is just not visible.

    The code is definitely the same. Both machines have IIS and front page extensions running.

    I have load and re-load .net , IIS many times. I have updated the Windows 2000 service pack to version 3. Updated all the security issues.

    I have examined the properites and settings of IIS and I cannot find the difference.

    Any help or suggestions would be appreciated.
    Control Data Systems
    www.members.shaw.ca/cdsystems

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Location
    San Diego - California
    Posts
    251
    I have also noticed the the laptop allows me to debug the code whilst the desktop does not allow me to debug the code.

    The error message is : Unable to start debugging on the web-server.

    For the experts this code be a clue to the problem.
    Control Data Systems
    www.members.shaw.ca/cdsystems

  3. #3
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    there should be an exe called aspnet_regiis.exe

    find it on your computer and run it with the -i flag

    aspnet_regiis.exe -i
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Location
    San Diego - California
    Posts
    251
    Hi Cander,

    Thanks for coming back to me.

    I have actually sorted out the problem using the crow-bar method. In frustration I reformatted my hard-drive and re-loaded the .net software. It worked!!!

    I am also running Dreamweaver and I thought it could have changed some asp.net settings.

    The problem was that it would not allow debugging and the displaying of data from a database and yet the notebook, with the same setup did.


    I will remember the asp_regiis.exe file and use it next time this happens and believe me it will happen again.


    I really appreciate you help.

    Cheers Bryan
    Control Data Systems
    www.members.shaw.ca/cdsystems

  5. #5
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    sorry I couldnt get you an answer quicker as I was sick for a couple days. Would have saved you a reformat.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width