|
Subject:
|
aspx page not display!
|
|
Posted By:
|
angelran
|
Post Date:
|
8/15/2005 12:17:38 AM
|
i'm using dreamwaever mx 2004 create an aspx page, but when i create a dataSet to the page, it cannot be browsed and prompt to download the file!! how it can be solved?
cheers!
|
|
Reply By:
|
Imar
|
Reply Date:
|
8/15/2005 1:30:58 AM
|
Are you sure you set up your system correctly? Did you install the .NET Framework after you installed IIS??
Imar --------------------------------------- Imar Spaanjaars Everyone is unique, except for me.
|
|
Reply By:
|
angelran
|
Reply Date:
|
8/15/2005 2:04:50 AM
|
yes, i installed both of them. the url is http://localhost/.../index.aspx, i try to use web matrix to run the page, it works by using web matrix server, if i use iis to run it, it becomes download.....
|
|
Reply By:
|
Imar
|
Reply Date:
|
8/15/2005 2:14:49 AM
|
Web Matrix uses its own web server, so that's no guarantee that IIS is set up correctly.
I still think you installed IIS after the .NET Framework, or made another configuration error. Search this forum for aspnet_regiis to find out how to fix this.
Also, the URL doesn't look good to me.....
Imar --------------------------------------- Imar Spaanjaars Everyone is unique, except for me.
|
|
Reply By:
|
angelran
|
Reply Date:
|
8/15/2005 2:30:05 AM
|
so which one i should install first? the IIS or .NET framework??i can uninstall them and do it again.
|
|
Reply By:
|
Imar
|
Reply Date:
|
8/15/2005 3:01:28 AM
|
IIS first, then the .NET framework because the installation process makes changes to the configuration of IIS.
But you can also use aspnet_regiis to make these changes after IIS has been installed.
Cheers,
Imar
|
|
Reply By:
|
angelran
|
Reply Date:
|
8/15/2005 3:17:23 AM
|
thanks mate, i'll try it !!
|