473,406 Members | 2,259 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Junior question, Please help

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
Nov 17 '05 #1
5 1341
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.

"guzj" <gu**@sympatico.ca> wrote in message
news:A_*******************@news20.bellglobal.com.. .
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

Nov 17 '05 #2
Run the following command from the VS.NET Command Prompt.

aspnet_regiis -i

That will install / repair the ISAPI mappings for ASP.NET extensions.

Hope that helps.

Regards,
Wim Hollebrandse
http://www.wimdows.com
http://www.wimdows.net

"guzj" <gu**@sympatico.ca> wrote in message
news:A_*******************@news20.bellglobal.com.. .
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

Nov 17 '05 #3
"ASPNET_WP.EXE COULD NOT START " IN EVENT VIEWER

"guzj" <gu**@sympatico.ca> wrote in message
news:%I*******************@news20.bellglobal.com.. .
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

"Kevin Spencer" <ke***@takempis.com> wrote in message
news:OX**************@TK2MSFTNGP09.phx.gbl...
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.

"guzj" <gu**@sympatico.ca> wrote in message
news:A_*******************@news20.bellglobal.com.. .
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



Nov 17 '05 #4
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
"Wim Hollebrandse" <wimATwimdows.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Run the following command from the VS.NET Command Prompt.

aspnet_regiis -i

That will install / repair the ISAPI mappings for ASP.NET extensions.

Hope that helps.

Regards,
Wim Hollebrandse
http://www.wimdows.com
http://www.wimdows.net

"guzj" <gu**@sympatico.ca> wrote in message
news:A_*******************@news20.bellglobal.com.. .
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


Nov 17 '05 #5
after restart my computer, It works now, thanks guys

Guzj

"guzj" <gu**@sympatico.ca> wrote in message
news:wf*******************@news20.bellglobal.com.. .
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
"Wim Hollebrandse" <wimATwimdows.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Run the following command from the VS.NET Command Prompt.

aspnet_regiis -i

That will install / repair the ISAPI mappings for ASP.NET extensions.

Hope that helps.

Regards,
Wim Hollebrandse
http://www.wimdows.com
http://www.wimdows.net

"guzj" <gu**@sympatico.ca> wrote in message
news:A_*******************@news20.bellglobal.com.. .
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



Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

75
by: Howard Nease | last post by:
Hello, everyone. I would appreciate any advice that someone could give me on my future career path. Here is my situation: I am a bright Junior in a very well-respected private high school, taking...
12
by: Joe | last post by:
Hello All: I'm sure that one of you can quickly spot the error in my script. I am using a small javascript function to retrieve the text of a hyperlink in a datagrid column. Here is my...
10
by: Rider | last post by:
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server...
0
by: SQLJunkie | last post by:
Please refer to the following URL for more info... ...
13
by: BK | last post by:
Our .Net team has just inherited a junior programmer that we need to get up to speed as quickly as possible. Unfortunately, his skill set is largely Access with some VB6 and ASP classic...
0
by: RecruiterJen | last post by:
I have a great opportunity available in the Appleton area. A client of ours is looking for a contract to hire .NET candidate who has experience with SQL Stored Procedures. The ideal candidate...
0
by: ashutosh rath | last post by:
i want to upload only zip files by c#, the format of file should be "ab_data.zip" format (start from 2 char thn one underscore thn after 4 chars) my code is....... string fileNameText = null;...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.