Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
elwoos
Master Smack Fu Yak Hacker
2052 Posts |
Posted - 2004-05-26 : 12:17:33
|
| Has anyone taken a look at SQL Server Web Data Administrator? I'm not sure that there is a practical use for it but I wanted to try it out on a Win 2k Pro machine which happens to have IIS running on it. When I try to run SQL Server Web Data Administrator it doesn't work if I use IIS, it just shows me the code for the page that is supposed to appear. I take it that I am supposed to point the .aspx extension at a specific dll but I don't know which one. Could someone help or shall I just use Cassini web server which btw works fine ironicallythanks in advancesteveSteve no function beer well without |
|
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2004-05-26 : 12:32:06
|
| I know this is a REALLY obvious question...Do you have the .NET framework correctly installed on the box ?It sounds like aspx isn't mapped properly in IIS.Damian |
 |
|
|
elwoos
Master Smack Fu Yak Hacker
2052 Posts |
Posted - 2004-05-27 : 04:56:19
|
| Well there is an interesting question, I THINK I do , there is a load of .NET stuff in the control panel and I'm sure that I installed the .NET framework from the Windows Update sitesteveSteve no function beer well without |
 |
|
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2004-05-27 : 07:55:07
|
| If you installed IIS after .NET you might not have the aspx mappings configured properly.There is a command line app called aspnet_regiis.exe that should sort that out. It's probably in the C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 (or similar) directory.Damian |
 |
|
|
|
|
|