DataList Not Displaying

S

scottf35

Hi,

I have recently installed asp.net v1.1.4322 on a Windows Server 2000 so
I could place my new asp.net website on our server.

The server is a production server and has several websites already on
it (before the install of asp.net).
I installed asp.net using aspnet_regiis -i.

The new asp.net pages from my new site display OK, however my datalist
does not display when viewed from the production server. The datalist
will display OK from the development server.

I have tried uninstalling asp.net (-ua) and reinstalling (-i).

When I run the -lk flag using the aspnet_regiis tool (eg
...\aspnet_regiis -lk) to look at the mappings this is what I receive in
the command prompt:
c:\WINNT\Microsoft.Net\Framework\v1.1.4322>aspnet_regiss -lk
W3SVC/ 1.1.4322.0
W3SVC/ 1/Root/ 1.1.4322.0
W3SVC/ 17/Root 1.1.4322.0
W3SVC/ 30/Root 1.1.4322.0

If I am interpreting this correctly is says that I have mapped to 3
different roots 1, 17 and 30 but not to any specific applications.

Any help on getting my datalist control to display would be great as I
am out of answers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top