 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Dreamweaver (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

August 15th, 2005, 12:17 AM
|
|
Registered User
|
|
Join Date: Aug 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
aspx page not display!
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!
|
|

August 15th, 2005, 01:30 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
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.
|
|

August 15th, 2005, 02:04 AM
|
|
Registered User
|
|
Join Date: Aug 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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.....
|
|

August 15th, 2005, 02:14 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
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.
|
|

August 15th, 2005, 02:30 AM
|
|
Registered User
|
|
Join Date: Aug 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
so which one i should install first? the IIS or .NET framework??i can uninstall them and do it again.
|
|

August 15th, 2005, 03:01 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
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
|
|

August 15th, 2005, 03:17 AM
|
|
Registered User
|
|
Join Date: Aug 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
thanks mate, i'll try it !!
|
|
 |