• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help needed with .aspx page in .NET

DAGTA

Diamond Member
Hello,
I'm working on creating some new web pages for work that use OLEDB connections to a Sybase database to retrieve and display data. I have a small sample page working in C# that does a dump of one table onto a page. The extension on the page is .aspx. It works on the Windows 2000 machine in the office but I can't get it working on my laptop. When I run everything from my laptop (IIS, .NET, Adaptive Server Anywhere, IE, etc), the page loads only the static text and seems to make no attempt to execute the script on the page. I've followed the exact same steps on both machines but it still won't work on my laptop. I've checked the permissions in IIS and I can't find anything wrong. It is set to execute scripts and be readable.

Any ideas would be greatly appreciated.

Thanks!
-DAGTA
 
Have you installed the .NET Framework SDK (from VS.NET or just the SDK) on your laptop? 🙂

The reason it's dumping the static text is because the ASP.NET worker process isn't processing your file.

Let me know if you're certain that you've installed it and we can troubleshoot further.
 
Thanks for helping, Descartes!

I do have the .NET Framework SDK installed as far as I can tell. It shows up as a folder on the start menu. 😉 I'm really new to .NET so I'm not familiar with much of it, yet.

Any more ideas?

Thanks again,
-DAGTA
 
Back
Top