borderAndreaVB free resources for Visual Basic developersborder

AndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincani

AndreaVB Home | News Home | Forum Home | Downloads | Register | Search | PM | Profile

Previous Topic (how to paging in windows application using vb.net, not for web application remind it ?)Next Topic (asp.net dynamic page generate related question ?) New Topic Post Reply
AndreaVB OnLine : ASP.Net : Debug ASP.NET
Poster Resource
thinguyen
Level: Guest

icon Debug ASP.NET

I set up VS.Net anh my computer run on Window 2000 , but when I run ASP.NET , the app  announcement:
"
error while trying to run project : unable to start debugging on the web server. the server doesn't not support debugging ASP.NET or ATL server applications .run setup to install Visual Studio .NET  server components.If setup has been run verify that a valid URL has been specified.
You may also want to referto the ASP.NET and ATL serverdebugging topic in the online documentation.Would you like to disable future attemps to debug ASP.NET pages for this project?"

Please help me

02-10-2002 at 08:13 AM
| Add Comment
dcostelloe
Level: VB Guru

Registered: 11-06-2002
Posts: 74
icon Re: Debug ASP.NET

Say No to that, then from the project right click and select Debugging then ASP Debugging check it and try again.Its located on the bottom.

Hope this helps
Oh make sure you have IIS installed


____________________________
Life is but a merry go round
around and around :-)

Visit us today:
http://www.welford-costelloe.com

02-10-2002 at 08:14 PM
View Profile Send Email to User Show All Posts Visit Homepage | Add Comment
llavalle
Level: Guest

icon Re: Debug ASP.NET

yep, that works.. no more error messages but here's another problem : after this, my page is not displayed properly.. like if the ASP wasn't interpreted...

I cannot see any of the web compoments I placed on my form.. only the words.. one after the other

16-01-2003 at 12:34 AM
| Add Comment
llavalle
Level: Guest

icon Re: Debug ASP.NET

Just found out the problem..

After trying several things, I saw that IIS was not interpreting ASP.NET pages, he was not parsing them...

here's the solution

  
From the command line, navigate to the .Net version directory.  For example:
    C:WinntMicrosoft.NetFrameworkv1.0.XXXX
  
Run the following command:
    aspnet_regiis.exe -i
  
Run the following command:
    iisreset.exe
  
here you go!

found in C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Samples\Setup\html\ConfigDetails.htm

16-01-2003 at 09:30 PM
| Add Comment
jieli
Level: Guest

icon Re: Debug ASP.NET

Hi,

I got the exact same error that "thinguyen" got. I tried:

1. Set debug in project configuration properties
2. Set App Debugging in IIS properties.

The error still comes!

Anything I missed? Please help !

15-04-2003 at 01:43 PM
| Add Comment
Mina M
Level: Guest

icon Re: Debug ASP.NET

I faced you problem but thanks God I could find out how to solve it

Try of 2 and your problem will be solved
1- uninstall .net framework and install it again (it works)
if that didn't solve the problem
2-install the remote server component
if that didn't solve the problem 2
3- uninstall .net framework and install it again (again)
if all of this fail i can't help

30-07-2003 at 06:41 PM
| Add Comment
ice_man91
Level: Guest

icon Re: Debug ASP.NET

Hi, I'm a .NET newbee, I'm having the same problem as above but with XP. Will the same remedial measures do??

09-10-2003 at 06:05 AM
| Add Comment
fabulous
Level: VB Guru


Registered: 03-08-2002
Posts: 439
icon Re: Debug ASP.NET

quote:
ice_man91 wrote:
Hi, I'm a .NET newbee, I'm having the same problem as above but with XP. Will the same remedial measures do??


I have XP and when I got this problem I applied what llavale put in the second post

quote:
Just found out the problem..

After trying several things, I saw that IIS was not interpreting ASP.NET pages, he was not parsing them...

here's the solution

  
From the command line, navigate to the .Net version directory.  For example:
    C:WinntMicrosoft.NetFrameworkv1.0.XXXX
  
Run the following command:
    aspnet_regiis.exe -i
  
Run the following command:
    iisreset.exe
  
here you go!

found in C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Samples\Setup\html\ConfigDetails.htm


That should solve your problem. Happy coding.

____________________________
My boss is a Jewish Carpenter (Jesus Christ)


Brain Bench Certified VB.NET Developer
13-01-2004 at 02:31 AM
View Profile Send Email to User Show All Posts Visit Homepage | Add Comment
AndreaVB OnLine : ASP.Net : Debug ASP.NET
Previous Topic (how to paging in windows application using vb.net, not for web application remind it ?)Next Topic (asp.net dynamic page generate related question ?)New Topic Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder