IIS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsSystem AdministrationIIS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 2nd, 2013, 08:10 AM
sabural sabural is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2013
Posts: 4 sabural User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 36 m 10 sec
Reputation Power: 0
Problem in IIS 5.1

Hi,
I have developed a web application in .net framework 2.0 in windows 7 machine. I deployed it in IIS 7 of Windows 7 machine, I am able to work with my application .The client is using Windows XP so I have hosted the application in IIS 5.1 in windows XP machine. While browsing the application I am able to see only the text present in the application but the controls like textbox, checkbox etc. are not displayed. Can u please suggest a solution?

Reply With Quote
  #2  
Old January 3rd, 2013, 03:13 AM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 19th Plane (14000 - 14499 posts)
 
Join Date: Jun 2003
Posts: 14,239 Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 4 Weeks 15 h 20 m 7 sec
Reputation Power: 4445
Have you installed the NET framework on the XP machines? NET isn't installed by default. In addition, there are many other differences in capabilities between IIS5.1 on XP and IIS7 on Win7
__________________
======
Doug G
======
It is a truism of American politics that no man who can win an election deserves to. --Trevanian, from the novel Shibumi

Reply With Quote
  #3  
Old January 3rd, 2013, 05:28 AM
sabural sabural is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2013
Posts: 4 sabural User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 36 m 10 sec
Reputation Power: 0
Quote:
Originally Posted by Doug G
Have you installed the NET framework on the XP machines? NET isn't installed by default. In addition, there are many other differences in capabilities between IIS5.1 on XP and IIS7 on Win7


NO .I didnt install the framework seperately. But I can see the .netframework v2.0.50727 ,v1.1.4322 ,v1.0.3705 ,v4.0.30319 present inside the path C:\WINDOWS\Microsoft.NET\Framework\ .From today I am not able to see the application ,while browsing it shows the error failed to access IIS metabase

Reply With Quote
  #4  
Old January 4th, 2013, 04:21 AM
sabural sabural is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2013
Posts: 4 sabural User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 36 m 10 sec
Reputation Power: 0
HI ,
My problem get resolved by the following steps

Configuring IIS for the website:
1) Open command prompt (Run ->cmd)
2) Change the directory to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
3) Type 'iisreset /stop'. This will stop IIS. (Make sure Visual Studio is not open while keying in this command)
4) Now type 'aspnet_regiis -i'. Wait for the installation to complete.
5) Now type 'aspnet_regiis -c'.
6) Now type 'aspnet_regiis -ga aspnet' .
7) Finally type 'iisreset /start'. This will start the IIS .

Reply With Quote
  #5  
Old January 7th, 2013, 02:31 AM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 19th Plane (14000 - 14499 posts)
 
Join Date: Jun 2003
Posts: 14,239 Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 4 Weeks 15 h 20 m 7 sec
Reputation Power: 4445
Thanks for posting your solution. Do you have a link to a MS KB article or something that describes the aspnet_regiis program? Thanks.

Reply With Quote
  #6  
Old January 8th, 2013, 02:38 AM
sabural sabural is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2013
Posts: 4 sabural User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 36 m 10 sec
Reputation Power: 0
No .These links helped me..

support.microsoft.com/kb/555583

forums.asp.net/t/1411812.aspx/1

forums.asp.net/t/1064973.aspx/1

Reply With Quote
  #7  
Old January 9th, 2013, 10:17 PM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 19th Plane (14000 - 14499 posts)
 
Join Date: Jun 2003
Posts: 14,239 Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level)Doug G User rank is General 52nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 4 Weeks 15 h 20 m 7 sec
Reputation Power: 4445
Quote:
Originally Posted by sabural
No .These links helped me..

support.microsoft.com/kb/555583

forums.asp.net/t/1411812.aspx/1

forums.asp.net/t/1064973.aspx/1


Thank you sabural

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationIIS > Problem in IIS 5.1

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap