Fail to open web page on XP

A

ad

used VS2005 beta2 to develop my Web application.
The application run well in my notebook.

Today I copy my application to a machine with Widnows xp and .NetFrameWork
2.0

But the application faill to open web page with the error message:

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

Can't display XML Web page

Can use XSL to view XML

in the line 1, column 2 of

'http://localhost/MyApp/default.aspx'
<%@ Page Language="C#" %>
 
B

Brock Allen

Looks like ASP.NET is not configured on the machine. Run aspnet_regiis.exe
with a "/i" command line argument.
 
A

ad

Thank,
But I can't find aspnet_regiis.exe in my machine.
I have found that the .NetFrameWork 2.0 Beta2 have installed in the control
panel.
What is the matter with me?
 
B

Brock Allen

C:\>which aspnet_regiis
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\aspnet_regiis.exe

Here's mine. Find your .NET install directory and it should be there.
 
A

ad

I want to post the error message.
But the error message is display in Chinese.
How can I make the error message display in English ?
 

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

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top