Connecting Tech Pros Worldwide Help | Site Map

Creating Website on IIS 6.0

Newbie
 
Join Date: Nov 2008
Posts: 3
#1: Feb 25 '09
How to deploy an asp.net website in IIS6.0
Creating Websites not virtual directories
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#2: Feb 26 '09

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
Newbie
 
Join Date: Mar 2009
Posts: 7
#3: Mar 19 '09

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.
Chrisjc's Avatar
Needs Regular Fix
 
Join Date: Nov 2006
Posts: 357
#4: Mar 25 '09

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
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,083
#5: Apr 8 '09

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