Results 1 to 3 of 3

Thread: asp.net wont start - no code involved

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2003
    Posts
    15

    asp.net wont start - no code involved

    Hi,
    i have this problem where my asp.net pages dont get started if i run them from the visual studio.net application.
    (i am using the graphical programming methond and not through notepad)

    i put in a command button and then when i play the play button to build and run the project, my webform wont start.
    My IE doesnt get launched at all when i run it from applicatoin. the error i get is "Error while trying to run the project". However if I check the output for the build, it says that Build Succeed, 0 errors 0 failed.

    i have also tried running "aspnet_regiis.exe -i" command but that doesnt fix this error.

    however when i type in the url Http://localhost/webapp1/webform1.aspx then the project is show successfully on the browser. only my vb.net application wont start my asp.net pages.

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    Sounds like your ISAPI mapping is screwed up. Open command prompt run aspnet_regiis.exe /i. This will reinstall current version of ASP.NET.

    This file is located in WinDirectory\Microsoft.NET\Framework\YourVersion

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2003
    Posts
    15
    i already re-installed that. but the problem still exsists.

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