Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 2893 | Replies: 4
![]() |
•
•
Join Date: Mar 2006
Posts: 18
Reputation:
Rep Power: 3
Solved Threads: 0
I developed an ASP.NET web application using using Visual Studio .NET 2003. I developed it on a Windows XP Professional workstation. I need to deploy it on a Windows Server 2003. I installed the project on the Server by creating a Web Setup project. All the files are in the ...\Inetpub\wwwroot\MyApp folder on the Server. IIS 6 is running on the Server, and I added a new Virtual Directory under the Default Web Site. However when I try to access the web pages on the Windows 2003 Server, they can not be found/accessed using the link http://localhost/Gelatto/Default.aspx
Do you know what steps I missed or settings I need to configure in order to display the site on the Server?
Thanks,
Mike
Do you know what steps I missed or settings I need to configure in order to display the site on the Server?
Thanks,
Mike
•
•
Join Date: Jan 2006
Location: Its the internet... i am everywhere lol
Posts: 274
Reputation:
Rep Power: 3
Solved Threads: 11
where are you typing the url? on the win2k3 machine?
also have you checked that it is running as an asp.net app? Does it have an application pool on the IIS page? have you allowed asp.net to run under iis on the win2k3 machine?
Are there any other asp.net apps running on this server?
If you dont understand how to setup a Win2k3 machine for IIS and ASP.net let me know and i will give you the steps to take. It is quite simple
also have you checked that it is running as an asp.net app? Does it have an application pool on the IIS page? have you allowed asp.net to run under iis on the win2k3 machine?
Are there any other asp.net apps running on this server?
If you dont understand how to setup a Win2k3 machine for IIS and ASP.net let me know and i will give you the steps to take. It is quite simple
•
•
Join Date: Jan 2006
Location: Its the internet... i am everywhere lol
Posts: 274
Reputation:
Rep Power: 3
Solved Threads: 11
Did you enable IIS through the server management tool?
If you open IIS and expand the server, check that under web server extensions ASP.NET 1.1 is allowed.
Then on the properties for the virtual directory, make sure that on the Home Page tab the execute permissions are for Scripts only and the application pool is set to defaultapppool (you can change them later but lets get it going first)
My memory isnt too good with .net 1.1 but i think there is also a tab there saying asp.net (though it may have come along with .net 2) make sure you have your app set to use .net 1.1 on there
If these dont work then you should get some errors from the web browser and also should see some errors in the application event log and possibly the system event log too.
Let me know how you get on
If you open IIS and expand the server, check that under web server extensions ASP.NET 1.1 is allowed.
Then on the properties for the virtual directory, make sure that on the Home Page tab the execute permissions are for Scripts only and the application pool is set to defaultapppool (you can change them later but lets get it going first)
My memory isnt too good with .net 1.1 but i think there is also a tab there saying asp.net (though it may have come along with .net 2) make sure you have your app set to use .net 1.1 on there
If these dont work then you should get some errors from the web browser and also should see some errors in the application event log and possibly the system event log too.
Let me know how you get on
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)





Linear Mode