|
|
 |
| .NET Web Services Discussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the .NET Web Services section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other programmers’ questions, win occasional prizes given to our best members, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
|
 |
|
|
 |

January 31st, 2004, 01:56 AM
|
|
Authorized User
|
|
Join Date: Jan 2004
Location: , , .
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
getting problem while beginning ASP.NET
I'm a beginner to ASP.NET. I wrote the first program to display time.
But the page only displays :
"The time is now" ... it don't display the time.
The same code i executed on other PC and it works fine and display the time.
The installation of .Net framework and other components are from the same CD.
Plz guide me.
|

January 31st, 2004, 07:06 AM
|
 |
Wrox Author
Points: 36,358, Level: 83 |
|
|
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 10,700
Thanks: 13
Thanked 303 Times in 299 Posts
|
|
Did you install IIS before you installed the .NET Framework?
The .NET installation makes some changes to IIS. If you install IIS afterwards, these settings required for ASP.NET are not applied.
You may want to take a look here: http://msdn.microsoft.com/library/de...netversion.asp
You may need to use the Aspnet_regiis.exe toll to fix the script mapping.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|

February 3rd, 2004, 07:59 AM
|
|
Registered User
|
|
Join Date: Jul 2003
Location: Beijing, , China.
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_ regiis -i
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |