CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2006
    Posts
    37

    Angry peculiar problem !!Plz help

    Hi,
    Hope u all are well.Plz help me out from this peculiar problem. I am having a problem in ASP.Net.
    What Iam doing is....
    In one ofmy client's computer I am loading VS.Net 1.1
    Os was windows 2000 server ,IIS was already installed..the VS.Net installation was completely ok.
    If I am runing the vb.net its running perfectly.
    So the framework is ok.
    If I am runing the asp application its running abosolutely ok.
    When I am opening the ASP.Net application project its opening ,and I can do everything but when I am runing the project the HTml designing is visible .No server control or server side code is executing.
    But Asp is working fine.
    But not asp.Net.Sometimes its giving a error.And if I open a new web application and run a test webform its giving a error.But Not always....most of the time its show a blank page in IE.
    The error that I am getting is---
    error...
    Error while trying to run project:Unable to start debugging on the web server.The server doesnot support debugging of ASP.NET or ATL server application.Run Setup to install the visual studio.Net server components - If setup has been run verify that a valid URL has been specified...

    I then tried many tricks...
    I firstly uninstalled the IIS then installed it again.I then tried to unstalled the VS.Net then reinstalled it but nothing was effective.
    I then format the hard disk then load the windows 2000 server .Then I installed the VS.Net but no effect.

    Then I formatted the hard disk and tried with windows 2000 advanced server.But again it was the same thing.

    Plz help me out.Its happening in a single machine only.
    Waiting for your replies

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: peculiar problem !!Plz help

    Open your command prompt and goto WinDir\Microsoft.NET\Framework\version And from that directory run aspnet_regiis.exe -i and then try again.

    There is no to install and un-install things on the server. This clearly seems to be a configuration problem.

    Another possible problem would be that you might have installed IIS lockdown tool. If that i s the case then search for URLSCAN.INI file, open the file, and under [allowverbs] section add DEBUG in capital letters.

  3. #3
    Join Date
    Feb 2006
    Posts
    37

    Re: peculiar problem !!Plz help

    Quote Originally Posted by Shuja Ali
    Open your command prompt and goto WinDir\Microsoft.NET\Framework\version And from that directory run aspnet_regiis.exe -i and then try again.

    There is no to install and un-install things on the server. This clearly seems to be a configuration problem.

    Another possible problem would be that you might have installed IIS lockdown tool. If that i s the case then search for URLSCAN.INI file, open the file, and under [allowverbs] section add DEBUG in capital letters.
    Thanks a lot Shuja, I will try it and let u know the outcome tomorrow.
    Thanks again

  4. #4
    Join Date
    Feb 2006
    Posts
    37

    Re: peculiar problem !!Plz help

    Hi Shuja,
    your suggestion didn't worked,I fear is it about processor issue..
    That machine has AMD Athlon xp2000+ processor.I think its making the issue..
    I did the same thing and checked everything that you said,but the same error is coming.But I am not getting any error if I install it in pentium machine.
    Now Just I want to know is there an issue with AMD processor and ASP.net?
    Thanks!!

  5. #5
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: peculiar problem !!Plz help

    I don't think there is an issue with AMD processor. Try going through this support article on MSDN.

    http://support.microsoft.com/kb/306172

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

Featured