Junior question, Please help

  • Thread starter Thread starter guzj
  • Start date Start date
G

guzj

Hi Folks,

I installed Duwamish7.0 in my computer, if I run it in VS.NET, system asks
me to download default.aspx as file. if I browse
http://localhost/duwamish7vb then system shows me the actually code in
default.aspx. how can i solve this problem? Thanks in advance!

Kind regards,
Guzj
 
It sounds like Yyour ISAPI mappings for IIS are not correctly installed for
ASP.Net. From the version directory of whatever version of the .Net
framework you're running, run the following command-line command:

aspnet_regiis -i

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big things are made up of
lots of little things.
 
"ASPNET_WP.EXE COULD NOT START " IN EVENT VIEWER

guzj said:
Great, that is the problem. but now I got another error like this:
------------
Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser
to retry your request.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web server.
Please review this log entry to discover what caused this error to occur.

----------------

what should I do now? appreciate for your help



Guzj
 
Hi,

Last time I got the "aspnet_wp.exe could not start" error, I just change the
"username" to 'SYSTEM" then solved problem, but this time, no luck, why?

I have two framework installed on same computer, one is 1.0.3705, another is
1.1.4322

Thank you.
Guzj
 
Back
Top