-
Posted to
IIS 7 - ASP.NET Administration
by
ajcool123
on
01-21-2009, 8:29 PM
Hello,
I am looking for a good overview tutorial (walk-through) on how to setup a default asp.net webforms application in iis7. I have seen some good walk-throughs here on how to install iis7 but beyond that where can I go?
I am looking to run this asp.net site locally.
Thanks!
-
Posted to
IIS7 - General
by
ajcool123
on
11-26-2008, 10:51 PM
Thank you for the response. Yes I am able to browse the internet on the VM. So are you saying I need to disable a setting on the VM in server 2008 itself? How is this done?
Thanks for your help.
-
Posted to
IIS7 - General
by
ajcool123
on
11-26-2008, 6:19 PM
Hi Guys,
So I have IIS 7 setup on a virtual machine running Windows Server 2008 and the laptop running the virtual machine is running Windows Vista. My question is shouldn't I be able to access the IIS server to view a website on Vista? Obviously I can see the website running on "localhost" in the virtual machine, but I ...
-
Posted to
General
by
ajcool123
on
11-19-2008, 1:48 PM
Okay Guys,
I have my site running in IIS 6. Now I have error handeling in the code to redirect pages not found with a .aspx extension. My question is how to setup IIS 6 so that any extension type that is not found is redirected.
For example, say my site was http://www.mysite.com and the user tried to browse to ...
-
Posted to
ASP.NET Administration
by
ajcool123
on
07-24-2008, 5:28 PM
Isn't creating a virtual directory in IIS the same thing as creating a root directory? I am confused as to why this would matter...? What should I be doing differently in IIS because I can navigate just fine through the site in visual studios built in browser.
-
Posted to
ASP.NET Administration
by
ajcool123
on
07-23-2008, 1:38 PM
Hi guys,
I setup an application pool and a virtual directory for an asp.net web application that I setup. I am able to navigate fine to "default.aspx" ( http://localhost/MyWebApp/ ) however when I try to click through a link, instead of keeping the "MyWebApp" part ( for example: ...