Projects show only garbage when running

  • Thread starter Thread starter marcelo
  • Start date Start date
M

marcelo

Hi,

I have a problem when running ASP.NET projects done with
VS... they only show garbage (info from HTTP headers)...

Does any1 know what could be wrong?

tia

Marcelo
 
..NET has this new thing called garbage collection. Have you ever heard of
it? You need to run the garbage collector; that will solve your problem.
;-)

Seriously....
You may have lost your ASP.NET application mappings for IIS.
If such is the case, then run this utility program: aspnet_regiis.exe

To read more about it....
"HOWTO: Repair IIS Mapping After You Remove and Reinstall IIS"
http://support.microsoft.com/default.aspx?scid=kb;en-us;306005

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top