Connecting Tech Pros Worldwide Help | Site Map

Creating Website on IIS 6.0

  #1  
Old February 25th, 2009, 08:53 AM
Newbie
 
Join Date: Nov 2008
Posts: 3
How to deploy an asp.net website in IIS6.0
Creating Websites not virtual directories
  #2  
Old February 26th, 2009, 08:36 AM
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745

re: Creating Website on IIS 6.0


Here is a post that may help you:
Deploying ASP.NET 2.0 Applications in IIS 6.0
  #3  
Old March 19th, 2009, 11:55 AM
Newbie
 
Join Date: Mar 2009
Posts: 7

re: Creating Website on IIS 6.0


Hi friends......
I have created a WebSite in IIS (Windows 2003). But whenever I try to open any ASP page, from that WebSite, in my browser, it shows the HTTP 500 error. What can be the reason. Please help.
  #4  
Old March 25th, 2009, 03:42 PM
Chrisjc's Avatar
Needs Regular Fix
 
Join Date: Nov 2006
Posts: 357

re: Creating Website on IIS 6.0


I have seen this error when I have a DNS rule set in my local network that had the server name / ip wrong... There for the name never resolves.

In example, my friend made a DNS rule for "mysite.com" and I already had another server hosting "mysite.com" The DNS rule he made was in our local network which didnt allow IIS to find the correct host header value with in IIS.

I would check to make sure you have your DNS configured correctly and or you IIS host value is correct and point to the name you want it too.

Hope this helps

Chris
  #5  
Old April 8th, 2009, 04:38 PM
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North :)
Posts: 4,940
Provided Answers: 8

re: Creating Website on IIS 6.0


Quote:
Originally Posted by sujitkar View Post
Hi friends......
I have created a WebSite in IIS (Windows 2003). But whenever I try to open any ASP page, from that WebSite, in my browser, it shows the HTTP 500 error. What can be the reason. Please help.
I would recommend reviewing the Windows Event Logs on the server to see if there is any indication as to what's going wrong.

HTTP 500 errors can be anything ranging from an error in your website, an error with IIS, to your network setup (as Chirsjc has pointed out).
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
creating website programmatically using C# Mandar answers 4 September 10th, 2008 06:15 PM
creating website programmatically using C# Mandar answers 4 September 10th, 2008 06:15 PM
Problem creating ASP website on server running sharepoint services =?Utf-8?B?QWxhc3RhaXIgQmVsbA==?= answers 2 May 3rd, 2007 04:15 PM
ASP.NET 2005 on IIS 5.1 eric.goforth@gmail.com answers 3 July 27th, 2006 07:25 PM