473,770 Members | 1,823 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Cannot Access Website

jd
I am trying to setup a site using the Personal Website Starter Kit available
in VS2005, I can debug my site just fine in Visual Studio.

I am also running IIS and am able to connect to my new peronal website using
http://localhost.

I have used the "Copy Website" tool to copy me website to a location on my
harddrive.

I have then set the Default Web Site's homepage in IIS to be the location
created above.

However, now when I try to get to my new website using http://localhost I
get:

"Directory Listing Denied"

So I added a new default document in IIS for the Default Website of
"Default.as px" but now when I try to connect to http://localhost I get:

"Server Application Unavailable"

Any ideas where I am going wrong?

TIA
Nov 19 '05 #1
5 1673
Did you set this as the root of your IIS or a Virtual Directory under it?

If the folder is in MyDocument, it is more then likely a permissions issue,
which it may be no matter where you put it.
--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"jd" wrote:
I am trying to setup a site using the Personal Website Starter Kit available
in VS2005, I can debug my site just fine in Visual Studio.

I am also running IIS and am able to connect to my new peronal website using
http://localhost.

I have used the "Copy Website" tool to copy me website to a location on my
harddrive.

I have then set the Default Web Site's homepage in IIS to be the location
created above.

However, now when I try to get to my new website using http://localhost I
get:

"Directory Listing Denied"

So I added a new default document in IIS for the Default Website of
"Default.as px" but now when I try to connect to http://localhost I get:

"Server Application Unavailable"

Any ideas where I am going wrong?

TIA

Nov 19 '05 #2
jd
> Did you set this as the root of your IIS or a Virtual Directory under it?

I just changed the Home Directory of the "Default Web Site" that is created
when IIS is installed. I don't understand what you mean by the root of IIS
itself.
If the folder is in MyDocument, it is more then likely a permissions
issue,
which it may be no matter where you put it.


Yes it was in a sub-folder of My Documents so I moved it to C:\Inetpub where
the working default website was and I still get the same problem.

As you can tell, I'm not at all experienced with IIS... are you able to help
me further?

Thanks very much!
Nov 19 '05 #3
jd
Here is some extra information from the Application Log:

Event Type: Error
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1088
Date: 09/11/2005
Time: 17:29:36
User: N/A
Computer: JUSTIN-DESKTOP
Description:
Failed to execute request because the App-Domain could not be created.
Error: 0x80131902
Nov 19 '05 #4
jd
I eventually tried "aspnet-regiis -i" and this sorted the problem.

Is this because you cannot install VS2005 *before* IIS?

Thanks
Nov 19 '05 #5
re:
Is this because you cannot install VS2005 *before* IIS?
Exactly.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"jd" <jd@yahoo.co.uk > wrote in message news:e9******** ******@TK2MSFTN GP14.phx.gbl...I eventually tried "aspnet-regiis -i" and this sorted the problem.

Is this because you cannot install VS2005 *before* IIS?

Thanks

Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2573
by: Chris Fink | last post by:
I encountered a very odd error this afternoon. A website that has been in production for quite some time suddenly came up with a page cannot be found on the main index.aspx page for the site. 5 mins previosly, the user had been using the site fine...running a long query on the page whose timeout values are set very high. As soon as I encountered this error, I tried to refresh the page - no success. I went to to a neighbors pc and loaded...
6
8924
by: Grant | last post by:
Hi, I'm trying to setup a web server to host asp.net 1.1... but keep getting the following error message: Hopefully someone can give me some ideas on what I may need to do. Thanks in advance - Grant. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4
3039
by: naveed | last post by:
I have the simple Hello World web service running in debug mode on my development machine (XP Pro SP2). I'm using VS2005. I'm able to access it from my machine. When I try to access it from another machine (also XP pro SP2), using the URL: "http://nav:24035/WebServ/Service.asmx?op=HelloWorld", I get a "Cannot find server or DNS Error" error. There is no firewall on either machine. Windows firewalls are disabled. I'm able to access this...
3
1685
by: JayD | last post by:
(Not sure whether it is a general aspnet problem or a specific security problem, hence posting it in 2 groups). This will solve for us a number of problems. I have developed a website on my local machine (part of a LAN) using Visual Web Developer, with ASP.NET 2.0. Backend is a SQL Server 2000 database. All queries and webforms work beautifully on my local machine (file system web project). However, when I copy this website to a...
2
1228
by: TTT | last post by:
Hello, I have developt a website with "Visual Studio 2005 express Web Developer". The website uses databases (ASPNETDB for login, and another database for data). I put in a IIS server for production. After days, my server crashed (hardware failure)... So i backup all the files and restore my computer (reinstall windows, VS2005, IIS...)
2
1815
by: TTT | last post by:
Hi, I have developed a website from the model "Starter kits Classified". Well, the application works good, no problem in my development environment. It uses a SqlServer 2005 express database (using *.MDF files). But, when i try to copy it to a IIS website, it dosent work. - I created a website called "MyApp" under IIS (windows xp pro) - I copied all the files from my "Visual Studio Express 2005 Web dev" to the IIS/Default...
1
3671
by: kamalraturi | last post by:
Hi all, I have hosted my website after build on iis6.0 which has been developed in ASP.Net. I use virtual directory for mapping my site to url . I have registered .net framework2.0 in IIS too. (aspnet_regiis.exe -i) On my server machine I can access the site without any problem, but cannot
2
1208
by: =?Utf-8?B?bWFycmNoaWU=?= | last post by:
Hi ther can anyone help me, I was able to acess my employers website, up until a few days ago, I have all the help from theit it support they can give me, they say its my provider, but I have been through every diagnostics they can do also and is not a connection problem, I have contacted my computer manufacturer and they have said its not my computer as they cannot access the site either, microsoft have suggested I try to get help here, I...
2
2011
by: metaphysics | last post by:
I've been trying to get my internet to let me on a website that I have FTP access to so I can continue to manage and edit the files. I can neither access the website via Firefox, IE, Opera, Safari, etc on this computer. I also cannot connect to the FTP, which is on port 21, and must run in passive mode. I have had one similar case to this about a year ago on this PC, but the problem went away by itself after a few months. Any suggestions as...
0
10254
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10099
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10036
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9904
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8929
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5481
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3607
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2849
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.