-
Posted to
IIS7 - Setup
by
sillysoumare
on
01-09-2009, 12:32 PM
I worked after adding
On the Server
ASP.NET Development Features
Windows and Forms Authentication (Disabled)
On the Website
Anonymous Acces (Disabled)
Form Authentication (Disabled) because I'm using Windows ...
-
Posted to
IIS 7 - Troubleshooting
by
sillysoumare
on
01-09-2009, 12:27 PM
The website loads fine when I'm on the Windows 2008 Server with IIS 7, but when I try to access it from a remote computer by typing http://WebServerName/WebSiteName it loads a blank page.
Can someone help me with that?
-
Posted to
IIS7 - Setup
by
sillysoumare
on
01-07-2009, 11:53 PM
I don't see this handler in my virtual directory PageHandlerFactory-ISAPI-3.5.
The default page is default.aspx and it has images and a Master Page. But it comes up as blank
-
Posted to
IIS7 - Setup
by
sillysoumare
on
01-07-2009, 11:35 PM
Yes I have PageHandlerFactory-ISAPI-2.0 Module enabled and also it can display static HTML pages.
-
Posted to
IIS7 - Setup
by
sillysoumare
on
01-07-2009, 11:03 PM
I have deployed an ASP.NET 3.5 web application on IIS 7.0 on Windows server 2008. When I try to browse to http://localhost/AppName or http://localhost/AppName/default.aspx I get a blank page. The default page of the App does not load, along with the Master Page.
I have enabled ASP.NET on IIS, and I also ...