Click here to Skip to main content
15,886,864 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
Hi,

i hope that somebody can help me .. i'm desperate.

I am working on a Windows Web Server (32bit) machine and i am running IIS 7 with asp.net 3.5.

The Problem: I cannot acces my website (pizza-seewoog.de) externally. If i try to access the website locally everthing works fine.

I have an other website, which is pretty accesiable from everwhere.


My applicationpool looks like this:
NET Framework 4.0
pipeline: integrated
As Identity: NETWORKSERVICE


My Website bindings looks like this:
IP: all unassigned
Port: 80
Hostname: pizza-seewoog.de

And i did changed the permisson for the "intepub/wwwroot/seewoog" folder as shown in many tutorials. I added read permission for the NETWORKSERVICE and for the APPPOOLIDENTITY


Finally my host file looks like this:

HTML
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

127.0.0.1       localhost
::1             localhost

127.0.0.1	pizza-seewoog.de
127.0.0.1       i4cu.de



Thanks in advance for your help
Posted
Comments
Richard C Bishop 28-Feb-13 12:26pm    
You will need to provide more information regarding the actual problem you are having. "I cannot access" is not enough detail for anyone to help. What errors, if any, are you getting?
akgüvercin 28-Feb-13 12:31pm    
I Do not get an error. if i try to acces the site i get the default site of my provider. There is no (default)folder which includes this site. I think it generated.
Richard C Bishop 28-Feb-13 12:36pm    
Interesting, did you set up DNS for it?
akgüvercin 28-Feb-13 12:40pm    
Of course. My provider is Strato and i bought the domain pizza-seewoog.de
Do i have to change any setting according to DynDNS ?
Richard C Bishop 28-Feb-13 12:43pm    
I don't have nay more suggestions. Hopefully someone will come along that can provide some guidance. Sorry I could not help.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900