|
|
 |
| Internet Information Services Limit this to IIS questions and posts. ASP/ASP.NET questions should still go in the ASP/ASP.NET forums. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Internet Information Services section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

September 18th, 2006, 01:42 PM
|
|
Registered User
|
|
Join Date: Nov 2004
Location: , , .
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Problems installing IIS 5 on XP-M.C.E. 2002
I am having problems installing IIS 5 on XP - Media Center Edition 2002. I have it up and running but for some reason it will serve .asp nor asp.net pages for me. Static HTML pages are served but when I try to retrieve a page with ASP or ASP.net code it returns a server 500 error message. Can anyone help.
|

October 15th, 2006, 06:48 PM
|
|
Registered User
|
|
Join Date: Oct 2006
Location: , , .
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Step One:
Check Event Log:
Check your Event Viewer for these errors...
MSDTC errors (4427,4691,4135 are common error events for this)
W3SVC Event 36 "The server failed to load application '/LM/W3SVC/1/ROOT/'. The error was 'Class not registered"
Step Two:
Open "Control Panel" and then "Administrative Tools" then Open "Services"...
Locate the "Distributed Transaction Coordinator" make sure the process is "Started" and "Automatic"
(If its not, open a command line and type "msdtc -install", then try and start the service)
Open a command line and type the following...
cd %windir%\system32\inetsrv
rundll32 wamreg.dll, CreateIISPackage
(NOTE: "CreateIISPackage" must be typed exactly; it is case-sensitive.)
regsvr32 asptxn.dll
(wait for a dialog box to notify you asptxn has registered correctly)
Then, in the cmd prompt window type IISRESET
Open "Control Panel" then "Component Services"...
You should see all three IIS COM+ applications that have been recreated
Finally, open "Control Panel" and then "Administrative Tools" then Open "Services" and just make sure that
DTC
COM+
World Wide Web Publishing
are all running.....
As a very final check just stop and restart the web service in IIS itself.
With a bit of luck the COM+ and ASP/ASP.NET issue should be resolved.
|

December 22nd, 2006, 07:03 PM
|
|
Registered User
|
|
Join Date: Dec 2006
Location: , , .
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Dude,
I just happened to come across your SOLUTION to the exact problem I was having and your instructions worked PERFECTLY!! Thanks a lot!
|
| 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
|
|
|
|
 |