-
Posted to
IIS7 - General
by
chobo2
on
10-11-2009, 8:18 PM
[quote user="steve schofield"]
Custom ports are usually open on consumer accounts. Try a this link below and put port 80.
http://www.canyouseeme.org/
[/quote]
Nope it can't see port 80.
-
Posted to
IIS7 - General
by
chobo2
on
10-11-2009, 7:01 PM
[quote user="steve schofield"]
Does your ISP allow port 80? do you have a consumer account or business account? Ignore #2 for now. If you installed IIS and leave everything alone, the settings allow all ip addresses, including ones forwarded from your router.
[/quote]
I don't know if they ...
-
Posted to
IIS7 - General
by
chobo2
on
10-11-2009, 6:42 PM
You where right windows firewall was blocking the port(not sure about port 80 though). I added the port I was trying to use to be allowed in windows firewall and it works now!
So much for the setting I set that should notify me everytime it blocks something.
I am not sure how to look for port 80 if it also blocked. Like windows ...
-
Posted to
IIS7 - General
by
chobo2
on
10-11-2009, 6:37 PM
1) used this site to determine my ip http://www.ip-adress.com/
2) Not sure what mean with this one. I don't know how to create a DNS
3) Not there yet.
I also tried to use a different port instead of port 80 and opened that port up in my router settings
-
Posted to
IIS7 - General
by
chobo2
on
10-11-2009, 5:39 PM
Ya thats what I think I was missing. I guess I was trying to make a new wwwroot pool or something like that. I watched some video I found on this site and now it work using the default pool and putting it in the wwwroot.
However I am not sure how to get it to work by IP address. I want to type ...
-
Posted to
IIS7 - General
by
chobo2
on
10-11-2009, 3:11 PM
Hi
I have windows 7 so I am trying to setup IIS 7. I got it installed as I can not see the default page on local host.
Now I am not sure what to do. I tried to go add a website in the IIS Manager but when I try to put my path in I get this when I try to test connection
[quote]The server is configured to use pass-through authentication ...
-
Posted to
General
by
chobo2
on
03-23-2009, 3:09 PM
Hi
I have a private key that I am storing in a file. As added security I am using
ProtectedData.Protectkey, null, DataProtectionScope.CurrentUser);
Server Error in '/' Application.
The system cannot find the file specified.
Description: An unhandled exception ...
-
Posted to
General
by
chobo2
on
03-20-2009, 7:55 PM
Ok
I am not really sure what to do after I publish the website. I tried making a new iis one for the published website. I then launched one of the webpages from the published site and added firefox that was running to the process.
I then tried to go around the site but the debugger is not kicking in.
-
Posted to
General
by
chobo2
on
03-20-2009, 11:19 AM
Ok I will try that in a little bit once I have almost written all the code. I found that paypal has a simulator that just sends a fake IPN so I am able to keep the rest of my site localhost execept for the page that has IPN on it.
Of course this is only part of the process so I will have to later on try all of the parts together and ...
-
Posted to
General
by
chobo2
on
03-20-2009, 2:28 AM
[quote user="lextm"]
I really don't have an idea about why your VS behavior differently. But if you configure in the project properties dialog to use IIS as web server, usually you may see the behavior I described with IE as default browser.
Can you try out a workaround? First publish your application to IIS via publish wizard in ...